You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Michael B?ckling (JIRA)" <ji...@codehaus.org> on 2006/01/23 11:06:06 UTC

[jira] Created: (MAVENUPLOAD-700) This is the r7-dev release of Java implementation of HTML Tidy with some minor modifications to support XMLC.

This is the r7-dev release of Java implementation of HTML Tidy with some minor modifications to support XMLC.
-------------------------------------------------------------------------------------------------------------

         Key: MAVENUPLOAD-700
         URL: http://jira.codehaus.org/browse/MAVENUPLOAD-700
     Project: maven-upload-requests
        Type: Task

    Reporter: Michael Böckling
 Attachments: xmlc-jtidy-2.2.7.1-bundle.jar

This is a special, modified version of jtidy specifically for Enhydra XMLC and comes bundled with the XMLC distribution. 

Bundle is built from source, except for the compiled classes which are replaced with the original ones from the official XMLC distribution to prevent any compatibility problems.

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


[jira] Closed: (MAVENUPLOAD-700) This is the r7-dev release of Java implementation of HTML Tidy with some minor modifications to support XMLC.

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVENUPLOAD-700?page=all ]
     
Carlos Sanchez closed MAVENUPLOAD-700:
--------------------------------------

    Resolution: Fixed

That's a known problem that I have to fix manually with our upload util. It's fixed now and will be in ibiblio in the next hours

> This is the r7-dev release of Java implementation of HTML Tidy with some minor modifications to support XMLC.
> -------------------------------------------------------------------------------------------------------------
>
>          Key: MAVENUPLOAD-700
>          URL: http://jira.codehaus.org/browse/MAVENUPLOAD-700
>      Project: maven-upload-requests
>         Type: Task

>     Reporter: Michael Böckling
>     Assignee: Carlos Sanchez
>  Attachments: xmlc-jtidy-2.2.7.1-bundle.jar
>
>
> This is a special, modified version of jtidy specifically for Enhydra XMLC and comes bundled with the XMLC distribution. 
> Bundle is built from source, except for the compiled classes which are replaced with the original ones from the official XMLC distribution to prevent any compatibility problems.

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


[jira] Closed: (MAVENUPLOAD-700) This is the r7-dev release of Java implementation of HTML Tidy with some minor modifications to support XMLC.

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVENUPLOAD-700?page=all ]
     
Carlos Sanchez closed MAVENUPLOAD-700:
--------------------------------------

     Assign To: Carlos Sanchez
    Resolution: Fixed

> This is the r7-dev release of Java implementation of HTML Tidy with some minor modifications to support XMLC.
> -------------------------------------------------------------------------------------------------------------
>
>          Key: MAVENUPLOAD-700
>          URL: http://jira.codehaus.org/browse/MAVENUPLOAD-700
>      Project: maven-upload-requests
>         Type: Task

>     Reporter: Michael Böckling
>     Assignee: Carlos Sanchez
>  Attachments: xmlc-jtidy-2.2.7.1-bundle.jar
>
>
> This is a special, modified version of jtidy specifically for Enhydra XMLC and comes bundled with the XMLC distribution. 
> Bundle is built from source, except for the compiled classes which are replaced with the original ones from the official XMLC distribution to prevent any compatibility problems.

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


[jira] Reopened: (MAVENUPLOAD-700) This is the r7-dev release of Java implementation of HTML Tidy with some minor modifications to support XMLC.

Posted by "Michael B?ckling (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVENUPLOAD-700?page=all ]
     
Michael Böckling reopened MAVENUPLOAD-700:
------------------------------------------


Now I finally found time to check back and noticed that you corrected the version and changed it to:
<artifactId>jtidy</artifactId>
<version>r7-20052011.104500</version>

Problem: Maven now does not correctly calculate the path to the artifact. In order to make it work, I had to change the artifact identifier to:

<artifactId>jtidy-r7</artifactId>
<version>20052011.104500</version>

Because the URL is "org/enhydra/xmlc/jtidy-r7/20052011.104500/"
The problem is that the -r7 is appended to the artifactId and not to the version, which is probably not what you intended.
I suppose replacing "-" with "." or "_" would do the trick. I leave that one up to you. Once this is fixed, I'll upload the rest of the fixed POMs (using the proper XMLC customized versions of xerces and jtidy).

> This is the r7-dev release of Java implementation of HTML Tidy with some minor modifications to support XMLC.
> -------------------------------------------------------------------------------------------------------------
>
>          Key: MAVENUPLOAD-700
>          URL: http://jira.codehaus.org/browse/MAVENUPLOAD-700
>      Project: maven-upload-requests
>         Type: Task

>     Reporter: Michael Böckling
>     Assignee: Carlos Sanchez
>  Attachments: xmlc-jtidy-2.2.7.1-bundle.jar
>
>
> This is a special, modified version of jtidy specifically for Enhydra XMLC and comes bundled with the XMLC distribution. 
> Bundle is built from source, except for the compiled classes which are replaced with the original ones from the official XMLC distribution to prevent any compatibility problems.

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