jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
Signup
Maven Upload Requests
  • Maven Upload Requests
  • MAVENUPLOAD-1968

JDom 1.1 is out

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Resolution: Fixed
  • Labels:
    None
  • Bundle URL:
    http://www.jdom.org/
  • Project URL:
    http://www.jdom.org/

Description

Hello!
JDom has released a major version (1.1) last november. Could you please upload it?
All files can be found at http://www.jdom.org/
Thank you very much.
Mirko
P.S. I am only a user of JDom, but I guess the team won't have anything against seeing their latest release uploaded...
  • Options
    • Sort By Name
    • Sort By Date
    • Ascending
    • Descending
    • Download All

Attachments

  1. Hide
    Java Archive File
    jdom-1.1-bundle.jar
    23/May/08 5:42 AM
    775 kB
    Benjamin Bentmann
    1. File
      META-INF/MANIFEST.MF 0.1 kB
    2. Java Archive File
      jdom-1.1-javadoc.jar 434 kB
    3. Java Archive File
      jdom-1.1-sources.jar 229 kB
    4. Java Archive File
      jdom-1.1.jar 148 kB
    5. XML File
      pom.xml 2 kB
    Download Zip
    Show
    Java Archive File
    jdom-1.1-bundle.jar
    23/May/08 5:42 AM
    775 kB
    Benjamin Bentmann
  2. XML File
    pom-relocation.xml
    23/May/08 5:42 AM
    0.5 kB
    Benjamin Bentmann

Issue Links

is duplicated by

Wish - General wishlist item MAVENUPLOAD-2201 Please upload jdom-1.1

  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • History
  • Activity
Hide
Permalink
Carlos Sanchez added a comment - 22/Mar/08 11:22 PM
please read the instructions http://maven.apache.org/guides/mini/guide-central-repository-upload.html
Show
Carlos Sanchez added a comment - 22/Mar/08 11:22 PM please read the instructions http://maven.apache.org/guides/mini/guide-central-repository-upload.html
Hide
Permalink
Paul Benedict added a comment - 08/May/08 11:27 PM
Can this be reopened? Yes, it's currently incomplete, but leave it open until the request is complete, please. JDOM 1.1 is still not in the central repository and it was released Nov 2007.
Show
Paul Benedict added a comment - 08/May/08 11:27 PM Can this be reopened? Yes, it's currently incomplete, but leave it open until the request is complete, please. JDOM 1.1 is still not in the central repository and it was released Nov 2007.
Hide
Permalink
Carlos Sanchez added a comment - 09/May/08 1:32 PM
there's no point on reopening until somebody provides it following the instructions http://maven.apache.org/guides/mini/guide-central-repository-upload.html
Show
Carlos Sanchez added a comment - 09/May/08 1:32 PM there's no point on reopening until somebody provides it following the instructions http://maven.apache.org/guides/mini/guide-central-repository-upload.html
Hide
Permalink
Benjamin Bentmann added a comment - 23/May/08 5:42 AM
Next try ;-)

