Ok, found the Java file you are calling out of the script: http://www.openlaszlo.org/svn/openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/utils/DeployMain.java\
pandora:deploytest rajubitter$ ~/src/svn/openlaszlo/trunk-work/WEB-INF/lps/server/bin/lzdeploy --help Usage: lzdeploy [OPTION]... FILE... Options: -D<name>=<value> Set the name/var property to value (See Compiler.getProperties). -D<name> Short for -Dname=true. --wrapperonly Only emit html wrapper page. --runtime=[swf8|swf9|swf10|dhtml] Compile to swf8, swf9, swf10, dhtml --output pathname The name of the output file to write. --title titlestring The title of the application to use in the wrapper. -v Write progress information to standard output. --help Prints this message. And it works, excellent! Thanks, Henry! On Wed, Jun 23, 2010 at 4:18 PM, Raju Bitter <[email protected]> wrote: > Thanks for you answers, I'll do a test run with the tool. Thats' good! > > On Wed, Jun 23, 2010 at 3:38 PM, Henry Minsky <[email protected]> wrote: >> We do have a command line option to produce SOLO zip archive. It's in >> server/bin/lzdeploy >> >> I haven't run it lately, may need some maintenance, I built it for the >> webtop team I think. >> >> >> >> On Wed, Jun 23, 2010 at 9:28 AM, P T Withington <[email protected]> wrote: >>> >>> Sounds to me like you are looking for a command-line way to compile as >>> 'SOLO'? AFAIK, the people who are doing this today are doing it by brute >>> force. How about filing and improvement request? Seems to me we ought to >>> support an option to `lzc` to compile as solo and an option to say where to >>> put the build results. >>> >>> On 2010-06-23, at 08:54, Raju Bitter wrote: >>> >>> > With the PhoneGap deployment of OpenLaszlo apps, there's one step >>> > where I don't know how I can automate it: How can I generate the "lps" >>> > folder with all the resources for the application and the LFC files >>> > for an application out of an Ant script? Currently that's done with >>> > the deployment process when the downloadable ZIP file is generated. >>> > >>> > In case of PhoneGap, I need to copy the lps folder into >>> > MOBILE_APP_ROOT/assets/www/. Is their currently to do that independent >>> > of the developer console? Any input welcome. >>> >>> >> >> >> >> -- >> Henry Minsky >> Software Architect >> [email protected] >> >> >> >
