This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I am working on ANT.my requirement is to display Ant output on HTML/Jsp page.
normally i am using Ant project to execute the build file.
here is the code-my program runs and shows ant build results/errors in the console,but i want them to be stored on a string and then use that in jsp page.