Hi all,
I'm playing around with the SWF9 runtime. Is there an easy way to change the
location where the generated AS3 files are stored? Right now it's the Java
temp folder and then subfolder lzswf9/{generatedFolderName}.
The relevant Java file is
http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/server/src/org/openla
szlo/sc/SWF9External.java
For testing it sometimes would be good to re-use to be able to configure the
folder name. What I'd like to do is to run the lzc command out of an Ant
script and be able to generate the AS source into my src folder within the
project.
I'll probably do a change to the code locally to be able to pass a property
into the server using the -D option for Java, e.g.
-Das3tmpfolder={someFolderName}
Thanks,
Raju