tomcat build error

2002-01-29 Thread Nick Wesselman

while building tomcat:

H:\tomcat_build\jakarta-tomcat-4.0\webapps\tomcat-docs\build.xml:80: 
javax.xml.transform.TransformerFactoryConfigurationError: Provider 
org.apache.xalan.processor.TransformerFactoryImpl not found

am i just missing something from my classpath?? do i need to download Xalan?

thanks,
Nick


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: tomcat build error

2002-01-29 Thread Craig R. McClanahan



On Tue, 29 Jan 2002, Nick Wesselman wrote:

 Date: Tue, 29 Jan 2002 07:20:43 -0600
 From: Nick Wesselman [EMAIL PROTECTED]
 Reply-To: Tomcat Users List [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Subject: tomcat build error

 while building tomcat:

 H:\tomcat_build\jakarta-tomcat-4.0\webapps\tomcat-docs\build.xml:80:
 javax.xml.transform.TransformerFactoryConfigurationError: Provider
 org.apache.xalan.processor.TransformerFactoryImpl not found

 am i just missing something from my classpath?? do i need to download Xalan?


Yes, Xalan is used in the style task to transform the source of the
Tomcat documentation files (in XML) into HTML.

The file BUILDING.txt in the top-level source directory describes
everything you need in order to build Tomcat from source.

 thanks,
 Nick


Craig


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]