You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Joe Bohn (JIRA)" <ji...@apache.org> on 2010/03/10 21:06:27 UTC

[jira] Created: (ARIES-240) AriesTrader - Update the AriesTrader groupIDs, artifactIDs, and path structure to be consiste within Apache Aries

AriesTrader - Update the AriesTrader groupIDs, artifactIDs, and path structure to be consiste within Apache Aries
-----------------------------------------------------------------------------------------------------------------

                 Key: ARIES-240
                 URL: https://issues.apache.org/jira/browse/ARIES-240
             Project: Aries
          Issue Type: Improvement
          Components: Samples
    Affects Versions: 0.1
            Reporter: Joe Bohn
            Assignee: Joe Bohn
             Fix For: 0.1


The jars I can see currently being put into the local repo in
org/apache/aries/ariestrader are:

./assemblies/ariestrader-all-eba/0.1-incubating/ariestrader-all-eba-0.1-incubating.eba
./assemblies/ariestrader-jdbc-eba/0.1-incubating/ariestrader-jdbc-eba-0.1-incubating.eba
./modules/ariestrader-api/0.1-incubating/ariestrader-api-0.1-incubating.jar
./modules/ariestrader-beans/0.1-incubating/ariestrader-beans-0.1-incubating.jar
./modules/ariestrader-core/0.1-incubating/ariestrader-core-0.1-incubating.jar
./modules/ariestrader-derby-ds/0.1-incubating/ariestrader-derby-ds-0.1-incubating.jar
./modules/ariestrader-entities/0.1-incubating/ariestrader-entities-0.1-incubating.jar
./modules/ariestrader-persist-jdbc/0.1-incubating/ariestrader-persist-jdbc-0.1-incubating.jar
./modules/ariestrader-persist-jpa-am/0.1-incubating/ariestrader-persist-jpa-am-0.1-incubating.jar
./modules/ariestrader-persist-jpa-cm/0.1-incubating/ariestrader-persist-jpa-cm-0.1-incubating.jar
./modules/ariestrader-util/0.1-incubating/ariestrader-util-0.1-incubating.jar
./modules/ariestrader-web/0.1-incubating/ariestrader-web-0.1-incubating.jar

So if we are to follow what I've proposed for the rest instead of:

org/apache/aries/ariestrader/ariestrader-api/0.1-incubating/ariestrader-api-0.1-incubating.jar

we would have:

org/apache/aries/samples/ariestrader/org.apache.aries.samples.ariestrader.api/0.1-incubating/org.apache.aries.samples.ariestrader.api-0.1-incubating.jar

and instead of the BSN in that bundle being
org.apache.aries.ariestrader.modules.ariestrader-api it would be
org.apache.aries.samples.ariestrader.api

and then we would apply that to all the other 'modules'.

With the .eba assemblies, instead of:

org/apache/aries/ariestrader/assemblies/ariestrader-all-eba/0.1-incubating/ariestrader-all-eba-0.1-incubating.eba

we would have:

org/apache/aries/samples/ariestrader/org.apache.aries.samples.ariestrader.all-0.1-incubating.eba

and instead of the BSN in that eba being ariestrader.eba it woul be
org.apache.aries.samples.ariestrader.all ... but I suspect this is the
eba-maven-plugin's fault.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ARIES-240) AriesTrader - Update the AriesTrader groupIDs, artifactIDs, and path structure to be consiste within Apache Aries

Posted by "Joe Bohn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ARIES-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bohn resolved ARIES-240.
----------------------------

    Resolution: Fixed

