RE: Weird Deleting Problems..

2006-09-14 Thread Dan McFadyen
Hey Sorry for the disruption, I think I've gotten it down to pure server problems and nothing to do with ant hanging on to references for some reason or another. Dan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

RE: Weird Deleting Problems..

2006-09-14 Thread Dan McFadyen
ssage- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 10:09 AM To: Ant Users List Subject: Re: Weird Deleting Problems.. Dan: How about writing a simple script to delete something off a shared drive? Dan McFadyen wrote: > I had copied the whole build enviro

RE: Weird Deleting Problems..

2006-09-14 Thread Dan McFadyen
ork share are the same as previously ? is your java runtime the same as previously ? Regards, Antoine Original-Nachricht Datum: Thu, 14 Sep 2006 09:41:32 -0400 Von: "Dan McFadyen" <[EMAIL PROTECTED]> An: user@ant.apache.org Betreff: Weird Deleting Problems.. > He

Weird Deleting Problems..

2006-09-14 Thread Dan McFadyen
Hello, I know this is probably going to be a rather odd problem but here goes... We have out Build Environment on a network share (Ant, Ant jars, compile jars, etc) which just got replaced with a newer machine. Since that time the ant scripts have been failing while trying to delete local files

RE: Failure Handler - Catching a BuildException

2006-09-01 Thread Dan McFadyen
Hello, You could make: and just run checklog instead of full.build, and set full.build to not fail on error I think Dan -Original Message- From: Peter Kahn [mailto:[EMAIL PROTECTED] Sent: Friday, September 01, 2006 1:08 PM To: user@ant.apache.org Subject: Failure Handler - Catc

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: 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
ey 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 that will sound... very

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 [