How to build an OpenLaszlo DHTML application using Apache Ant
I've read about OpenLaszlo's lzdeploy tool , but there seems to be only little documentation available. It should be possible to build an OpenLaszlo DHTML application using Apache Ant (e.g. as part of an automated build process). How can the lzc and lzdeploy tool be used out of Ant to generate a compiled version of an OpenLaszlo application for the DHTML runtime, including the wrapper page? Here is a full Ant build script which you can use with OpenLaszlo 5.0 (haven't tested with older versions). <?xml version="1.0" encoding="UTF-8"?> <project name="olApp" default="build" basedir=".">