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
-
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 src/tests/junit/org/apache/tools/ant/taskdefs/RmicAdvanc
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 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 src/tests/junit/org/apache/tools/ant/taskdefs/RmicAdvan
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 src/tests/junit/org/apache/tools/ant/taskdefs/RmicAdvanc
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
usef
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 <
> g.grigelio...@gmail.com> wrote:
>
> > I