Hi! Everything you are looking for has already been implemented in Antidote (the Jakarta Ant GUI)! Have a look into that sources - you find it in the CVS-tree. Have you concidered contributing in Antidote? Unfortunately the Antidote-developement is on hold ATM, which is particulary my fault, but there are two active contributers and we currently are making plans for the further development steps (which is also on hold because of my vacation...).
What has been achived alread: - Viewing and composing and running Ant-buildfiles (this is a lot of stuff) What's next: - Make things "smooth" - Vizualization of traget-dependencies (had this Idea on my vacation) Check it out and tell us if you like to contribute! Greetings, Chris > Hi, > > I'm working on a visual tool for ANT and I'm experiencing > some difficulties with the tasks, that are required. Here are > some of the issues: > > 1. How is it possible to capture the output from ANT? > I took a look at org.apache.tools.ant.Main class and the way > i sets the System outputs. But how can I get an InputStream > connected to the DemuxOutputStream and get the output from it? > > 2. How does the coreLoader in org.apache.tools.ant.Project > influence the build process? > I tryed setting it with my custom loader, but the ANT classes > doesn't seem to use it. Am I missing something (besides > setCoreLoader())? > > Any help or suggestion is very much appreciated! -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
