Re: Want to log information after compiling Java files
Posted By:
Erik_Hatcher
Posted On:
Tuesday, March 19, 2002 04:36 AM
You can write your own BuildLogger/BuildListener that catches "javac" events. But I don't know of one specifically for that out there. Or you could simply log with -debug enabled and grep that.