Re: Ant documentation

2018-03-05 Thread Gintautas Grigelionis
2018-03-02 13:13 GMT+01:00 Stefan Bodewig : > On 2018-03-02, Gintautas Grigelionis wrote: > > > 2018-03-02 9:54 GMT+01:00 Stefan Bodewig : > > >> On 2018-03-01, Stefan Bodewig wrote: > > On Thu, Mar 1, 2018 at 7:28 AM, Gintautas Grigelionis < >

Re: JDK 10: Release Candidate & JDK 11 Early Access builds available

2018-03-05 Thread Rory O'Donnell
Thanks for the feedback Stefan! On 05/03/2018 11:52, Stefan Bodewig wrote: Hi all no surprises with Java10 in Ant land. Of course some of our tests that use rmic -iiop/-idl have been broken on Java11 because of JEP320. Starting with Ant 1.10.3 and 1.9.11 Ant is going to fail with a more

[GitHub] ant pull request #:

2018-03-05 Thread twogee
Github user twogee commented on the pull request: https://github.com/apache/ant/commit/5aa1e8eff81ad6005e62587cdaaa962fce1105ea#commitcomment-27929054 In src/tests/junit/org/apache/tools/ant/taskdefs/RmicAdvancedTest.java: In

[GitHub] ant pull request #:

2018-03-05 Thread bodewig
Github user bodewig commented on the pull request: https://github.com/apache/ant/commit/5aa1e8eff81ad6005e62587cdaaa962fce1105ea#commitcomment-27928590 In src/tests/junit/org/apache/tools/ant/taskdefs/RmicAdvancedTest.java: In

[GitHub] ant pull request #:

2018-03-05 Thread twogee
Github user twogee commented on the pull request: https://github.com/apache/ant/commit/e06168ca78b819a21924f3716b99e3621b4855ef#commitcomment-27927813 It's not quite appropriate here, but we need a new release of Ivy... :cry: ---

[GitHub] ant pull request #:

2018-03-05 Thread twogee
Github user twogee commented on the pull request: https://github.com/apache/ant/commit/5aa1e8eff81ad6005e62587cdaaa962fce1105ea#commitcomment-27927763 In src/tests/junit/org/apache/tools/ant/taskdefs/RmicAdvancedTest.java: In

Re: JDK 10: Release Candidate & JDK 11 Early Access builds available

2018-03-05 Thread Stefan Bodewig
Hi all no surprises with Java10 in Ant land. Of course some of our tests that use rmic -iiop/-idl have been broken on Java11 because of JEP320. Starting with Ant 1.10.3 and 1.9.11 Ant is going to fail with a more useful error message and tests have been adapted. Stefan