[GitHub] ant pull request: Added JDK 9 module system support to the Java Ta...

2016-03-13 Thread tzezula
Github user tzezula commented on the pull request: https://github.com/apache/ant/pull/15#issuecomment-195935714 Thanks a lot Stefan! --- 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

[GitHub] ant pull request: Added JDK 9 module system support to the Java Ta...

2016-03-12 Thread bodewig
Github user bodewig commented on the pull request: https://github.com/apache/ant/pull/15#issuecomment-195781492 I had a few merge conflicts as I already added the since tags, but I think I've got them resolved. Many thanks. --- If your project is set up for it, you can

[GitHub] ant pull request: Added JDK 9 module system support to the Java Ta...

2016-03-08 Thread tzezula
Github user tzezula commented on the pull request: https://github.com/apache/ant/pull/15#issuecomment-193997234 Hi Stefan Here is a patch for the Java task page inside of Ant's manual. I've also updated the since tags to 1.9.7:

[GitHub] ant pull request: Added JDK 9 module system support to the Java Ta...

2016-03-06 Thread bodewig
Github user bodewig commented on the pull request: https://github.com/apache/ant/pull/15#issuecomment-192895174 don't worry and thanks for your support --- 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

[GitHub] ant pull request: Added JDK 9 module system support to the Java Ta...

2016-03-06 Thread tzezula
Github user tzezula commented on the pull request: https://github.com/apache/ant/pull/15#issuecomment-192894935 Sorry for that. I will get some Windows box for testing. Yes, it's '/'. The -m option support eitheror /. --- If your project is set up for it, you can reply

[GitHub] ant pull request: Added JDK 9 module system support to the Java Ta...

2016-03-06 Thread bodewig
Github user bodewig commented on the pull request: https://github.com/apache/ant/pull/15#issuecomment-192893331 Great. Our [CI builds](https://builds.apache.org/job/Ant-Build-Matrix/) on Windows are failing because the test `testModuleAndClassnameCommandLine` expects the

[GitHub] ant pull request: Added JDK 9 module system support to the Java Ta...

2016-03-06 Thread tzezula
Github user tzezula commented on the pull request: https://github.com/apache/ant/pull/15#issuecomment-192890123 Thanks Stefan, I will do a patch of Ant's java task manual. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] ant pull request: Added JDK 9 module system support to the Java Ta...

2016-03-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ant/pull/15 --- 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 pull request: Added JDK 9 module system support to the Java Ta...

2016-03-06 Thread bodewig
Github user bodewig commented on the pull request: https://github.com/apache/ant/pull/15#issuecomment-192878534 Thanks a lot Tomas, I've merged your patch. It would be good if you could also provide a patch the java task page inside of Ant's manual. --- If your project is

[GitHub] ant pull request: Added JDK 9 module system support to the Java Ta...

2016-03-03 Thread tzezula
GitHub user tzezula opened a pull request: https://github.com/apache/ant/pull/15 Added JDK 9 module system support to the Java Task Added main module, modulepath and moduleupgradepath into Java task. You can merge this pull request into a Git repository by running: $ git pull