IMO, if we can use vanilla ant that seems like the way to go.
On 2006-11-18, at 09:07 EST, Naoki Kurosawa wrote:
Hi Ben,
I was going to ask a question. Why do we need to install jars to ant?
Is it enough that we use taskdef with classpath?
My ant is not only for building openlaszlo. Therefore, I have to have
another ant because installed jars prevents other builds. For example,
my another project needs junit.jar another version.
2006/11/18, Benjamin Shine <[EMAIL PROTECTED]>:
The build will break UNLESS you get this new jar:
There is a new jar which has been added for doc tools. It is xmlunit.
It has been added to vendor in
http://svn.openlaszlo.org/vendor/xmlunit1.0.jar
$ cd $LZ_VENDOR_ROOT
$ svn up
$ cd $LZ_TOOLS_ROOT/build-tools/install-libs
become root if necessary (tucker) then
$ ant
or this will work too:
cd $ANT_HOME/lib
svn export http://svn.openlaszlo.org/vendor/xmlunit1.0.jar
-ben