You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by "Adam R. B. Jack" <aj...@apache.org> on 2004/08/21 00:00:32 UTC

Re: Xerces on JDK 1.5 (on Gump) (fwd)

On Fri, 20 Aug 2004, Michael Glavassevich wrote:

> I'm going to guess this has in part to do with the version of Ant that
> Gump is using to compile Xerces.  Xerces uses its own Javac task [1] so
> that it compiles smoothly on JDK 1.4. This code isn't aware of JDK 1.5
> (yet) nor is the version of Ant which is distributed among Xerces' build
> tools.
>
> [1]
> http://cvs.apache.org/viewcvs.cgi/xml-xerces/java/tools/src/XJavac.java?view=markup

Interesting. Just for the purposes of communication, the Ant that Gump run is called with build.sysclasspath=only, so really ought override any 'twiddling' that a task attempts. I can't gaurantee this (hence I'll CC the Gump list), but I'd bet heavily on it. In short, Gump pretty much overrides (with Ant's colaboration) local settings with it's settings. [See: http://ant.apache.org/manual/sysclasspath.html]

That said, there definately seems to be some classes not being found, that are found when on JDK1.4 w/ exactly the same Gump. So .. something odd is happening...

regards,

Adam

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: Xerces on JDK 1.5 (on Gump) (fwd)

Posted by "Adam R. B. Jack" <aj...@apache.org>.
On Thu, 26 Aug 2004, Michael Glavassevich wrote:

> I modified Xerces' Javac task in CVS such that it should now detect JDK
> 1.4 and above. I strongly suspect that this was the source of the problem.
> Hopefully that will fix the Gump failures.

Despite not understanding how (and that is ok) I would have to agree with you there. :-)

    http://brutus.apache.org/gump/jdk15/xml-xerces2/xml-xerces/index.html

Thanks very much!

regards

Adam

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org


Re: Xerces on JDK 1.5 (on Gump) (fwd)

Posted by "Adam R. B. Jack" <aj...@apache.org>.
On Thu, 26 Aug 2004, Michael Glavassevich wrote:

> I modified Xerces' Javac task in CVS such that it should now detect JDK
> 1.4 and above. I strongly suspect that this was the source of the problem.
> Hopefully that will fix the Gump failures.

Despite not understanding how (and that is ok) I would have to agree with you there. :-)

    http://brutus.apache.org/gump/jdk15/xml-xerces2/xml-xerces/index.html

Thanks very much!

regards

Adam

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: Xerces on JDK 1.5 (on Gump) (fwd)

Posted by Michael Glavassevich <mr...@ca.ibm.com>.
I modified Xerces' Javac task in CVS such that it should now detect JDK 
1.4 and above. I strongly suspect that this was the source of the problem. 
Hopefully that will fix the Gump failures.

Thanks.

"Adam R. B. Jack" <aj...@apache.org> wrote on 08/20/2004 06:00:32 PM:

> On Fri, 20 Aug 2004, Michael Glavassevich wrote:
> 
> > I'm going to guess this has in part to do with the version of Ant that
> > Gump is using to compile Xerces.  Xerces uses its own Javac task [1] 
so
> > that it compiles smoothly on JDK 1.4. This code isn't aware of JDK 1.5
> > (yet) nor is the version of Ant which is distributed among Xerces' 
build
> > tools.
> >
> > [1]
> > http://cvs.apache.org/viewcvs.cgi/xml-
> xerces/java/tools/src/XJavac.java?view=markup
> 
> Interesting. Just for the purposes of communication, the Ant that 
> Gump run is called with build.sysclasspath=only, so really ought 
> override any 'twiddling' that a task attempts. I can't gaurantee 
> this (hence I'll CC the Gump list), but I'd bet heavily on it. In 
> short, Gump pretty much overrides (with Ant's colaboration) local 
> settings with it's settings. [See: http://ant.apache.
> org/manual/sysclasspath.html]
> 
> That said, there definately seems to be some classes not being 
> found, that are found when on JDK1.4 w/ exactly the same Gump. So ..
> something odd is happening...
> 
> regards,
> 
> Adam
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-j-dev-help@xml.apache.org
> 

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org

Re: Xerces on JDK 1.5 (on Gump) (fwd)

Posted by Michael Glavassevich <mr...@ca.ibm.com>.
I modified Xerces' Javac task in CVS such that it should now detect JDK 
1.4 and above. I strongly suspect that this was the source of the problem. 
Hopefully that will fix the Gump failures.

Thanks.

"Adam R. B. Jack" <aj...@apache.org> wrote on 08/20/2004 06:00:32 PM:

> On Fri, 20 Aug 2004, Michael Glavassevich wrote:
> 
> > I'm going to guess this has in part to do with the version of Ant that
> > Gump is using to compile Xerces.  Xerces uses its own Javac task [1] 
so
> > that it compiles smoothly on JDK 1.4. This code isn't aware of JDK 1.5
> > (yet) nor is the version of Ant which is distributed among Xerces' 
build
> > tools.
> >
> > [1]
> > http://cvs.apache.org/viewcvs.cgi/xml-
> xerces/java/tools/src/XJavac.java?view=markup
> 
> Interesting. Just for the purposes of communication, the Ant that 
> Gump run is called with build.sysclasspath=only, so really ought 
> override any 'twiddling' that a task attempts. I can't gaurantee 
> this (hence I'll CC the Gump list), but I'd bet heavily on it. In 
> short, Gump pretty much overrides (with Ant's colaboration) local 
> settings with it's settings. [See: http://ant.apache.
> org/manual/sysclasspath.html]
> 
> That said, there definately seems to be some classes not being 
> found, that are found when on JDK1.4 w/ exactly the same Gump. So ..
> something odd is happening...
> 
> regards,
> 
> Adam
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-j-dev-help@xml.apache.org
> 

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org