You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Stephen Coy (JIRA)" <ji...@codehaus.org> on 2009/10/28 05:27:26 UTC

[jira] Created: (WAGON-288) wagon-http uses old and cranky JTidy implementation

wagon-http uses old and cranky JTidy implementation
---------------------------------------------------

                 Key: WAGON-288
                 URL: http://jira.codehaus.org/browse/WAGON-288
             Project: Maven Wagon
          Issue Type: Bug
          Components: wagon-http
    Affects Versions: 1.0-beta-6
         Environment: Java 6
            Reporter: Stephen Coy


JTidy version "4aug2000r7-dev" contains obsolete org.w3c.dom.* and org.xml.sax.* classes which arguably should not be there at all. This can cause java.lang.LinkageError to occur. 

The JTidy project at <http://jtidy.sourceforge.net/> has seen a new lease of life recently, and there are new builds that no longer include these classes.

So, the JTidy developers need to be encouraged to deploy to the central maven repo so that wagon can then make use of the new jtidy artifact.

I found this while hacking Continuum 1.3.4 so that it deploys and runs in JBoss 5.1 and Java 6. I've replaced the old jtidy with jtidy-r918.jar from the sourceforge site.





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

        

[jira] Closed: (WAGON-288) wagon-http uses old and cranky JTidy implementation

Posted by "Mark Struberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg closed WAGON-288.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0
         Assignee: Mark Struberg

JTidy is not used anymore in wagon-2.0

> wagon-http uses old and cranky JTidy implementation
> ---------------------------------------------------
>
>                 Key: WAGON-288
>                 URL: http://jira.codehaus.org/browse/WAGON-288
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-http
>    Affects Versions: 1.0-beta-6
>         Environment: Java 6
>            Reporter: Stephen Coy
>            Assignee: Mark Struberg
>             Fix For: 2.0
>
>
> JTidy version "4aug2000r7-dev" contains obsolete org.w3c.dom.* and org.xml.sax.* classes which arguably should not be there at all. This can cause java.lang.LinkageError to occur. 
> The JTidy project at <http://jtidy.sourceforge.net/> has seen a new lease of life recently, and there are new builds that no longer include these classes.
> So, the JTidy developers need to be encouraged to deploy to the central maven repo so that wagon can then make use of the new jtidy artifact.
> I found this while hacking Continuum 1.3.4 so that it deploys and runs in JBoss 5.1 and Java 6. I've replaced the old jtidy with jtidy-r918.jar from the sourceforge site.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira