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

[jira] Created: (MAVENUPLOAD-2375) Please upload jboss-retro artifact

Please upload jboss-retro artifact
----------------------------------

                 Key: MAVENUPLOAD-2375
                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2375
             Project: Maven Upload Requests
          Issue Type: Wish
            Reporter: Davide Simonetti


Jboss retro is a retroweaver developed by jboss. 
It can weave java 1.5 compiled code into a jdk 1.4 compatible. I use it into my projects because it works better than retrotranslator.
Detailed information can be found here: http://www.jboss.org/community/docs/DOC-10738

It's licensed under  GNU LGPL software license.

Thanks in advance.
Davide.

-- 
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] Issue Comment Edited: (MAVENUPLOAD-2375) Please upload jboss-retro artifact

Posted by "Joerg Schaible (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=170895#action_170895 ] 

Joerg Schaible edited comment on MAVENUPLOAD-2375 at 3/25/09 3:11 AM:
----------------------------------------------------------------------

{quote}
* jboss-backport-concurrent 
 As written here http://www.jboss.org/community/docs/DOC-10738 backport-util-concurrent 
 "is just a copy of the backport concurrent util project (http://backport-jsr166.sourceforge.net/) built from our own cvs with regular regression testing" 
 The original backport project is public domain software (Creative Commons?). Jboss doesn't specify any licensing. here is the link for uploading the bundle: 
 http://io-tools.googlecode.com/files/jboss-backport-concurrent-2.1.0.GA-bundle.jar 
{quote}

Gosh, they did not even change the original package name. These guys are so dump. I hope all customers thank them, if their own app comes with the standard artifact from the Maven repo.

      was (Author: joehni):
    {quote}
* jboss-backport-concurrent 
 As written here http://www.jboss.org/community/docs/DOC-10738 backport-util-concurrent 
 "is just a copy of the backport concurrent util project (http://backport-jsr166.sourceforge.net/) built from our own cvs with regular regression testing" 
 The original backport project is public domain software (Creative Commons?). Jboss doesn't specify any licensing. here is the link for uploading the bundle: 
 http://io-tools.googlecode.com/files/jboss-backport-concurrent-2.1.0.GA-bundle.jar 
 }

Gosh, they did not even change the original package name. These guys are so dump. I hope all customers thank them, if their own app comes with the standard artifact from the Maven repo.
  
> Please upload jboss-retro artifact
> ----------------------------------
>
>                 Key: MAVENUPLOAD-2375
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2375
>             Project: Maven Upload Requests
>          Issue Type: Wish
>            Reporter: Davide Simonetti
>
> Jboss retro is a retroweaver developed by jboss. 
> It can weave java 1.5 compiled code into a jdk 1.4 compatible. I use it into my projects because it works better than retrotranslator.
> Detailed information can be found here: http://www.jboss.org/community/docs/DOC-10738
> It's licensed under  GNU LGPL software license.
> Thanks in advance.
> Davide.

-- 
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-2375) Please upload jboss-retro artifact

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

Juven Xu closed MAVENUPLOAD-2375.
---------------------------------

    Resolution: Fixed

no javadoc, rejected

> Please upload jboss-retro artifact
> ----------------------------------
>
>                 Key: MAVENUPLOAD-2375
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2375
>             Project: Maven Upload Requests
>          Issue Type: Wish
>            Reporter: Davide Simonetti
>            Assignee: Juven Xu
>
> Jboss retro is a retroweaver developed by jboss. 
> It can weave java 1.5 compiled code into a jdk 1.4 compatible. I use it into my projects because it works better than retrotranslator.
> Detailed information can be found here: http://www.jboss.org/community/docs/DOC-10738
> It's licensed under  GNU LGPL software license.
> Thanks in advance.
> Davide.

-- 
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] Issue Comment Edited: (MAVENUPLOAD-2375) Please upload jboss-retro artifact

Posted by "Davide Simonetti (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=170634#action_170634 ] 

Davide Simonetti edited comment on MAVENUPLOAD-2375 at 3/25/09 2:20 AM:
------------------------------------------------------------------------

The pom at the jboss repostiory references some artifact (jboss-backport-concurrent and javassist 3.5.GA) available only on that repository, moreover it has a parent pom that inclules a <pluginRepository> section (pointing to jboss maven repository). so i don't think it's ok for you to use it.

At the moment i'm using jboss-retro with the dependencies declared in the first upload bundle i prepared and it works fine for me. However i agree it's not a "clean" situation. 

I also prepared the upload bundles for the exact resources i've found at the pom at jboss website.

 * jboss-backport-concurrent 
As written here http://www.jboss.org/community/docs/DOC-10738 backport-util-concurrent 
"is just a copy of the backport concurrent util project (http://backport-jsr166.sourceforge.net/) built from our own cvs with regular regression testing"
The original backport project is public domain software (Creative Commons?). Jboss doesn't specify any licensing. here is the link for uploading the bundle:
http://io-tools.googlecode.com/files/jboss-backport-concurrent-2.1.0.GA-bundle.jar

 * Javassist 3.5.GA
