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