Re: Is there a tool to show dependencies (and process sequence) of all targets in built.xml file hierarchy ?

2010-07-27 Thread Nathan Dunn
grand library works good, though it requires a lot of finagling. http://www.ggtools.net/grand/ Nathan On Jul 27, 2010, at 10:25 AM, Ben Stover wrote: > Assume I have a buil.xml with many, many targets (with "depends" attributes) > and some imports of sub-built.xml > > Is there a tool whi

Re: would like to post an external 3rd-party task

2010-07-13 Thread Nathan Dunn
I've updated the wiki: http://code.google.com/p/commonsconfiganttask/ Any feedback would be welcome. Nathan On Jul 10, 2010, at 5:45 PM, Martin Gainty wrote: > > I would typedef one of the classes to illustrate one of the main capabilities > e.g. ExportPropertiesTask > > call that typede

Re: Reusing property values in a properties file

2010-07-12 Thread Nathan Dunn
We had the same problem in our organization, so I created a specific ant task wrapping commons config: http://ant.apache.org/external.html http://code.google.com/p/commonsconfiganttask/ I'm still updating docs, but it you should be able to do something to do exactly what you suggested: > USE

Re: would like to post an external 3rd-party task

2010-07-12 Thread Nathan Dunn
Thanks for the quick feedback. I will put it on my todo-list. Hopefully will have it updated sometime within this week. Nathan On Jul 10, 2010, at 5:45 PM, Martin Gainty wrote: > > I would typedef one of the classes to illustrate one of the main capabilities > e.g. ExportPropertiesTask >