Re: ant wsimport2 task example with jdk 11 or above

2019-12-23 Thread Atul Pendse
Yep, it works. Thank you very much craig. > On 22-Dec-2019, at 10:34 AM, Atul Pendse wrote: > > Thanks Craig, I will try this. > > Thanks, > Atul > > > >>> On 21-Dec-2019, at 11:40 PM, Craig Pell wrote: >>> >>> On 12/20/19 1:47 PM, Atul Pendse wrote: >>> Does anyone have an example of

Re: ant wsimport2 task example with jdk 11 or above

2019-12-21 Thread Atul Pendse
Thanks Craig, I will try this. Thanks, Atul > On 21-Dec-2019, at 11:40 PM, Craig Pell wrote: > > On 12/20/19 1:47 PM, Atul Pendse wrote: >> Does anyone have an example of wsimport ant task that works with JDK 11 or >> above? >> I would greatly appreciate any help around this. >> We are migr

Re: ant wsimport2 task example with jdk 11 or above

2019-12-21 Thread Craig Pell
On 12/20/19 1:47 PM, Atul Pendse wrote: Does anyone have an example of wsimport ant task that works with JDK 11 or above? I would greatly appreciate any help around this. We are migrating from jdk8 to jdk 11/12/13, but can't seem to get wsimport working with ant. JAX-WS has been removed from

Re: ant wsimport2 task example with jdk 11 or above

2019-12-20 Thread Jaikiran Pai
I don't have much knowledge of this task, but what is the exact issue that you are running into with it in Java 11? Can you paste the relevant build snippet and the complete stacktrace (if any)? -Jaikiran On 21/12/19 12:17 AM, Atul Pendse wrote: > Hi, > > Does anyone have an example of wsimport a