XSLT transformations fail with JDK 1.5
--------------------------------------

         Key: MAVEN-1601
         URL: http://jira.codehaus.org/browse/MAVEN-1601
     Project: maven
        Type: Bug
    Versions: 1.0.2    
 Environment: Sun JDK 1.5.0_02. Windows XP SP2
    Reporter: Guy Rixon


I work with projects that invoke XSLT from maven.xml. To make these work with 
Sun JDK 1.4.x, I have to set, inside maven.xml, the system property that 
specifies the XSLT transformer-factory class from Xalan: this works. To work 
with Sun JDK 1.5.x, I have to set the property to point to a different class, 
not in the org.apache tree, since Sun ship a different XSLT implementation. 
When I do this, Maven fails due to a dependency on a class in Xalan.

I can work round this by putting the Xalan jar into my Maven installation (i.e. 
in %MAVEN_HOME$\lib), but my co-workers don't want to modify their copies of 
Maven.

Can Maven please be made independent of the XSLT/JAXP implementation? 

-- 
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]

Reply via email to