> AriesTrader - Update the AriesTrader groupIDs, artifactIDs, and path structure to be consiste within Apache Aries
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: ARIES-240
>                 URL: https://issues.apache.org/jira/browse/ARIES-240
>             Project: Aries
>          Issue Type: Improvement
>          Components: Samples
>    Affects Versions: 0.1
>            Reporter: Joe Bohn
>            Assignee: Joe Bohn
>             Fix For: 0.1
>
>
> The jars I can see currently being put into the local repo in
> org/apache/aries/ariestrader are:
> ./assemblies/ariestrader-all-eba/0.1-incubating/ariestrader-all-eba-0.1-incubating.eba
> ./assemblies/ariestrader-jdbc-eba/0.1-incubating/ariestrader-jdbc-eba-0.1-incubating.eba
> ./modules/ariestrader-api/0.1-incubating/ariestrader-api-0.1-incubating.jar
> ./modules/ariestrader-beans/0.1-incubating/ariestrader-beans-0.1-incubating.jar
> ./modules/ariestrader-core/0.1-incubating/ariestrader-core-0.1-incubating.jar
> ./modules/ariestrader-derby-ds/0.1-incubating/ariestrader-derby-ds-0.1-incubating.jar
> ./modules/ariestrader-entities/0.1-incubating/ariestrader-entities-0.1-incubating.jar
> ./modules/ariestrader-persist-jdbc/0.1-incubating/ariestrader-persist-jdbc-0.1-incubating.jar
> ./modules/ariestrader-persist-jpa-am/0.1-incubating/ariestrader-persist-jpa-am-0.1-incubating.jar
> ./modules/ariestrader-persist-jpa-cm/0.1-incubating/ariestrader-persist-jpa-cm-0.1-incubating.jar
> ./modules/ariestrader-util/0.1-incubating/ariestrader-util-0.1-incubating.jar
> ./modules/ariestrader-web/0.1-incubating/ariestrader-web-0.1-incubating.jar
> So if we are to follow what I've proposed for the rest instead of:
> org/apache/aries/ariestrader/ariestrader-api/0.1-incubating/ariestrader-api-0.1-incubating.jar
> we would have:
> org/apache/aries/samples/ariestrader/org.apache.aries.samples.ariestrader.api/0.1-incubating/org.apache.aries.samples.ariestrader.api-0.1-incubating.jar
> and instead of the BSN in that bundle being
> org.apache.aries.ariestrader.modules.ariestrader-api it would be
> org.apache.aries.samples.ariestrader.api
> and then we would apply that to all the other 'modules'.
> With the .eba assemblies, instead of:
> org/apache/aries/ariestrader/assemblies/ariestrader-all-eba/0.1-incubating/ariestrader-all-eba-0.1-incubating.eba
> we would have:
> org/apache/aries/samples/ariestrader/org.apache.aries.samples.ariestrader.all-0.1-incubating.eba
> and instead of the BSN in that eba being ariestrader.eba it woul be
> org.apache.aries.samples.ariestrader.all ... but I suspect this is the
> eba-maven-plugin's fault.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work started: (ARIES-240) AriesTrader - Update the AriesTrader groupIDs, artifactIDs, and path structure to be consiste within Apache Aries

Posted by "Joe Bohn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ARIES-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on ARIES-240 started by Joe Bohn.

> AriesTrader - Update the AriesTrader groupIDs, artifactIDs, and path structure to be consiste within Apache Aries
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: ARIES-240
>                 URL: https://issues.apache.org/jira/browse/ARIES-240
>             Project: Aries
>          Issue Type: Improvement
>          Components: Samples
>    Affects Versions: 0.1
>            Reporter: Joe Bohn
>            Assignee: Joe Bohn
>             Fix For: 0.1
>
>
> The jars I can see currently being put into the local repo in
> org/apache/aries/ariestrader are:
> ./assemblies/ariestrader-all-eba/0.1-incubating/ariestrader-all-eba-0.1-incubating.eba
> ./assemblies/ariestrader-jdbc-eba/0.1-incubating/ariestrader-jdbc-eba-0.1-incubating.eba
> ./modules/ariestrader-api/0.1-incubating/ariestrader-api-0.1-incubating.jar
> ./modules/ariestrader-beans/0.1-incubating/ariestrader-beans-0.1-incubating.jar
> ./modules/ariestrader-core/0.1-incubating/ariestrader-core-0.1-incubating.jar
> ./modules/ariestrader-derby-ds/0.1-incubating/ariestrader-derby-ds-0.1-incubating.jar
> ./modules/ariestrader-entities/0.1-incubating/ariestrader-entities-0.1-incubating.jar
> ./modules/ariestrader-persist-jdbc/0.1-incubating/ariestrader-persist-jdbc-0.1-incubating.jar
> ./modules/ariestrader-persist-jpa-am/0.1-incubating/ariestrader-persist-jpa-am-0.1-incubating.jar
> ./modules/ariestrader-persist-jpa-cm/0.1-incubating/ariestrader-persist-jpa-cm-0.1-incubating.jar
> ./modules/ariestrader-util/0.1-incubating/ariestrader-util-0.1-incubating.jar
> ./modules/ariestrader-web/0.1-incubating/ariestrader-web-0.1-incubating.jar
> So if we are to follow what I've proposed for the rest instead of:
> org/apache/aries/ariestrader/ariestrader-api/0.1-incubating/ariestrader-api-0.1-incubating.jar
> we would have:
> org/apache/aries/samples/ariestrader/org.apache.aries.samples.ariestrader.api/0.1-incubating/org.apache.aries.samples.ariestrader.api-0.1-incubating.jar
> and instead of the BSN in that bundle being
> org.apache.aries.ariestrader.modules.ariestrader-api it would be
> org.apache.aries.samples.ariestrader.api
> and then we would apply that to all the other 'modules'.
> With the .eba assemblies, instead of:
> org/apache/aries/ariestrader/assemblies/ariestrader-all-eba/0.1-incubating/ariestrader-all-eba-0.1-incubating.eba
> we would have:
> org/apache/aries/samples/ariestrader/org.apache.aries.samples.ariestrader.all-0.1-incubating.eba
> and instead of the BSN in that eba being ariestrader.eba it woul be
> org.apache.aries.samples.ariestrader.all ... but I suspect this is the
> eba-maven-plugin's fault.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (ARIES-240) AriesTrader - Update the AriesTrader groupIDs, artifactIDs, and path structure to be consiste within Apache Aries