While for Javassist i prepared another bundle that will upload the artifact javassist-3.5.ga under the groupId jboss.
This is not the position of the artifact in jboss repository but it's where i've found other javassist on repo1,  this is to avoid the creation of a new group id.
http://io-tools.googlecode.com/files/javassist-3.5.ga-bundle.jar

 * Jboss-retro
This is the new jboss-retro bundle with the updated dependencies:
http://io-tools.googlecode.com/files/jboss-retro-1.1.2-bundle-new.jar
 
Thanks again.
Davide.

      was (Author: dvd.smnt):
    The pom at the jboss website references some artifact (jboss-backport-concurrent and javassist 3.5.GA) available only on jboss repository, so i don't think it's ok for you to use it.

At the moment i'm using jboss-retro with the dependencies declared in the upload bundle and it works fine for me. However i agree it's not a "clean" situation. 

In next few days i'll provide also the bundles for the missing libraries, so you can choose what to upload.

Thanks again.
Davide.
  
> Please upload jboss-retro artifact
> ----------------------------------
>
>                 Key: MAVENUPLOAD-2375
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2375
>             Project: Maven Upload Requests
>          Issue Type: Wish
>            Reporter: Davide Simonetti
>
> Jboss retro is a retroweaver developed by jboss. 
> It can weave java 1.5 compiled code into a jdk 1.4 compatible. I use it into my projects because it works better than retrotranslator.
> Detailed information can be found here: http://www.jboss.org/community/docs/DOC-10738
> It's licensed under  GNU LGPL software license.
> Thanks in advance.
> Davide.

-- 
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-2375) Please upload jboss-retro artifact

Posted by "Joerg Schaible (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=170895#action_170895 ] 

Joerg Schaible commented on MAVENUPLOAD-2375:
---------------------------------------------

{quote}
* jboss-backport-concurrent 
 As written here http://www.jboss.org/community/docs/DOC-10738 backport-util-concurrent 
 "is just a copy of the backport concurrent util project (http://backport-jsr166.sourceforge.net/) built from our own cvs with regular regression testing" 
 The original backport project is public domain software (Creative Commons?). Jboss doesn't specify any licensing. here is the link for uploading the bundle: 
 http://io-tools.googlecode.com/files/jboss-backport-concurrent-2.1.0.GA-bundle.jar 
 }

Gosh, they did not even change the original package name. These guys are so dump. I hope all customers thank them, if their own app comes with the standard artifact from the Maven repo.

> Please upload jboss-retro artifact
> ----------------------------------
>
>                 Key: MAVENUPLOAD-2375
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2375
>             Project: Maven Upload Requests
>          Issue Type: Wish
>            Reporter: Davide Simonetti
>
> Jboss retro is a retroweaver developed by jboss. 
> It can weave java 1.5 compiled code into a jdk 1.4 compatible. I use it into my projects because it works better than retrotranslator.
> Detailed information can be found here: http://www.jboss.org/community/docs/DOC-10738
> It's licensed under  GNU LGPL software license.
> Thanks in advance.
> Davide.

-- 
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-2375) Please upload jboss-retro artifact

Posted by "Davide Simonetti (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=170634#action_170634 ] 

Davide Simonetti commented on MAVENUPLOAD-2375:
-----------------------------------------------

The pom at the jboss website references some artifact (jboss-backport-concurrent and javassist 3.5.GA) available only on jboss repository, so i don't think it's ok for you to use it.

At the moment i'm using jboss-retro with the dependencies declared in the upload bundle and it works fine for me. However i agree it's not a "clean" situation. 

In next few days i'll provide also the bundles for the missing libraries, so you can choose what to upload.

Thanks again.
Davide.

> Please upload jboss-retro artifact
> ----------------------------------
>
>                 Key: MAVENUPLOAD-2375
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2375
>             Project: Maven Upload Requests
>          Issue Type: Wish
>            Reporter: Davide Simonetti
>
> Jboss retro is a retroweaver developed by jboss. 
> It can weave java 1.5 compiled code into a jdk 1.4 compatible. I use it into my projects because it works better than retrotranslator.
> Detailed information can be found here: http://www.jboss.org/community/docs/DOC-10738
> It's licensed under  GNU LGPL software license.
> Thanks in advance.
> Davide.

-- 
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-2375) Please upload jboss-retro artifact

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

Carlos Sanchez commented on MAVENUPLOAD-2375:
---------------------------------------------

is the pom in http://repository.jboss.com/maven2/org/jboss/jboss-retro/1.1.2/ ok?

> Please upload jboss-retro artifact
> ----------------------------------
>
>                 Key: MAVENUPLOAD-2375
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2375
>             Project: Maven Upload Requests
>          Issue Type: Wish
>            Reporter: Davide Simonetti
>
> Jboss retro is a retroweaver developed by jboss. 
> It can weave java 1.5 compiled code into a jdk 1.4 compatible. I use it into my projects because it works better than retrotranslator.
> Detailed information can be found here: http://www.jboss.org/community/docs/DOC-10738
> It's licensed under  GNU LGPL software license.
> Thanks in advance.
> Davide.

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