On 2012-01-27, <bode...@apache.org> wrote:

> URL: http://svn.apache.org/viewvc?rev=1236803&view=rev
> Log:
> OpenJDK8 snaphot works,

All tests pass using yesterday's snapshot, that is.

> I have found a new class in java.lang.reflect

java.lang.reflect.Executable has been introduced as new base class for
Method and Constructor.  It has been added six months ago and I'm pretty
sure it is there to stay.

> and OpenJDK's javac defaults to -source 8.

It looks as if they follow the tradition of Java7 and make source and
target default to the latest version.  Right now -target 8 creates Java7
class files but I'd expect that to change (and javac claims -target 7
was not compatible with -source 8).

> No, I don't like the code in DefaultCompilerAdapter either.

Too much copy-paste "reuse", I plan to fix that but want to write a few
tests first.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to