https://bz.apache.org/bugzilla/show_bug.cgi?id=60127
Bug ID: 60127
Summary: ant support for Java 9 ?
Product: Ant
Version: 1.9.7
Hardware: PC
Status: NEW
Severity: blocker
Priority: P2
Component: Other
Assignee: [email protected]
Reporter: [email protected]
This is more of an inquiry than an ant bug report.
My team has begun working with Oracle's Java 9 JDK. There does not yet appear
to be any Java 9 awareness within ant, as evidenced by its inability to
recognize javac arguments associated with the Java 9 module system (for
example, -addmods, -limitmods,
-modulepath, etc.).
We have unsuccessfully been trying to pass module arguments such as those
listed to javac using ant's <compilerarg> attribute. For example:
<compilerarg value="-addmods my.module.name"/>
When we attempt this, an "invalid flag" error is reported.
When will ant support for Java 9 become available ?
Are there any early ant builds available which contain limited Java 9 support ?
We have been using ant version 1.9.7.
Any info that you can supply will be greatly appreciated.
--
You are receiving this mail because:
You are the assignee for the bug.