RE: AW: dynamic targets

2006-10-25 Thread Mathew Delong
ves the "ant -projecthelp" problem for individual builds. My builds all do share the same build framework, so this is easy to implement without touching any one of the individual project build files. thanks! Jake Quoting Mathew Delong <[EMAIL PROTECTED]>: > Like others said,

RE: AW: dynamic targets

2006-10-25 Thread Mathew Delong
Like others said, failonerror="false" (someone mistyped this and said "true" but meant false) is a bad idea for the same reason that was already mentioned: you only want it to not fail if the target doesn't exist in a file, but want it to still fail for everything else. One very easy solution I

RE: Weird Deleting Problems..

2006-09-25 Thread Mathew Delong
Just a dumb question... Have you checked the permissions? Maybe you just aren't allowed to delete? -Original Message- From: Dan McFadyen [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 10:58 AM To: Ant Users List Subject: RE: Weird Deleting Problems.. I had copied the whole

RE: error from multiple antcalls, how to fail after all antcalls run?

2006-08-03 Thread Mathew Delong
I've done this in the past by making all of my tests create a resource if they fail, and after all the tests are completed, check if that resource exists. I am sure there are better ways to do this, though. -Original Message- From: glenn opdycke-hansen [mailto:[EMAIL PROTECTED] Sent: Thur