Ok, reading the code I guess that usingĀ --lzxonly will generate the AS3 files only. Is there any way to specify the directory where the code is generated to? I asked the same question in 2008, and came up with my own solution for that - setting a Java environment var which is then checked when the compiler starts.
In case you wonder why I'd want to do that: I'm looking for an easier way to generate Adobe Air apps out of OpenLaszlo, and the current approach of taking system temp or Tomcat temp folders for the generated AS3 code doesn't play well with an automated Ant or Maven build. On Sat, Jun 5, 2010 at 12:11 AM, Raju Bitter <[email protected]> wrote: > > I'm looking for a detailed list of the lzc compiler switches (like: how can I > compile to AS3 without the final compilation step to SWF out of an ANT > script?). It's probably the easiest thing to just look at the code > inĀ http://www.openlaszlo.org/svn/openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler/Main.java, > or is there a better documentation? > And has anyone ever built an Ant task for compiling OL, like the one there is > for Flex? > http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/modules/antTasks/ > Thanks, > Raju
