: 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"
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
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
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
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
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
hough.
Note, it is important to set the ant.home property for it to run correctly
Hope this helps!
-Original Message-
From: Dominique Devienne [mailto:[EMAIL PROTECTED]
Sent: Monday, August 28, 2006 2:17 PM
To: Ant Users List
Subject: Re: Ver
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