Re: (source/target/release) argument passing to javac task is broken in master

2019-08-25 Thread jkf
Hi Jaikiran I cannot reproduce the error so your sample would be really helpful, following is my attempt to reproduce on head without source / target, cannot be run on 1.8: jkf@zelfbouwasuscm:~/testje$ cat build.xml jkf@zelfbouwasuscm:~/testje$ java --version openjdk 11.0.3

Re: (source/target/release) argument passing to javac task is broken in master

2019-08-25 Thread Jaikiran Pai
Hi Martijn, I've sent the reproducer in a private mail. I am not expecting a fix today and neither do I plan to release immediately, so please take your time to look into this - there's no rush. -Jaikiran On 25/08/19 1:10 PM, j...@apach.org wrote: > Hi Jaikiran > > Will look into it

Re: (source/target/release) argument passing to javac task is broken in master

2019-08-25 Thread jkf
Hi Jaikiran Will look into it immediately, if you have a simple reproducer it would be great if you could mail it to me. The problem that was hit was that JAVA10 and higher were becoming ambiguous with JAVA 1.0, furthermore I removed code that would only be triggered if run on version below

(source/target/release) argument passing to javac task is broken in master

2019-08-25 Thread Jaikiran Pai
Hello Martijn, I was in the process of running some tests to decide if we are in a state to do a release of Ant project. While doing so, I ran into an issue where our project build no longer honours the source, target and release attributes of the javac task for versions of javac that support it.