Re: [External] : Odd jdk8->jdk17 behaviour with ant

2022-07-04 Thread Dave Brosius
Interestingly my first attempt was to add a as the first step of consumer. That did nothing. On 7/4/22 21:45, Jaikiran Pai wrote: Hello Dave, I see that you seem to have got past this. However, looking at what you describe in your first post, this looks like a genuine issue that needs some

Re: [External] : Odd jdk8->jdk17 behaviour with ant

2022-07-04 Thread Dave Brosius
this is linux mint (5.4.0-120-generic) I agree there is something going on with ant. like the jar isn't closing until the ant process closes. As for a sample, I grossly simplified the explanation. but the two steps that fail back to back are jar creation and an ant task that reads a locale fro

Re: [External] : Odd jdk8->jdk17 behaviour with ant

2022-07-04 Thread Jaikiran Pai
Hello Dave, I see that you seem to have got past this. However, looking at what you describe in your first post, this looks like a genuine issue that needs some investigation to narrow down why this fails on Java 17. Would you be able to share a reproducer for this? What operating system is th

Re: [External] : Odd jdk8->jdk17 behaviour with ant

2022-07-04 Thread Dave Brosius
Rubber Duck Debugging at it's finest. I changed the code to do and now it works fine. On 7/4/22 10:45, Dave Brosius wrote: Hi Folks,     I realize this is probably difficult to understand, or give ideas on, but i'll give it a go. I have an existing build.xml file that's been used for