Re: ant sql query weirdness

2009-11-15 Thread Richard Brunelle
Yes, both echo statements get executed. Thanks Scot. On Sun, Nov 15, 2009 at 9:49 PM, Scot P. Floess wrote: > > Question for you...Do both echo statements get executed? Meaning, both > targets in the depends are honored (printUsStatesData -and" > printAccountsData's echo statements are execute

Savant 1.5.4

2009-11-15 Thread Brian Pontarelli
Savant 1.5.4 has been released. I completely forgot to include the latest change log, but this is just a simple patch release that fixes the issue with running Savant outside of a project and using the global plugins. Most users won't notice the change unless you are using Savant this way o

Re: ant sql query weirdness

2009-11-15 Thread Scot P. Floess
Question for you...Do both echo statements get executed? Meaning, both targets in the depends are honored (printUsStatesData -and" printAccountsData's echo statements are executed)... On Fri, 13 Nov 2009, Richard Brunelle wrote: This is driving me crazy I have the following code in an

haltOnFailure not working

2009-11-15 Thread Ben Cuthbert
All I am sure this has been answered before why does haltOnFailure when set to true not fail when the any tasks fail I have the following target showoutput="true" failureproperty="test.failed">