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 2009/03/27 16:37:17 UTC

[jira] Created: (MAVENUPLOAD-2410) Validator.nu HTML parser 1.2.0 to Maven repo

Validator.nu HTML parser 1.2.0 to Maven repo
--------------------------------------------

                 Key: MAVENUPLOAD-2410
                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2410
             Project: Maven Upload Requests
          Issue Type: Wish
            Reporter: Henri Sivonen
         Attachments: htmlparser-1.2.0-bundle.jar

For reference, the previous version was MAVENUPLOAD-2186.

    * Fixed an issue where under rare circumstances attribute values leaking into element content.
    * Fixed a bug where isindex processing added attributes to all elements that were supposed to have no attributes.
    * Implemented spec changes. (Too numerous to enumerate, but, as a highlight, framesets parse much better now.)
    * Moved to WebKit-style foster parenting.
    * Changed the API for tree builder subclasses again due to new constraints. If you have previously written your own tree builder subclass, you need to change it.
    * Fixed the bundled XML serializer.
    * Made it possible to generate a C++ version that does not leak memory from the Java source.
    * Removed the C++ translator for the release. (Get it from SVN.)
    * Fixed JavaDocs about XML violation policy defaults.
    * Fixed the handling of spaces in attributes in the XML serializer.
    * Made getElementById work with the DOM trees built by the parser.


-- 
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-2410) Validator.nu HTML parser 1.2.0 to Maven repo

Posted by "Chris Hubick (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=173580#action_173580 ] 

Chris Hubick commented on MAVENUPLOAD-2410:
-------------------------------------------

Why can't you just upload it to the repo with `mvn deploy-file` which should generate the metadata?

> Validator.nu HTML parser 1.2.0 to Maven repo
> --------------------------------------------
>
>                 Key: MAVENUPLOAD-2410
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2410
>             Project: Maven Upload Requests
>          Issue Type: Wish
>            Reporter: Henri Sivonen
>            Assignee: Carlos Sanchez
>         Attachments: htmlparser-1.2.0-bundle.jar
>
>
> For reference, the previous version was MAVENUPLOAD-2186.
>     * Fixed an issue where under rare circumstances attribute values leaking into element content.
>     * Fixed a bug where isindex processing added attributes to all elements that were supposed to have no attributes.
>     * Implemented spec changes. (Too numerous to enumerate, but, as a highlight, framesets parse much better now.)
>     * Moved to WebKit-style foster parenting.
>     * Changed the API for tree builder subclasses again due to new constraints. If you have previously written your own tree builder subclass, you need to change it.
>     * Fixed the bundled XML serializer.
>     * Made it possible to generate a C++ version that does not leak memory from the Java source.
>     * Removed the C++ translator for the release. (Get it from SVN.)
>     * Fixed JavaDocs about XML violation policy defaults.
>     * Fixed the handling of spaces in attributes in the XML serializer.
>     * Made getElementById work with the DOM trees built by the parser.

-- 
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-2410) Validator.nu HTML parser 1.2.0 to Maven repo

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

Carlos Sanchez commented on MAVENUPLOAD-2410:
---------------------------------------------

it's not that complicated and you can restrict the user permissions, or you can just create it in Sourceforge and they'll provide ssh server for rsync

> Validator.nu HTML parser 1.2.0 to Maven repo
> --------------------------------------------
>
>                 Key: MAVENUPLOAD-2410
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2410
>             Project: Maven Upload Requests
>          Issue Type: Wish
>            Reporter: Henri Sivonen
>            Assignee: Carlos Sanchez
>         Attachments: htmlparser-1.2.0-bundle.jar
>
>
> For reference, the previous version was MAVENUPLOAD-2186.
>     * Fixed an issue where under rare circumstances attribute values leaking into element content.
>     * Fixed a bug where isindex processing added attributes to all elements that were supposed to have no attributes.
>     * Implemented spec changes. (Too numerous to enumerate, but, as a highlight, framesets parse much better now.)
>     * Moved to WebKit-style foster parenting.
>     * Changed the API for tree builder subclasses again due to new constraints. If you have previously written your own tree builder subclass, you need to change it.
>     * Fixed the bundled XML serializer.
>     * Made it possible to generate a C++ version that does not leak memory from the Java source.
>     * Removed the C++ translator for the release. (Get it from SVN.)
>     * Fixed JavaDocs about XML violation policy defaults.
>     * Fixed the handling of spaces in attributes in the XML serializer.
>     * Made getElementById work with the DOM trees built by the parser.

-- 
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-2410) Validator.nu HTML parser 1.2.0 to Maven repo

Posted by "Chris Hubick (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=171610#action_171610 ] 

Chris Hubick commented on MAVENUPLOAD-2410:
-------------------------------------------

Note that there is no file at:
http://repo1.maven.org/maven2/nu/validator/htmlparser/htmlparser/maven-metadata.xml

