You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Joerg Schaible (JIRA)" <ji...@codehaus.org> on 2005/11/24 15:42:06 UTC

[jira] Created: (MEV-237) Sun artifactId naming mess

Sun artifactId naming mess
--------------------------

         Key: MEV-237
         URL: http://jira.codehaus.org/browse/MEV-237
     Project: Maven Evangelism
        Type: Bug
    Reporter: Joerg Schaible


Looking at the current javax.xml poms in the repo, there is a mess in the naming of the artifact. I have an jwsdp-1.4 installed and if I look into the included packages, most of them are divided into an package-api and package-impl. If I look now into the repository some of them are also divided, but some have dropped the -api part:

jwsdp-1.4    <----> M2 repo
-----------------------------------
jaxb-api   <---> jaxb-api
jaxb-impl <---> jaxb-impl
jaxp-api <---> jaxp
jaxr-api <---> jaxr (?)
jaxr-impl <---> N/A
jaxrpc-api <---> jaxrpc-api
jaxrpc-impl <---> jaxrpc (?)
saaj-api <---> saaj (?)
saaj-impl <---> saaj-impl (proposed in MEV-236)

This mess makes it quite difficult to provide other poms, e.g. I currently don't know how to provide poms for jaxrpc-api/impl-1.1.2.






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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MEV-237) Sun artifactId naming mess

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-237?page=all ]
     
Carlos Sanchez closed MEV-237:
------------------------------

     Assign To: Carlos Sanchez
    Resolution: Fixed

apis renamed to -api
implementations moved to com.sun

> Sun artifactId naming mess
> --------------------------
>
>          Key: MEV-237
>          URL: http://jira.codehaus.org/browse/MEV-237
>      Project: Maven Evangelism
>         Type: Bug
>     Reporter: Joerg Schaible
>     Assignee: Carlos Sanchez

>
>
> Looking at the current javax.xml poms in the repo, there is a mess in the naming of the artifact. I have an jwsdp-1.4 installed and if I look into the included packages, most of them are divided into an package-api and package-impl. If I look now into the repository some of them are also divided, but some have dropped the -api part:
> jwsdp-1.4    <----> M2 repo
> -----------------------------------
> jaxb-api   <---> jaxb-api
> jaxb-impl <---> jaxb-impl
> jaxp-api <---> jaxp
> jaxr-api <---> jaxr (?)
> jaxr-impl <---> N/A
> jaxrpc-api <---> jaxrpc-api
> jaxrpc-impl <---> jaxrpc (?)
> saaj-api <---> saaj (?)
> saaj-impl <---> saaj-impl (proposed in MEV-236)
> This mess makes it quite difficult to provide other poms, e.g. I currently don't know how to provide poms for jaxrpc-api/impl-1.1.2.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-237) Sun artifactId naming mess

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-237?page=comments#action_52015 ] 

Carlos Sanchez commented on MEV-237:
------------------------------------

> This does not even apply for the standalone packages from Sun. E.g. SAAJ (http://java.sun.com/xml/downloads/saaj.html) is called saaj-1_2-fr-api.jar in the package and we have it as saaj-1.2.pom.

I know, it's a mess, probably here it should be saaj-api

For the other wsdp jars, i'm taking a look and a lot of them should be under com.sun.

I'm working on clarifying this

> Sun artifactId naming mess
> --------------------------
>
>          Key: MEV-237
>          URL: http://jira.codehaus.org/browse/MEV-237
>      Project: Maven Evangelism
>         Type: Bug
>     Reporter: Joerg Schaible

>
>
> Looking at the current javax.xml poms in the repo, there is a mess in the naming of the artifact. I have an jwsdp-1.4 installed and if I look into the included packages, most of them are divided into an package-api and package-impl. If I look now into the repository some of them are also divided, but some have dropped the -api part:
> jwsdp-1.4    <----> M2 repo
> -----------------------------------
> jaxb-api   <---> jaxb-api
> jaxb-impl <---> jaxb-impl
> jaxp-api <---> jaxp
> jaxr-api <---> jaxr (?)
> jaxr-impl <---> N/A
> jaxrpc-api <---> jaxrpc-api
> jaxrpc-impl <---> jaxrpc (?)
> saaj-api <---> saaj (?)
> saaj-impl <---> saaj-impl (proposed in MEV-236)
> This mess makes it quite difficult to provide other poms, e.g. I currently don't know how to provide poms for jaxrpc-api/impl-1.1.2.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-237) Sun artifactId naming mess

Posted by "Joerg Schaible (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-237?page=comments#action_51977 ] 

Joerg Schaible commented on MEV-237:
------------------------------------

Needed some time to find it also: http://java.sun.com/webservices/archive.html
See the versions.txt in the root of the installation (and compare with the manifest entries) ;-)
I also downloaded jwsdp-1.6 now and the situation is quite the same (although different versions again, see docs/index.html) - the jars are all signed and have different names compared to the standalone packages downloadable form Sun.

