Re: Setting the Endorsed Directory Location

2007-09-24 Thread Anthony N. Frasso
t; -help Print a synopsis of standard options > > I dont see support for endorsedirs > what happens when you try extdirs instead of endorsedirs? > > M-- > - Original Message ----- > From: "Anthony N. Frasso" <[EMAIL PROTECTED]> > To: > Se

Re: Setting the Endorsed Directory Location

2007-09-23 Thread Martin Gainty
t; <[EMAIL PROTECTED]> To: Sent: Sunday, September 23, 2007 6:01 PM Subject: Setting the Endorsed Directory Location > Hello, and thanks for all of your help in advance. > > I'm using Ant version 1.6.5 with the JDK v. 1.4.2. I'm attempting to compile a > project t

Re: Setting the Endorsed Directory Location

2007-09-23 Thread Peter Reilly
that uses Xerces v. 2.9.1. In order to compile properly, the XML API > included with Xerces needs to override the default XML API that comes with > JDK.1.4.2. As I understand it, this is done by setting the "endorsed > directory" location to be the location of the Xerces jar fi

Setting the Endorsed Directory Location

2007-09-23 Thread Anthony N. Frasso
JDK.1.4.2. As I understand it, this is done by setting the "endorsed directory" location to be the location of the Xerces jar files. Unfortunately, using the tag inside the task doesn't seem to be accomplishing this. Here is my target: H