Posted by "Joe Bohn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ARIES-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bohn closed ARIES-240.
--------------------------


> AriesTrader - Update the AriesTrader groupIDs, artifactIDs, and path structure to be consiste within Apache Aries
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: ARIES-240
>                 URL: https://issues.apache.org/jira/browse/ARIES-240
>             Project: Aries
>          Issue Type: Improvement
>          Components: Samples
>    Affects Versions: 0.1
>            Reporter: Joe Bohn
>            Assignee: Joe Bohn
>             Fix For: 0.1
>
>
> The jars I can see currently being put into the local repo in
> org/apache/aries/ariestrader are:
> ./assemblies/ariestrader-all-eba/0.1-incubating/ariestrader-all-eba-0.1-incubating.eba
> ./assemblies/ariestrader-jdbc-eba/0.1-incubating/ariestrader-jdbc-eba-0.1-incubating.eba
> ./modules/ariestrader-api/0.1-incubating/ariestrader-api-0.1-incubating.jar
> ./modules/ariestrader-beans/0.1-incubating/ariestrader-beans-0.1-incubating.jar
> ./modules/ariestrader-core/0.1-incubating/ariestrader-core-0.1-incubating.jar
> ./modules/ariestrader-derby-ds/0.1-incubating/ariestrader-derby-ds-0.1-incubating.jar
> ./modules/ariestrader-entities/0.1-incubating/ariestrader-entities-0.1-incubating.jar
> ./modules/ariestrader-persist-jdbc/0.1-incubating/ariestrader-persist-jdbc-0.1-incubating.jar
> ./modules/ariestrader-persist-jpa-am/0.1-incubating/ariestrader-persist-jpa-am-0.1-incubating.jar
> ./modules/ariestrader-persist-jpa-cm/0.1-incubating/ariestrader-persist-jpa-cm-0.1-incubating.jar
> ./modules/ariestrader-util/0.1-incubating/ariestrader-util-0.1-incubating.jar
> ./modules/ariestrader-web/0.1-incubating/ariestrader-web-0.1-incubating.jar
> So if we are to follow what I've proposed for the rest instead of:
> org/apache/aries/ariestrader/ariestrader-api/0.1-incubating/ariestrader-api-0.1-incubating.jar
> we would have:
> org/apache/aries/samples/ariestrader/org.apache.aries.samples.ariestrader.api/0.1-incubating/org.apache.aries.samples.ariestrader.api-0.1-incubating.jar
> and instead of the BSN in that bundle being
> org.apache.aries.ariestrader.modules.ariestrader-api it would be
> org.apache.aries.samples.ariestrader.api
> and then we would apply that to all the other 'modules'.
> With the .eba assemblies, instead of:
> org/apache/aries/ariestrader/assemblies/ariestrader-all-eba/0.1-incubating/ariestrader-all-eba-0.1-incubating.eba
> we would have:
> org/apache/aries/samples/ariestrader/org.apache.aries.samples.ariestrader.all-0.1-incubating.eba
> and instead of the BSN in that eba being ariestrader.eba it woul be
> org.apache.aries.samples.ariestrader.all ... but I suspect this is the
> eba-maven-plugin's fault.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.