RE: RE: Very Bad use of Ant...

2006-08-28 Thread Dan McFadyen
: Re: RE: Very Bad use of Ant... Hello Dan, it will need tools.jar (a file from the JDK) on its classpath I believe. Regards, Antoine Original-Nachricht Datum: Mon, 28 Aug 2006 16:42:49 -0400 Von: "Dan McFadyen" <[EMAIL PROTECTED]> An: "Ant Users List"

RE: Very Bad use of Ant...

2006-08-28 Thread Dan McFadyen
Users List Subject: Re: Very Bad use of Ant... Could it be it's finding the JRE versus the JDK (or SDK)... Dan McFadyen wrote: > Funny, I spoke too soon. > > This lovely new forked and running JVM with it's new ant doesn't seem to be > able to find javac to compile... all t

Re: RE: Very Bad use of Ant...

2006-08-28 Thread Antoine Levy-Lambert
Hello Dan, it will need tools.jar (a file from the JDK) on its classpath I believe. Regards, Antoine Original-Nachricht Datum: Mon, 28 Aug 2006 16:42:49 -0400 Von: "Dan McFadyen" <[EMAIL PROTECTED]> An: "Ant Users List" Betreff: RE: Very Bad use o

Re: Very Bad use of Ant...

2006-08-28 Thread Scot P. Floess
28, 2006 3:08 PM To: Ant Users List Subject: RE: Very Bad use of Ant... Hey hey! I found the stuff I needed after some googling and some of the info from the first reply, just getting back now and you've made me slightly curious about what possible side effects would happen without the a

RE: Very Bad use of Ant...

2006-08-28 Thread Dan McFadyen
JVM using the combination of: and I'd be more than happy if someone could point out my mistake. Dan -Original Message- From: Dan McFadyen [mailto:[EMAIL PROTECTED] Sent: Monday, August 28, 2006 3:08 PM To: Ant Users List Subject: RE: Very Bad use of Ant... Hey hey! I fo

RE: Very Bad use of Ant...

2006-08-28 Thread Dan McFadyen
small thing so I might not have noticed it. Thanks! Dan -Original Message- From: Darick Jarvis [mailto:[EMAIL PROTECTED] Sent: Monday, August 28, 2006 2:58 PM To: 'Ant Users List' Subject: RE: Very Bad use of Ant... I don't know if this is the official way to call an

RE: Very Bad use of Ant...

2006-08-28 Thread Darick Jarvis
y Bad use of Ant... You can always the other Ant, and since they live in different processes and VMs, they can co-exist peacefully. I think there's an example somewhere that demonstrates how to call Ant using . --DD On 8/28/06, Dan McFadyen <[EMAIL PROTECTED]> wrote: > Hello, > &

Re: Very Bad use of Ant...

2006-08-28 Thread Dominique Devienne
You can always the other Ant, and since they live in different processes and VMs, they can co-exist peacefully. I think there's an example somewhere that demonstrates how to call Ant using . --DD On 8/28/06, Dan McFadyen <[EMAIL PROTECTED]> wrote: Hello, I am about to ask how to do something t

Very Bad use of Ant...

2006-08-28 Thread Dan McFadyen
Hello, I am about to ask how to do something that will sound... very very ugly... Is there anyway to run a different version of Ant from within an Ant script? I read the faq and found the explantation of the: [exec] java.lang.NoClassDefFoundError: org/apache/tools/ant/launch/Launcher [