[GitHub] ant pull request #21: JDK9 command line options updated to JEP 293

2016-09-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ant/pull/21 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled

[GitHub] ant issue #21: JDK9 command line options updated to JEP 293

2016-09-09 Thread bodewig
Github user bodewig commented on the issue: https://github.com/apache/ant/pull/21 Thanks. By now I realize I should have applied your patches to the 1.9.x branch as well, will try to cherry-pick the together sometime the coming weekend. --- If your project is set up for it,

[GitHub] ant pull request #22: Fixed forgotten -upgrademodulepath in the DefaultCompi...

2016-09-09 Thread tzezula
GitHub user tzezula opened a pull request: https://github.com/apache/ant/pull/22 Fixed forgotten -upgrademodulepath in the DefaultCompilerAdapter - follow pull request #21 In the #21 I've overlooked one "-upgrademodulepath" in the DefaultCompilerAdapter. Sorry for that. This

[GitHub] ant issue #22: Fixed forgotten -upgrademodulepath in the DefaultCompilerAdap...

2016-09-09 Thread tzezula
Github user tzezula commented on the issue: https://github.com/apache/ant/pull/22 The patch for Ant 1.9.x branch containing relevant changes from pull request #21 and #22. [ant_1.9.x.txt](https://github.com/apache/ant/files/464590/ant_1.9.x.txt) --- If your project is set up

[GitHub] ant issue #21: JDK9 command line options updated to JEP 293

2016-09-09 Thread tzezula
Github user tzezula commented on the issue: https://github.com/apache/ant/pull/21 Thank you Stefan. I've overlooked one place with the old option, so I've created a new pull request #22 to fix this problem. I've also added a patch for 1.9.x branch into #22. --- If your

[GitHub] ant pull request #21: JDK9 command line options updated to JEP 293

2016-09-09 Thread tzezula
GitHub user tzezula opened a pull request: https://github.com/apache/ant/pull/21 JDK9 command line options updated to JEP 293 The JDK9 command line options updated to [JEP-293](http://openjdk.java.net/jeps/293) - Guidelines for JDK Command-Line Tool Options. Options introduced