Ticket #82 (closed task: fixed)

Opened 6 months ago

Last modified 6 months ago

change flex3sdk plugin to a final one

Reported by: mb0 Assigned to: mb0
Priority: major Milestone: AXDT 0.0.7
Component: compiler Version:
Keywords: Cc:

Description

flex 3 sdk is 37,5 MB in size. the flex sdk itself does not change often. so we should use a plugin that does not change. we have however sime code for the compiler a console etc that changes quite often and must reside in proximity to access the flex jars.

thus i propose a fragment solution. we let the flex3sdk plugin as it is and move our own code as well as the extension to a new plugin fragment named org.axdt.flex3sdk.compiler. with this solution we can freez the flex resources and update our kb size fragment as often as we like. for every new version the user updates just the fragment and can reuse the flexsdk from an earlier version. this would also drastically decrease update time (both download and installation).

Change History

07/03/08 06:34:14 changed by mb0

  • status changed from new to closed.
  • resolution set to fixed.

done in [80] [81] [82]

i plan to remove the 0.0.1, 0.0.2 and 0.0.3 from update site and svn because the svn export to the update site takes to long.