David Ramsey wrote:
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/tools/ant/Main
I had the same problem today, and just found a solution:
The problem is that the script is modifying it's private
copy of CLASSPATH env variable. It should either
use export CLASSPATH=${CLASSPATH}:...
or invoke java witch parameter -classpath $CLASSPATH
I'll commit a fix for that in a minute.
Rafal
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]