<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div><br class="webkit-block-placeholder"></div><div><div>On Jun 11, 2007, at 5:32 PM, P T Withington wrote:</div><blockquote type="cite"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Another approach is to use lzc as a command-line compiler and set up a build system for yourself that automatically installs the output into the right place in an Apache server so you will be testing in something closer to your deployment environment. I know there are people doing that, but there is little documentation on how to do that.</font></div></blockquote></div><div><br class="webkit-block-placeholder"></div><div>Just to pitch in.. you'll find a binary called 'lzc' in your laszlo installation directory under 'bin'. To use it simply say:</div><div><br class="webkit-block-placeholder"></div><div>$ /path/to/bin/lzc /path/to/your/something.lzx</div><div><br class="webkit-block-placeholder"></div><div>and it will generate a .swf in your current directory. Actually, it will generate a .lzx.swf and a .swf, use the .swf. After that make a script to cp the .swf into the right directory being served by apache and run it each time you want to compile the app. done!</div><div><div><br></div></div></body></html>