Hi,
In the build instructions
http://wiki.openlaszlo.org/SubversionBuildInstructions
At chapter "Install ant support jars"
I would add command
mkdir -p ${HOME}/.ant/lib/
before command
cp ${LZ_VENDOR_ROOT}/{ant-contrib,catalina-ant,jing,js}.jar
${HOME}/.ant/lib/
otherwise it does not work on linux (clearly cp does not create those
directories automatically on linux)
I would also change environment variable $HOME to $LASZLO_HOME
because $HOME has a special meaning in unix based systems
and it makes no sense to change it.
And I wouldn't want my home folder to be the same as my openlaszlo build
folder.
- rami