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

Jeff Jensen commented on MAVEN-1753:
------------------------------------

(Per Arnaud's email request: Can you tell us what you had to change to use this 
plugin with maven 1.1)
The dependecies changed to make it work were all parser related:
    - Removed dependency on xercesImpl jar
    - Added dependency on xerces 2.4.0 jar
    - Upgraded Xalan dependency to 2.7.0 jar

Then the last problem was:
  java.lang.ClassNotFoundException: org/apache/xerces/parsers/SAXParser

Upgrading to m1-b3-snapshot of 4/30/06 solved that one.  I'm pretty sure I  was 
using the snapshot just before 4/30/06 that did not work.


> Re-introduce xerces in maven's core dependencies
> ------------------------------------------------
>
>          Key: MAVEN-1753
>          URL: http://jira.codehaus.org/browse/MAVEN-1753
>      Project: Maven
>         Type: Task

>     Versions: 1.1-beta-1, 1.1-beta-2
>     Reporter: Arnaud Heritier
>     Assignee: Arnaud Heritier
>      Fix For: 1.1-beta-3

>
>
> Because maven 1.1 works only with a jdk >= 1.4 whereas maven 1.0 requires at 
> least the jdk 1.3, we removed xerces from the distribution (the xml parser 
> API implemented by crimson is available in the jdk)
> The problem is that there's some bugs in crimson that are really annoying. 
> Particularly there are a lot of issues with entities management.
> To fix them we have to readd xerces in the distribution.

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

Reply via email to