Thanks, this did indeed work:

  export LOCALCLASSPATH=$CLASSPATH:$HOME/apache-ant-1.6.5/lib/ant.jar

but it seems that as soon as i touch LOCALCLASSPATH i'm forced to
add all needed jars of ant/lib to this LOCALCLASSPATH as well (see above example), what is the reason for this? Before the CLASSPATH was nicely build inside the ant script.

regards
Marcel

Robert Clark wrote:
On Thursday April 20, 2006 13:23, "Peter Reilly" <[EMAIL PROTECTED]> wrote:
Using CLASSPATH will not work as the
ant bash and cmd script messes around with
the CLASSPATH, the classpath given
to java for ant is "LOCALCLASSPATH" which
is set by the script.

Of course, my mistake. Peter is correct in this.

- Rob

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to