Bugs item #543881, was opened at 2002-04-14 18:31
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=438935&aid=543881&group_id=44253
Category: Compiler integration
Group: Annoying
Status: Open
Resolution: None
Priority: 5
Submitted By: Brian Stoler (brianstoler)
Assigned to: Brian Stoler (brianstoler)
Summary: JSR14 v1.2 fails to integrate
Initial Comment:
I have a suspicion that the new version of JSR-14 will
not work with DrJava without some changes. The reason
is that (based on a cursory glance) it appears that
they have once again changed the programmatic way to
deflect the error output to a different place. (javac
1.3 is already different from javac 1.4/jsr14 1.0, and
it appears that jsr14 1.2 and probably javac > 1.4 do
it a third way!)
They've actually changed a number of aspects of the
internals of the compiler that break the way we
integrate. I fear we'll need to make an entirely new
compiler adapter for Javac 1.5+.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=438935&aid=543881&group_id=44253
|