Re: java project build question, in eclipse IDE

2018-07-30 Thread Elliotte Rusty Harold
Is there a reason you're still using 1.4.2? That's likely your issue. javax.xml.validation.SchemaFactory wasn't added to the JDK until 1.5. On Sun, Jul 29, 2018 at 1:40 AM, Mukul Gandhi wrote: > Hi all, >I apologize for cross posting to, two Xerces lists. > > I need some help from the communi

Re: java project build question, in eclipse IDE

2018-07-30 Thread Elliotte Rusty Harold
"I'm member of Xerces dev team. To develop for XSD 1.1 we need JDK 1.4, and to develop for trunk we need JDK 1.3." I'm curious. Why do you need 1.4 and 1.3? Do you have customers using those? On Mon, Jul 30, 2018 at 2:06 AM, Mukul Gandhi wrote: > On Sun, Jul 29, 2018 at 3:56 PM, Elliotte Rusty

RE: [EXTERNAL] Re: java project build question, in eclipse IDE

2018-07-30 Thread David Dillard
:13 AM To: Elliotte Rusty Harold Cc: j-...@xerces.apache.org; j-users@xerces.apache.org Subject: [EXTERNAL] Re: java project build question, in eclipse IDE On Mon, Jul 30, 2018 at 4:25 PM, Elliotte Rusty Harold mailto:elh...@ibiblio.org>> wrote: I'm curious. Why do you need 1.4 and 1.3?

Re: java project build question, in eclipse IDE

2018-07-30 Thread Mukul Gandhi
On Mon, Jul 30, 2018 at 4:25 PM, Elliotte Rusty Harold wrote: > > I'm curious. Why do you need 1.4 and 1.3? Do you have customers using > those? This needs to be understood correctly. Xerces can run on min JREs 1.4 (if XSD 1.1 is needed) and 1.3 respectively. This doesn't mean, that Xerces canno

Re: java project build question, in eclipse IDE

2018-07-29 Thread Mukul Gandhi
On Sun, Jul 29, 2018 at 3:56 PM, Elliotte Rusty Harold wrote: > Is there a reason you're still using 1.4.2? I'm member of Xerces dev team. To develop for XSD 1.1 we need JDK 1.4, and to develop for trunk we need JDK 1.3. > That's likely your issue. > javax.xml.validation.SchemaFactory wasn't