I think the answer to this question is no

2010-01-17 Thread Mitch Gitman
But it doesn't hurt to ask. Is there any programmatic mechanism within Ant to arbitrarily query what the current log level is? For example, can the task I'm implementing find out whether the user has invoked Ant with the -verbose option? The analogous functionality in Commons Logging or Log4j woul

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
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 import to be path agnostic. I would be glad if any on