You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2016/07/24 05:40:34 UTC

[Bug 59860] org.apache.tools.ant.taskdefs.RmicAdvancedTest failed with JDK 9 changes for modularization

https://bz.apache.org/bugzilla/show_bug.cgi?id=59860

Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Stefan Bodewig <bo...@apache.org> ---
The test failing is only a symptom, the rmic task itself won't work unless you
add the workarounds when starting Ant.

Apart from skipping the test when running on JDK9+ the proper fix probably is
to make "forking" the default implementation on JDK9+ and document that "sun"
won't work for JDK9+. And probably detect a constellation like this at runtime
and provide a useful error message.

-- 
You are receiving this mail because:
You are the assignee for the bug.