RE: Directory Sync

2009-04-10 Thread Eger, Patrick
> > Hi Patrick > > On 2009-03-24, Eger, Patrick wrote: > > Unfortunately the mailing list manager has eaten your attachment. The > best approach is to open a bugzilla enhancement request and attach it > there. Done: https://issues.apache.org/bugzilla/show_bug.cgi?id=47010 > > > Hi, recently

Re: Ant IDE Integration API to ease IDE plugin or any generic plugin development

2009-04-10 Thread Raja Nagendra Kumar
Few Other Query needs are 1. Is certain property is set if yes, what is its value 2. What are the error areas on the script.. so that IDE could highlight 3. Where is the property xyz defined -- View this message in context: http://www.nabble.com/Ant-IDE-Integration-API-to-ease-IDE-plugin-or-a

Re: AW: ant -p does not list all the targets

2009-04-10 Thread Raja Nagendra Kumar
-v does give more info including Other targets. But it has lot of unwanted debug kind of into too. Like the proposed -pa do we have any thing to get the list of macros, if no could you consider. -- View this message in context: http://www.nabble.com/ant--p-does-not-list-all-the-targets-tp22861

Ant IDE Integration API to ease IDE plugin or any generic plugin development

2009-04-10 Thread Raja Nagendra Kumar
Hi, In continuation to my discussion at http://www.nabble.com/IDE%27s-integration-with-Ant-spi-%28Server-Provider-Interface%29-support-tt22870203.html#a22890423 Looking for ant team to consider if ant could provide a certain api for plugin development, e.g Query for targets, run a certain targe

support programatic resolving of properties files

2009-04-10 Thread Raja Nagendra Kumar
Hi, We have a need to provide a programatic values for some of the properties which are not declared with in ant script. e.g if foundation.src=c:\src is declared and user would also use foundation.resources (which is nothing but c:\src\resources) which is not declared with in the script. If th