[GitHub] ant pull request #:

2018-12-15 Thread craigpell
Github user craigpell commented on the pull request: https://github.com/apache/ant/commit/343dff90f2a06a14a5e3d8f787de87d4446af3d9#commitcomment-31691208 It appears I can just add `org/apache/tools/ant/taskdefs/modules/` to the excludes and testExcludes elements to do that, correct

[GitHub] ant pull request #80: Added tasks for JDK's jmod and jlink tools.

2018-12-12 Thread craigpell
Github user craigpell commented on a diff in the pull request: https://github.com/apache/ant/pull/80#discussion_r241010770 --- Diff: src/main/org/apache/tools/ant/taskdefs/modules/Jmod.java --- @@ -0,0 +1,1282 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] ant issue #80: Added tasks for JDK's jmod and jlink tools.

2018-12-11 Thread craigpell
Github user craigpell commented on the issue: https://github.com/apache/ant/pull/80 All done, except that I’m finding there aren’t many man pages on my Linux system which aren’t GPL. I’ve found a few which are under a BSD license; is that acceptable

[GitHub] ant pull request #80: Added tasks for JDK's jmod and jlink tools.

2018-12-06 Thread craigpell
GitHub user craigpell opened a pull request: https://github.com/apache/ant/pull/80 Added tasks for JDK's jmod and jlink tools. Support for the jmod and jlink tools present in the JDK since Java 9. Now that Java 11 has no standalone JRE, officially, these tools are the only way