Hi All!
In the JDK 9 module environment running unit tests is more complex task than it
was in the classpath mode.
The problems of test compilation and execution are nicely described in the
following thread
http://mail.openjdk.java.net/pipermail/jigsaw-dev/2016-March/thread.html#6587
on the ji
Github user tzezula commented on a diff in the pull request:
https://github.com/apache/ant/pull/16#discussion_r58201438
--- Diff: src/tests/junit/org/apache/tools/ant/taskdefs/JavacTest.java ---
@@ -244,4 +248,85 @@ public void testTargetOverridesDefault() {
javac.setTa
Hi
I'm new to ant and need to have M$ cab file support for a project.
I noticed cab.java is still in the source tree and the cab.class is still
building, however, the cab .jar is not.
I'm assuming cab support was removed due to M$ EOL their Cabinet SDK and
cabarc.exe utility cab.java requires.