RE: build-main fails for tomcat 4.1 (XSLP problem?)

2002-08-27 Thread Andrew Conrad
Transferring to tomcat-user: pic this thread up there - Andrew > -Original Message- > From: Dev Zero G Ltd [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 27, 2002 4:14 PM > To: Tomcat Developers List > Subject: Re: build-main fails for tomcat 4.1 (XSLP problem?) &g

Re: build-main fails for tomcat 4.1 (XSLP problem?)

2002-08-27 Thread Dev Zero G Ltd
t;To: Tomcat Developers List >>Subject: Re: build-main fails for tomcat 4.1 (XSLP problem?) >> >> >> From the debug output below ("xslp processor is deprecated. >>Use trax or >>xalan instead") I'm guessing I'm not using Xalan at all. Any >&

RE: build-main fails for tomcat 4.1 (XSLP problem?)

2002-08-27 Thread Andrew Conrad
elopers List > Subject: Re: build-main fails for tomcat 4.1 (XSLP problem?) > > > From the debug output below ("xslp processor is deprecated. > Use trax or > xalan instead") I'm guessing I'm not using Xalan at all. Any > idea how I > can make ANT

Re: build-main fails for tomcat 4.1 (XSLP problem?)

2002-08-27 Thread Dev Zero G Ltd
From the debug output below ("xslp processor is deprecated. Use trax or xalan instead") I'm guessing I'm not using Xalan at all. Any idea how I can make ANT use XALAN? Thanks very much for the help so far and thank for more in advance! ;) Mike Andrew Conrad wrote: > What version of Xalan are

RE: build-main fails for tomcat 4.1 (XSLP problem?)

2002-08-27 Thread Andrew Conrad
What version of Xalan are you using? I had problems with the one included with JAXP (known bug with XSLT processing) http://xml.apache.org/xalan-j/index.html you should get 2.4.D1, making sure you put xalan.jar, xercesImpl.jar, and xml-apis.jar files are in the ant/lib folder. - Andrew > ---