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"
> <peter.kitt.reilly@gmail.com> 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: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|