I started off with the existing POM for JDOM 1.0, updated dependencies and added missing bits. Still missing is the license info. According to the [JDOM FAQ|http://www.jdom.org/docs/faq.html#a0030], it's an "Apache-style" license but I couldn't find a browsable URL for it so not sure how to get that into the POM.

Also, I propose to relocate the artifact from the group "jdom" to "org.jdom" to better match our conventions. The loose POM should provide appropriate relocation info.
Show
Benjamin Bentmann added a comment - 23/May/08 5:42 AM Next try ;-) I started off with the existing POM for JDOM 1.0, updated dependencies and added missing bits. Still missing is the license info. According to the [JDOM FAQ| http://www.jdom.org/docs/faq.html#a0030 ], it's an "Apache-style" license but I couldn't find a browsable URL for it so not sure how to get that into the POM. Also, I propose to relocate the artifact from the group "jdom" to "org.jdom" to better match our conventions. The loose POM should provide appropriate relocation info.
Hide
Permalink
Carlos Sanchez added a comment - 31/May/08 8:25 PM
what do the "JDOM originally shipped with..." messages mean?
Show
Carlos Sanchez added a comment - 31/May/08 8:25 PM what do the "JDOM originally shipped with..." messages mean?
Hide
Permalink
Benjamin Bentmann added a comment - 01/Jun/08 3:46 AM
These comments indicate dependencies that don't match exactly the JARs included in the JDOM 1.1 distribution, similar to the comments in the [jdom-1.0.pom|http://repo1.maven.org/maven2/jdom/jdom/1.0/jdom-1.0.pom].

For instance, JDOM comes with a Jaxen lib that they patched themselves, i.e. is no official release at all. Their Xalan lib is [2.5.D1|http://xml.apache.org/xalan-j/readme.html#notes_250] which was a developer release immediately before the 2.5.0 that I specified in the POM.

I wasn't too scary to make these adjustments as all of them affect merely optional dependencies, i.e. the JDOM client is expected to choose these libraries on his own discretion (see the maven-release-manager). In practice, the implementations bundles with JRE 1.4+ will suffice.
Show
Benjamin Bentmann added a comment - 01/Jun/08 3:46 AM These comments indicate dependencies that don't match exactly the JARs included in the JDOM 1.1 distribution, similar to the comments in the [jdom-1.0.pom| http://repo1.maven.org/maven2/jdom/jdom/1.0/jdom-1.0.pom ]. For instance, JDOM comes with a Jaxen lib that they patched themselves, i.e. is no official release at all. Their Xalan lib is [2.5.D1| http://xml.apache.org/xalan-j/readme.html#notes_250 ] which was a developer release immediately before the 2.5.0 that I specified in the POM. I wasn't too scary to make these adjustments as all of them affect merely optional dependencies, i.e. the JDOM client is expected to choose these libraries on his own discretion (see the maven-release-manager). In practice, the implementations bundles with JRE 1.4+ will suffice.
Hide
Permalink
Carlos Sanchez added a comment - 05/Jun/08 1:04 PM
don' t know what happened with 1.0 but those custom build dependencies should be uploaded in the jdom groupId and the dependencies should point there
Show
Carlos Sanchez added a comment - 05/Jun/08 1:04 PM don' t know what happened with 1.0 but those custom build dependencies should be uploaded in the jdom groupId and the dependencies should point there
Hide
Permalink
Benjamin Bentmann added a comment - 05/Jun/08 1:31 PM
Well, feel free to upload these, too. Alternatively, you could simply delete the entire {{<dependencies>}} section which has just the same effect. All that matters is {{jdom-1.1.jar}}.
Show
Benjamin Bentmann added a comment - 05/Jun/08 1:31 PM Well, feel free to upload these, too. Alternatively, you could simply delete the entire {{<dependencies>}} section which has just the same effect. All that matters is {{jdom-1.1.jar}}.
Hide
Permalink
Vincent Massol added a comment - 18/Aug/08 3:06 PM
Would be nice to see jdom 1.1 in a maven repo... after all those years... ;)
Show
Vincent Massol added a comment - 18/Aug/08 3:06 PM Would be nice to see jdom 1.1 in a maven repo... after all those years... ;)
Hide
Permalink
will vuong added a comment - 21/Aug/08 11:00 AM
+1 bump for getting it done
Show
will vuong added a comment - 21/Aug/08 11:00 AM +1 bump for getting it done
Hide
Permalink
Paul Benedict added a comment - 21/Sep/08 10:26 PM
Is this going to proceed?
Show
Paul Benedict added a comment - 21/Sep/08 10:26 PM Is this going to proceed?
Hide
Permalink
Carlos Sanchez added a comment - 26/Sep/08 2:33 PM
uploaded with all dependent files
Show
Carlos Sanchez added a comment - 26/Sep/08 2:33 PM uploaded with all dependent files

People

  • Assignee:
    Carlos Sanchez
    Reporter:
    Mirko Steinle
Vote (7)
Watch (6)

Dates

  • Created:
    17/Mar/08 10:42 AM
    Updated:
    26/Sep/08 2:33 PM
    Resolved:
    26/Sep/08 2:33 PM
  • Atlassian JIRA (v5.2.7#850-sha1:b2af0c8)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.