You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Henri Sivonen (JIRA)" <ji...@codehaus.org> on 2007/11/01 16:42:10 UTC

[jira] Created: (MAVENUPLOAD-1791) Adding the Validator.nu HTML Parser to Maven repo

Adding the Validator.nu HTML Parser to Maven repo
-------------------------------------------------

                 Key: MAVENUPLOAD-1791
                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1791
             Project: maven-upload-requests
          Issue Type: Improvement
            Reporter: Henri Sivonen


The Validator.nu HTML Parser is an implementation of the HTML5 parsing algorithm (draft).

Note: 
Following the instructions did not cause Maven to put the Javadoc jar inside the bundle. The Javadoc jar is at:
http://about.validator.nu/htmlparser/htmlparser-1.0.5-javadoc.jar

-- 
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: (MAVENUPLOAD-1791) Adding the Validator.nu HTML Parser to Maven repo

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVENUPLOAD-1791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlos Sanchez closed MAVENUPLOAD-1791.
---------------------------------------

      Assignee: Carlos Sanchez
    Resolution: Fixed

> Adding the Validator.nu HTML Parser to Maven repo
> -------------------------------------------------
>
>                 Key: MAVENUPLOAD-1791
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1791
>             Project: maven-upload-requests
>          Issue Type: Improvement
>            Reporter: Henri Sivonen
>            Assignee: Carlos Sanchez
>         Attachments: icu4j-3.8.pom
>
>
> The Validator.nu HTML Parser is an implementation of the HTML5 parsing algorithm (draft).
> Note: 
> Following the instructions did not cause Maven to put the Javadoc jar inside the bundle. The Javadoc jar is at:
> http://about.validator.nu/htmlparser/htmlparser-1.0.5-javadoc.jar

-- 
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] Updated: (MAVENUPLOAD-1791) Adding the Validator.nu HTML Parser to Maven repo

Posted by "Chris Hubick (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVENUPLOAD-1791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Hubick updated MAVENUPLOAD-1791:
--------------------------------------

    Attachment: icu4j-3.8.pom

As per the comment in the pom.xml, icu 3.8 isn't yet in the Maven repo, only the older 3.4.4.

I generated the attached updated pom for it via:
wget http://ibiblio.org/pub/packages/maven2/com/ibm/icu/icu4j/3.4.4/icu4j-3.4.4.pom
cat icu4j-3.4.4.pom | sed 's/3.4.4/3.8/g' > icu4j-3.8.pom

You can grab the newer jar file at: http://download.icu-project.org/files/icu4j/3.8/icu4j-3_8.jar

If someone could also update this, that would be swell!  Thanks! :)

> Adding the Validator.nu HTML Parser to Maven repo
> -------------------------------------------------
>
>                 Key: MAVENUPLOAD-1791
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1791
>             Project: maven-upload-requests
>          Issue Type: Improvement
>            Reporter: Henri Sivonen
>         Attachments: icu4j-3.8.pom
>
>
> The Validator.nu HTML Parser is an implementation of the HTML5 parsing algorithm (draft).
> Note: 
> Following the instructions did not cause Maven to put the Javadoc jar inside the bundle. The Javadoc jar is at:
> http://about.validator.nu/htmlparser/htmlparser-1.0.5-javadoc.jar

-- 
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] Commented: (MAVENUPLOAD-1791) Adding the Validator.nu HTML Parser to Maven repo

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-1791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_112388 ] 

Carlos Sanchez commented on MAVENUPLOAD-1791:
---------------------------------------------

you will need to put the javadoc by hand in the bundle jar
all the dependencies must be in the repo already

> Adding the Validator.nu HTML Parser to Maven repo
> -------------------------------------------------
>
>                 Key: MAVENUPLOAD-1791
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1791
>             Project: maven-upload-requests
>          Issue Type: Improvement
>            Reporter: Henri Sivonen
>
> The Validator.nu HTML Parser is an implementation of the HTML5 parsing algorithm (draft).
> Note: 
> Following the instructions did not cause Maven to put the Javadoc jar inside the bundle. The Javadoc jar is at:
> http://about.validator.nu/htmlparser/htmlparser-1.0.5-javadoc.jar

-- 
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] Commented: (MAVENUPLOAD-1791) Adding the Validator.nu HTML Parser to Maven repo

Posted by "Henri Sivonen (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-1791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_112584 ] 

Henri Sivonen commented on MAVENUPLOAD-1791:
--------------------------------------------

I've updated the bundle jar manually to contain the Maven-built javadoc jar as well.

> Adding the Validator.nu HTML Parser to Maven repo
> -------------------------------------------------
>
>                 Key: MAVENUPLOAD-1791
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1791
>             Project: maven-upload-requests
>          Issue Type: Improvement
>            Reporter: Henri Sivonen
>         Attachments: icu4j-3.8.pom
>
>
> The Validator.nu HTML Parser is an implementation of the HTML5 parsing algorithm (draft).
> Note: 
> Following the instructions did not cause Maven to put the Javadoc jar inside the bundle. The Javadoc jar is at:
> http://about.validator.nu/htmlparser/htmlparser-1.0.5-javadoc.jar

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