Re: Execute java app from ant - where is my output?
Posted By:
Anonymous
Posted On:
Tuesday, November 25, 2003 11:31 PM
You can only collect the output of your program in a property or file. But a totally other aproach should work: output done by log4j. Then you can let log4j do the output via SocketAppender or IMAppender (or something other) when invoked by Ant (simply provide another log4.config-file).