Re: Building a Project with Ant using Xerces and JDK 1.4.2

2007-09-24 Thread Michael Glavassevich
Stanimir Stamenkov <[EMAIL PROTECTED]> wrote on 09/24/2007 07:51:36 PM: > Mon, 24 Sep 2007 12:34:13 -0700 (PDT), /Anthony N. Frasso/: > > > However, while I can see how to set a system property using the > java command > > (or task), I don't see how to set a system property using the > javac compi

Re: Building a Project with Ant using Xerces and JDK 1.4.2

2007-09-24 Thread Stanimir Stamenkov
Mon, 24 Sep 2007 12:34:13 -0700 (PDT), /Anthony N. Frasso/: However, while I can see how to set a system property using the java command (or task), I don't see how to set a system property using the javac compiler. You may try overriding the bootclasspath [1] or prepend the xml-apis.jar to it

Building a Project with Ant using Xerces and JDK 1.4.2

2007-09-24 Thread Anthony N. Frasso
Hi all, and thanks in advance for your help. I'm having some difficulty understanding how to build a project I'm working on. I'm using Xerces v. 2.9.1, JDK 1.4.2, and Ant 1.6.5. As I understand it, I can either place the Xerces jar files in the default endorsed directory ($JAVA_HOME$/lib/endorse