Change 20090110-hqm-g by [email protected] on 2009-01-10 01:42:02 EST
in /Users/hqm/openlaszlo/trunk5
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: fix for nested import libraries in swf9
New Features:
Bugs Fixed: LPP-7589
Technical Reviewer: ptw
QA Reviewer: dda
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
+ adds an option to the script compiler reuse the same temporary as3
working directory for the main app and all libraries.
This puts all the class definitions and other global def in a place
where the flex compiler can see them while compiling any library
files. So compilation of a subclass can see the parent class source
files in parent libraries.
Tests:
+ test case from bug report works in swf9
Files:
M WEB-INF/lps/server/src/org/openlaszlo/sc/SWF9External.java
M WEB-INF/lps/server/src/org/openlaszlo/sc/Compiler.java
M WEB-INF/lps/server/src/org/openlaszlo/compiler/
CompilationEnvironment.java
M WEB-INF/lps/server/src/org/openlaszlo/compiler/
ImportCompiler.java
M WEB-INF/lps/server/src/org/openlaszlo/compiler/SWF9Writer.java
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20090110-hqm-g.tar