You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Chris Hubick (JIRA)" <ji...@codehaus.org> on 2009/03/31 23:40:12 UTC

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

    [ 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