Re: ANT enhancements

2009-06-15 Thread David Weintraub
On Mon, Jun 15, 2009 at 1:44 PM, Shawn Castrianni < shawn.castria...@halliburton.com> wrote: > Yes, I use antcontrib extensively. All of this should be added to ANT > proper. > > However, this doesn't help with my item #2 since the only way to stop any > dependent targets it to put an if/else thr

RE: ANT enhancements

2009-06-15 Thread Shawn Castrianni
quest. --- Shawn Castrianni -Original Message- From: David Weintraub [mailto:qazw...@gmail.com] Sent: Monday, June 15, 2009 12:27 PM To: Ant Users List Subject: Re: ANT enhancements You might be interested in the AntContrib package. This package allows you to include full if/else logic i

Re: ANT enhancements

2009-06-15 Thread David Weintraub
You might be interested in the AntContrib package. This package allows you to include full if/else logic inside a target without having to define a separate targets. The big disadvantage of AntContrib is that you have to install it in addi

ANT enhancements

2009-06-14 Thread Shawn Castrianni
Sometimes I wrestle with ANT target depends. Sometimes I like that any dependent target runs even if the current target will not because of an if/unless condition. Sometimes, I don't. I think the if/unless functionality on a target should be increased: 1. Allow full boolean expressions to be