You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Jon Christiansen (JIRA)" <ji...@codehaus.org> on 2005/10/19 00:24:11 UTC

[jira] Commented: (MAVEN-1649) Using ant:xslt with an xmlcatalog works fine with 1.0.2 but not with 1.1-beta1

    [ http://jira.codehaus.org/browse/MAVEN-1649?page=comments#action_48806 ] 

Jon Christiansen commented on MAVEN-1649:
-----------------------------------------

Figured it out... I will have to have that classpath defined in both locations in my jelly scripts that I want to run both on Maven 1.0 and 1.1....

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org