"Kelly Davis"
<[EMAIL PROTECTED] To: "Ant Users List" <[EMAIL
PROTECTED]>
utput targets."
Take a look at
http://logging.apache.org/log4j/docs/ to get you started
HTH,
Martin
- Original Message -
From: "Kelly Davis" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Thursday, October 14, 2004 11:31 AM
Subject: Re
perhaps I should re-state the question a little bit.
The problem that I am trying to solve is to be able to get compile
errors to a log file. When I run a build script using the ant task, and
set output= to a file, and the build script has compile errors, these
errors do not show up in the file
I am using ant 1.6.2 doing a build through the api.
I am creating an instance of DefaultLogger. When I call
setErrorPrintStream to a file for output, and then have a build with a
compile error in it, the error output doesn't go to the file, but to my
console. Any ideas on why this may be happeni