RE: Passed in $CLASSPATH versus javac classpath

2001-05-03 Thread SimonRichardson2
the jars from ${ant_home}/lib. This appears to work OK. Simon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 02 May 2001 23:31 To: [EMAIL PROTECTED] Subject: Passed in $CLASSPATH versus javac classpath I'm invoking ant with a wrapper script, which calls

RE: Passed in $CLASSPATH versus javac classpath

2001-05-03 Thread SimonRichardson2
Stefan Could you please look at the 2 questions below: It appears that whenever ant encounters a javac task, it uses the passed in $LOCALCLASSPATH instead of any path specified using the classpath attribute of the javac task. No, it prepends the passed in CLASSPATH by default

Re: Passed in $CLASSPATH versus javac classpath

2001-05-03 Thread Stefan Bodewig
[EMAIL PROTECTED] wrote: It appears that whenever ant encounters a javac task, it uses the passed in $LOCALCLASSPATH instead of any path specified using the classpath attribute of the javac task. No, it prepends the passed in CLASSPATH by default (changeable via build.sysclasspath).

RE: Passed in $CLASSPATH versus javac classpath

2001-05-03 Thread SimonRichardson2
} . org.apache.tools.ant.Main .. I hope you don't think I'm dragging this one out a little too much :-). Simon -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] Sent: 03 May 2001 10:07 To: [EMAIL PROTECTED] Subject: Re: Passed in $CLASSPATH versus javac classpath

Re: Passed in $CLASSPATH versus javac classpath

2001-05-03 Thread Stefan Bodewig
[EMAIL PROTECTED] wrote: So I understand from what you've said that it's the CLASSPATH environment variable which is accessible through the javac task and NOT the LOCALCLASSPATH (set in ant.bat and ant (sh)), even though ant is executed in these scripts as follows: java -classpath

RE: Passed in $CLASSPATH versus javac classpath

2001-05-03 Thread SimonRichardson2
Understood .. thanx -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] Sent: 03 May 2001 10:39 To: [EMAIL PROTECTED] Subject: Re: Passed in $CLASSPATH versus javac classpath [EMAIL PROTECTED] wrote: So I understand from what you've said that it's