Re: Building Xerces-J for IKVM conversion to .NET

2007-01-26 Thread Michael Glavassevich
Jacob Kjome <[EMAIL PROTECTED]> wrote on 01/26/2007 12:31:46 PM: > Quoting Michael Glavassevich <[EMAIL PROTECTED]>: > > > This shouldn't matter. Xerces has its own javac [1] task which prevents > > the build from clashing with the classes in the JDK. It's fine to use JDK > > 1.4 and above for

Re: Building Xerces-J for IKVM conversion to .NET

2007-01-26 Thread Jacob Kjome
Quoting Michael Glavassevich <[EMAIL PROTECTED]>: > This shouldn't matter. Xerces has its own javac [1] task which prevents > the build from clashing with the classes in the JDK. It's fine to use JDK > 1.4 and above for compilation. The error Peter got probably means he's > missing the build tools

Re: Building Xerces-J for IKVM conversion to .NET

2007-01-26 Thread Michael Glavassevich
This shouldn't matter. Xerces has its own javac [1] task which prevents the build from clashing with the classes in the JDK. It's fine to use JDK 1.4 and above for compilation. The error Peter got probably means he's missing the build tools (i.e. Xerces-J-tools.2.9.0.zip) or they weren't extrac

Re: Building Xerces-J for IKVM conversion to .NET

2007-01-26 Thread Jacob Kjome
I suggest installing the most recent release of JDK1.3.1 and building under that. You can still use JDK1.5 as your default JDK. Just open a command window and do the following... set CLASSPATH=. set JAVA_HOME=C:\jdk1.3.1_18 set Path=C:\jdk1.3.1_18\bin;%Path% Now Ant and the Xerces build will o

Building Xerces-J for IKVM conversion to .NET

2007-01-26 Thread Peter Schonefeld
Hi, With reference to my earlier post, I'm still trying to get Xerces-J working in dot net (I want to start a new project with standard DOM XML tools). I'm not a java developer so am out of my depth here, but i think that my problem is that I need to re-build Xerces to include the external classes

Re: Problems with Serialization

2007-01-26 Thread tibot
Great. It works. THan k you very much Michael Glavassevich wrote: > > If you're using JDK 1.4 or above you need to use the "Endorsed Standards > Override Mechanism" [1][2]. > > [1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-4 > [2] http://java.sun.com/j2se/1.4.2/docs/guide/standa