The following issue has been updated:
Updater: Brian Minchau (mailto:[EMAIL PROTECTED])
Date: Fri, 24 Sep 2004 8:30 AM
Changes:
Component changed to transformation
---------------------------------------------------------------------
For a full history of the issue, see:
http://issues.apache.org/jira/browse/XALANJ-862?page=history
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/XALANJ-862
Here is an overview of the issue:
---------------------------------------------------------------------
Key: XALANJ-862
Summary: Tomcat 4 docs build ant style tasks fail with Xalan 2.3.1
Type: Bug
Status: Reopened
Project: XalanJ2
Components:
Xalan-interpretive transformation
transformation
Versions:
2.3
Assignee: Xalan Developers Mailing List
Reporter: Glenn Nielsen
Created: Wed, 27 Feb 2002 3:05 PM
Updated: Fri, 24 Sep 2004 8:30 AM
Environment: Operating System: Solaris
Platform: Sun
Description:
The Tomcat 4 build of its documentation located in CVS at
jakarta-tomcat-4.0/webapps/tomcat-docs/build.xml fails frequently
when using Xalan 2.3.1. This worked under Xalan 2.2 and 2.2D versions.
Here is an example ant style task which is failing, removing the param
element fixes the problem. So the problem is related to performing
multiple transformations using the same stylesheet and passing a parameter
in.
<style basedir="."
destdir="${webapps.build}/${webapp.name}"
extension=".html"
style="tomcat-docs.xsl"
excludes="build.xml project.xml"
includes="*.xml">
<param name="relative-path" expression="."/>
</style>
I have xercesImpl.jar, xml-apis.jar, and xalan.jar from the 2.3.1 release
in my classpath. After it failed the first few times I removed jaxp.jar
and crimson.jar from the ant installation lib directory, the ant style tasks
in the build still failed.
JVM is Java 1.3.1.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]