That was it. I was trying to shortcut the process by leaving in place all my old tools. I just needed to get the new ant.
--- This won't work for new users, but may be helpful for other internal users. Here's what I had to do: Get the new ant, per the [instructions](http://wiki.openlaszlo.org/ SubversionBuildInstructions). Tweak a few of my shell vars: ! export ANT_HOME=/usr/local/apache-ant-1.6.5/ + export LZ_TOOLS_ROOT=~/OpenLaszlo/tools/trunk + export LZ_VENDOR_ROOT=~/OpenLaszlo/vendor Run the copy-ant-jars task (I had to sudo for this because I installed ant in /usr/local): % pushd ../tools/trunk/build-tools/install-libs/ % sudo ant copy-ant-jars Then I just built and installed: ant build ant webapp.install Didn't even stop my tomcat, since I was already running the right version. _______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
