on 6/24/00 3:56 AM, Conor MacNeill at [EMAIL PROTECTED] wrote: > You have changed Javac to remove the need for the JavacOutputStream. The > result is that javac output is not streamed out, but batched up in memory. I > presume that is so you can set the appropriate priority on the whole output > message from javac (warn or error versus info). Are people cool with that? > What about Jikes, modern compile, etc?
I think that it's valuable to stream the javac output out to the console, but it's also needed in the log file if doing offline compilations... What about a split stream? > I haven't yet added the log.xsl stylesheet. I am tossing up whether to add > it at the root of the ant tree or in the etc directory? ideas anyone? /etc directory. Unless it's read as a classpath resource and output right beside the log.xml file. In that case, it should be in org.apache.tools.ant.etc or some such. .duncan
