Posted By:
Naveen_Singh
Posted On:
Friday, June 11, 2004 05:32 AM
Send the output to a "log file". On completion of the build using ant, you can parse this file using normal IO and other Java API methods and thats it. You know what string you are looking for and get it from the file if it is there. Hope this helps.
-Naveen