the build.xml contains this: <path id="classpath"> </path>
causing ./build.sh to fail bcause junit is not found. Inserting a
<pathelement location="${junit}/junit.jar"/>
solves it. However I wonder wether there is a better way than patching
the build.xml file?
Why isn't a property or such used ?
Sincerly
Marc Weber
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
