Using ant:xslt with an xmlcatalog works fine with 1.0.2 but not with 1.1-beta1
------------------------------------------------------------------------------
Key: MAVEN-1649
URL: http://jira.codehaus.org/browse/MAVEN-1649
Project: maven
Type: Bug
Components: jelly/ant integration
Versions: 1.1-beta-1
Environment: WinXP & JDK 1.5.0_04
Reporter: Jon Christiansen
Attachments: test.zip
I've created a very simple maven.xml I've used to be able to recreate this
issue easily. Attached is this very simple directory structure.
I wipe out my .maven directory, and run maven on this project w/ Maven 1.0.2,
and the transform occurs successfully.
I wipe out my .maven directory again, and run with Maven 1.1beta1, and the
transform fails with:
[xslt] Transforming into C:\PATROLDEV\otherprojects\test\output
[xslt] Processing C:\PATROLDEV\otherprojects\test\source\web.xml to
C:\PATROLDEV\otherprojects\test\output\webag.text
[xslt] Loading stylesheet C:\PATROLDEV\otherprojects\test\web.xsl
[xslt] : Error! C:\PATROLDEV\otherprojects\test\source\web-app_2_3.dtd (The
system cannot find the file specified)
[xslt] : Error!
com.sun.org.apache.xml.internal.utils.WrappedRuntimeException:
C:\PATROLDEV\otherprojects\test\source\web-app_2_3.dtd (The system cannot find
the file specified)
[xslt] Failed to process C:\PATROLDEV\otherprojects\test\source\web.xml
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]