Still no luck. I downloaded Ant 1.2 and diffed it against the one I had
from before to make sure it was the same version, which it was. I also
removed the j2ee.jar from the classpath :(
I'll let you know if I get it to work.
-----Original Message-----
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 18, 2000 6:54 PM
To: [EMAIL PROTECTED]
Subject: Re: Error while building struts
Dan Cancro wrote:
> I'm getting the following error while trying to build struts from
> jakarta-struts-20001217.zip.
>
> My classpath is:
>
c:\;.;c:\jdk1.2.2\jre\lib\rt.jar;c:\Ant\lib\jaxp.jar;c:\Ant\lib\parser.jar;C
>
:\xalan-j_1_2_2\xalan.jar;c:\Ant\lib\optional.jar;c:\xalan-j_1_2_2\xerces.ja
> r;c:\j2sdkee1.2.1\lib\j2ee.jar
>
Would it be possible to try this build without the "j2ee.jar" file on the
class
path? I'm concerned that it might contain some classes that conflict with
Xalan.
Also, you are using Ant 1.2, right?
Craig McClanahan