I have an update to this situation.  I modified Javac12.java as follows:

---------------------------------------
// OutputStream logstr = new LogOutputStream(attributes, Project.MSG_WARN);
OutputStream logstr = new FileOutputStream("javac.output");
---------------------------------------

Output from the compile now shows up in the file javac.output as specified.
I don't like this option very well, but it does work.  That tells me that
the problem is something within Ant itself when running under OS/390.

Myron Uecker
[EMAIL PROTECTED]


Reply via email to