This means that using a version dependency _range_ like:

<dependency>
  <groupId>nu.validator.htmlparser</groupId>
  <artifactId>htmlparser</artifactId>
  <version>[1.1,1.2)</version>
  <scope>compile</scope>
</dependency>

Will yield an error "Failed to resolve artifact.  No versions are present in the repository for the artifact with a range [1.1,1.2)".

This is obviously less than ideal.

> Validator.nu HTML parser 1.2.0 to Maven repo
> --------------------------------------------
>
>                 Key: MAVENUPLOAD-2410
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2410
>             Project: Maven Upload Requests
>          Issue Type: Wish
>            Reporter: Henri Sivonen
>         Attachments: htmlparser-1.2.0-bundle.jar
>
>
> For reference, the previous version was MAVENUPLOAD-2186.
>     * Fixed an issue where under rare circumstances attribute values leaking into element content.
>     * Fixed a bug where isindex processing added attributes to all elements that were supposed to have no attributes.
>     * Implemented spec changes. (Too numerous to enumerate, but, as a highlight, framesets parse much better now.)
>     * Moved to WebKit-style foster parenting.
>     * Changed the API for tree builder subclasses again due to new constraints. If you have previously written your own tree builder subclass, you need to change it.
>     * Fixed the bundled XML serializer.
>     * Made it possible to generate a C++ version that does not leak memory from the Java source.
>     * Removed the C++ translator for the release. (Get it from SVN.)
>     * Fixed JavaDocs about XML violation policy defaults.
>     * Fixed the handling of spaces in attributes in the XML serializer.
>     * Made getElementById work with the DOM trees built by the parser.

-- 
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-2410) Validator.nu HTML parser 1.2.0 to Maven repo

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

Henri Sivonen commented on MAVENUPLOAD-2410:
--------------------------------------------

Last time I checked, automatic synchronization docs said I'd need to let a Maven repo server connect to my server using SSH. That seemed complicated, and I didn't want to open SSH access to anyone but me. If there's a method where my computer connects via SSH to a server to upload an artifact, I could look into setting up such a release choreography.

> Validator.nu HTML parser 1.2.0 to Maven repo
> --------------------------------------------
>
>                 Key: MAVENUPLOAD-2410
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2410
>             Project: Maven Upload Requests
>          Issue Type: Wish
>            Reporter: Henri Sivonen
>            Assignee: Carlos Sanchez
>         Attachments: htmlparser-1.2.0-bundle.jar
>
>
> For reference, the previous version was MAVENUPLOAD-2186.
>     * Fixed an issue where under rare circumstances attribute values leaking into element content.
>     * Fixed a bug where isindex processing added attributes to all elements that were supposed to have no attributes.
>     * Implemented spec changes. (Too numerous to enumerate, but, as a highlight, framesets parse much better now.)
>     * Moved to WebKit-style foster parenting.
>     * Changed the API for tree builder subclasses again due to new constraints. If you have previously written your own tree builder subclass, you need to change it.
>     * Fixed the bundled XML serializer.
>     * Made it possible to generate a C++ version that does not leak memory from the Java source.
>     * Removed the C++ translator for the release. (Get it from SVN.)
>     * Fixed JavaDocs about XML violation policy defaults.
>     * Fixed the handling of spaces in attributes in the XML serializer.
>     * Made getElementById work with the DOM trees built by the parser.

-- 
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-2410) Validator.nu HTML parser 1.2.0 to Maven repo

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

Carlos Sanchez closed MAVENUPLOAD-2410.
---------------------------------------

      Assignee: Carlos Sanchez
    Resolution: Fixed

For the metadata file you need to setup automatic synchronization

> Validator.nu HTML parser 1.2.0 to Maven repo
> --------------------------------------------
>
>                 Key: MAVENUPLOAD-2410
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2410
>             Project: Maven Upload Requests
>          Issue Type: Wish
>            Reporter: Henri Sivonen
>            Assignee: Carlos Sanchez
>         Attachments: htmlparser-1.2.0-bundle.jar
>
>
> For reference, the previous version was MAVENUPLOAD-2186.
>     * Fixed an issue where under rare circumstances attribute values leaking into element content.
>     * Fixed a bug where isindex processing added attributes to all elements that were supposed to have no attributes.
>     * Implemented spec changes. (Too numerous to enumerate, but, as a highlight, framesets parse much better now.)
>     * Moved to WebKit-style foster parenting.
>     * Changed the API for tree builder subclasses again due to new constraints. If you have previously written your own tree builder subclass, you need to change it.
>     * Fixed the bundled XML serializer.
>     * Made it possible to generate a C++ version that does not leak memory from the Java source.
>     * Removed the C++ translator for the release. (Get it from SVN.)
>     * Fixed JavaDocs about XML violation policy defaults.
>     * Fixed the handling of spaces in attributes in the XML serializer.
>     * Made getElementById work with the DOM trees built by the parser.

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