Approved for QA
On 11/2/10 12:35 PM, Henry Minsky wrote:
Change hqm-20101102-Xco by [email protected] on 2010-11-02 15:28:37 EDT
in /Users/hqm/openlaszlo/trunk3
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: add option to set flex compiler's debug flag, without setting LZX
debug flag
New Features:
Bugs Fixed: LPP-9504
Technical Reviewer: ptw
QA Reviewer: max
Doc Reviewer: (pending)
Documentation:
Release Notes:
Overview:
Details:
Add support for a new option to the --flex-options to lzc, called
"debug=true". This just sets the -debug=true option for the flex
compilers, without enabling the Laszlo debug annotations.
Tests:
compile an app with this option, and then look in the build.sh script file
that's generated in the
tmp working directory, and see that "-debug=true" was in the command line to
mxmlc.
lzc --flex-options=debug=true --runtime=swf10 lpp-9440.lzx
Compiling: lpp-9440.lzx to lpp-9440.swf10.swf
compiler output is Loading configuration file
/Users/hqm/openlaszlo/trunk3/WEB-INF/frameworks/flex-config.xml
/private/var/folders/xh/xhmdrA41HCKjjiditeqN1k+++TI/-Tmp-/lzswf9/build/lpp-9440/app.swf
(741064 bytes)
Files:
M WEB-INF/lps/server/src/org/openlaszlo/sc/SWF9External.java
M WEB-INF/lps/server/src/org/openlaszlo/compiler/Main.java
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/hqm-20101102-Xco.tar