RE: Setting and debugging class paths

2006-05-17 Thread Rainer Noack
2006 1:04 PM > To: Ant Users List > Subject: Setting and debugging class paths > > > Is there any ant task available that can display a class path, to > verify that class path settings are correct. > Also, are there any good reference texts available on setting the >

Re: AW: AW: AW: Setting and debugging class paths

2006-05-16 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Why do you put libs in ANT_HOME/lib ? All classes there are added to Ants classpath by Ants launcher class. And only tasks and external libraries for tasks make little sence here. Because the ant library folder is the obvious place to put custom ant tasks. Ok, thats

AW: AW: AW: Setting and debugging class paths

2006-05-15 Thread Jan.Materne
>> Why do you put libs in ANT_HOME/lib ? >> All classes there are added to Ants classpath by Ants launcher class. >> And only tasks and external libraries for tasks make little sence here. > >Because the ant library folder is the obvious place to >put custom ant tasks. Ok, thats new - you are s

Re: AW: AW: Setting and debugging class paths

2006-05-15 Thread Tommy Nordgren
On 15 maj 2006, at 19.42, Dominique Devienne wrote: [...] javac might find a previous version of any implementation classes used Look up the 'includeAntRuntime' and 'includeJavaRuntime' attributes of . I always used false for these myself. --DD This will work in most cases, but for t

Re: AW: AW: Setting and debugging class paths

2006-05-15 Thread Dominique Devienne
[...] javac might find a previous version of any implementation classes used Look up the 'includeAntRuntime' and 'includeJavaRuntime' attributes of . I always used false for these myself. --DD - To unsubscribe, e-mail: [EMAIL

Re: AW: AW: Setting and debugging class paths

2006-05-15 Thread Tommy Nordgren
On 15 maj 2006, at 15.59, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: Inside the buildfile you could use s, e.g. I have tested this. It does not work. I tested by creating a dummy class, and installing it's jar in the standard ant library directory. Even when I explicitly tell

AW: AW: Setting and debugging class paths

2006-05-15 Thread Jan.Materne
>> Inside the buildfile you could use s, e.g. >> >> >> > classpathref="classpath"/> >I have tested this. It does not work. I tested by >creating a dummy class, and installing it's jar in the >standard ant library directory. Even when I explicitly tell >ant to ignore this jar in the

Re: AW: Setting and debugging class paths

2006-05-15 Thread Tommy Nordgren
On 15 maj 2006, at 13.15, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: Is there any ant task available that can display a class path, to verify that class path settings are correct. Also, are there any good reference texts available on setting the class path for Ant tasks - in particular,

Re: Setting and debugging class paths

2006-05-15 Thread Tommy Nordgren
http://www.krysalis.org/version/ant/ environment-check.html or xalan-environmentcheck Met vriendelijke groet, Rémon van Gijn -Original Message- From: Tommy Nordgren [mailto:[EMAIL PROTECTED] Sent: maandag 15 mei 2006 13:04 To: Ant Users List Subject: Setting and debugging class paths Is there an

AW: Setting and debugging class paths

2006-05-15 Thread Jan.Materne
>Is there any ant task available that can display a class path, >to verify that class path settings are correct. >Also, are there any good reference texts available on setting >the class path for Ant tasks - in particular, I can't find >anything that suggests how to do the >following: >Set the c

RE: Setting and debugging class paths

2006-05-15 Thread Rémon van Gijn
and debugging class paths Is there any ant task available that can display a class path, to verify that class path settings are correct. Also, are there any good reference texts available on setting the class path for Ant tasks - in particular, I can't find anything that suggests how to d

Setting and debugging class paths

2006-05-15 Thread Tommy Nordgren
Is there any ant task available that can display a class path, to verify that class path settings are correct. Also, are there any good reference texts available on setting the class path for Ant tasks - in particular, I can't find anything that suggests how to do the following: Set the class