Re: enhancements

2010-01-17 Thread Raja Nagendra Kumar
Nice to note 1.8 is on release path. Thank you Stephan. Regards, Nagendra -- View this message in context: http://old.nabble.com/%3Cimport%3E-enhancements-tp27197237p27197640.html Sent from the Ant - Users mailing list archive at Nabble.com

Re: enhancements

2010-01-17 Thread Stefan Bodewig
On 2010-01-17, Raja Nagendra Kumar wrote: > Hi, > Currently import seem to take the explicit file name to import the script > from. > May be it should take a features similar to where in we could ask > the import to import all the files which are in with in a fileset. This way > we could avoid

enhancements

2010-01-17 Thread Raja Nagendra Kumar
one could point me to ant extensions which could do this job currently. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com -- View this message in context: http://old.nabble.com/%3Cimport%3E-enhancements-tp27197237p27197237.html Sent from the Ant - Users mailing list archive at Nabble.com

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