[ 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to