> The artifactId should be the name of the jar

This does not even apply for the standalone packages from Sun. E.g. SAAJ (http://java.sun.com/xml/downloads/saaj.html) is called saaj-1_2-fr-api.jar in the package and we have it as saaj-1.2.pom.

> Sun artifactId naming mess
> --------------------------
>
>          Key: MEV-237
>          URL: http://jira.codehaus.org/browse/MEV-237
>      Project: Maven Evangelism
>         Type: Bug
>     Reporter: Joerg Schaible

>
>
> Looking at the current javax.xml poms in the repo, there is a mess in the naming of the artifact. I have an jwsdp-1.4 installed and if I look into the included packages, most of them are divided into an package-api and package-impl. If I look now into the repository some of them are also divided, but some have dropped the -api part:
> jwsdp-1.4    <----> M2 repo
> -----------------------------------
> jaxb-api   <---> jaxb-api
> jaxb-impl <---> jaxb-impl
> jaxp-api <---> jaxp
> jaxr-api <---> jaxr (?)
> jaxr-impl <---> N/A
> jaxrpc-api <---> jaxrpc-api
> jaxrpc-impl <---> jaxrpc (?)
> saaj-api <---> saaj (?)
> saaj-impl <---> saaj-impl (proposed in MEV-236)
> This mess makes it quite difficult to provide other poms, e.g. I currently don't know how to provide poms for jaxrpc-api/impl-1.1.2.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-237) Sun artifactId naming mess

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-237?page=comments#action_51959 ] 

Carlos Sanchez commented on MEV-237:
------------------------------------

Joerg, where can I get the WSDP 1.4 and 1.5? I only see the 1.6 at sun webpage.

The artifactId should be the name of the jar

> Sun artifactId naming mess
> --------------------------
>
>          Key: MEV-237
>          URL: http://jira.codehaus.org/browse/MEV-237
>      Project: Maven Evangelism
>         Type: Bug
>     Reporter: Joerg Schaible

>
>
> Looking at the current javax.xml poms in the repo, there is a mess in the naming of the artifact. I have an jwsdp-1.4 installed and if I look into the included packages, most of them are divided into an package-api and package-impl. If I look now into the repository some of them are also divided, but some have dropped the -api part:
> jwsdp-1.4    <----> M2 repo
> -----------------------------------
> jaxb-api   <---> jaxb-api
> jaxb-impl <---> jaxb-impl
> jaxp-api <---> jaxp
> jaxr-api <---> jaxr (?)
> jaxr-impl <---> N/A
> jaxrpc-api <---> jaxrpc-api
> jaxrpc-impl <---> jaxrpc (?)
> saaj-api <---> saaj (?)
> saaj-impl <---> saaj-impl (proposed in MEV-236)
> This mess makes it quite difficult to provide other poms, e.g. I currently don't know how to provide poms for jaxrpc-api/impl-1.1.2.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-237) Sun artifactId naming mess

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-237?page=comments#action_52036 ] 

Carlos Sanchez commented on MEV-237:
------------------------------------

jaxb-api -> javax.xml
other jaxb jars -> com.sun.jaxb

> Sun artifactId naming mess
> --------------------------
>
>          Key: MEV-237
>          URL: http://jira.codehaus.org/browse/MEV-237
>      Project: Maven Evangelism
>         Type: Bug
>     Reporter: Joerg Schaible

>
>
> Looking at the current javax.xml poms in the repo, there is a mess in the naming of the artifact. I have an jwsdp-1.4 installed and if I look into the included packages, most of them are divided into an package-api and package-impl. If I look now into the repository some of them are also divided, but some have dropped the -api part:
> jwsdp-1.4    <----> M2 repo
> -----------------------------------
> jaxb-api   <---> jaxb-api
> jaxb-impl <---> jaxb-impl
> jaxp-api <---> jaxp
> jaxr-api <---> jaxr (?)
> jaxr-impl <---> N/A
> jaxrpc-api <---> jaxrpc-api
> jaxrpc-impl <---> jaxrpc (?)
> saaj-api <---> saaj (?)
> saaj-impl <---> saaj-impl (proposed in MEV-236)
> This mess makes it quite difficult to provide other poms, e.g. I currently don't know how to provide poms for jaxrpc-api/impl-1.1.2.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org