You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Ryadh Amar (JIRA)" <ji...@apache.org> on 2009/12/24 02:33:40 UTC

[jira] Created: (CAMEL-2313) The camel java archetype is not working correctly

The camel java archetype is not working correctly
-------------------------------------------------

                 Key: CAMEL-2313
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2313
             Project: Apache Camel
          Issue Type: Bug
          Components: tooling
    Affects Versions: 2.1.0
            Reporter: Ryadh Amar


When the following is run the following 
mvn archetype:generate -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-java -DarchetypeVersion=2.1.0 -DgroupId=com.corp.projects -DartifactId=camel-jira-ws 
Everything looks ok, but glancing at the generated pom.xml in the newly created project, it seems the archetype didn't pick the groupId and the artifactID 

================================= 
  <groupId>${project.groupId}</groupId> 
  <artifactId>${project.artifactId}</artifactId> 
  <packaging>jar</packaging> 
  <version>1.0-SNAPSHOT</version> 
================================= 

http://old.nabble.com/The-latest-camel-java-archetype-%282.1.0%29-is-not-working-correctly-to26905679.html

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


[jira] Resolved: (CAMEL-2313) The camel java archetype is not working correctly

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-2313.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.0

Just tested with latest trunk code, the fix is working :)


> The camel java archetype is not working correctly
> -------------------------------------------------
>
>                 Key: CAMEL-2313
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2313
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: tooling
>    Affects Versions: 2.1.0
>            Reporter: Ryadh Amar
>            Assignee: Jonathan Anstey
>             Fix For: 2.2.0
>
>
> When the following is run the following 
> mvn archetype:generate -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-java -DarchetypeVersion=2.1.0 -DgroupId=com.corp.projects -DartifactId=camel-jira-ws 
> Everything looks ok, but glancing at the generated pom.xml in the newly created project, it seems the archetype didn't pick the groupId and the artifactID 
> ================================= 
>   <groupId>${project.groupId}</groupId> 
>   <artifactId>${project.artifactId}</artifactId> 
>   <packaging>jar</packaging> 
>   <version>1.0-SNAPSHOT</version> 
> ================================= 
> http://old.nabble.com/The-latest-camel-java-archetype-%282.1.0%29-is-not-working-correctly-to26905679.html

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


[jira] Assigned: (CAMEL-2313) The camel java archetype is not working correctly

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang reassigned CAMEL-2313:
-----------------------------------

    Assignee: Jonathan Anstey

> The camel java archetype is not working correctly
> -------------------------------------------------
>
>                 Key: CAMEL-2313
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2313
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: tooling
>    Affects Versions: 2.1.0
>            Reporter: Ryadh Amar
>            Assignee: Jonathan Anstey
>
> When the following is run the following 
> mvn archetype:generate -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-java -DarchetypeVersion=2.1.0 -DgroupId=com.corp.projects -DartifactId=camel-jira-ws 
> Everything looks ok, but glancing at the generated pom.xml in the newly created project, it seems the archetype didn't pick the groupId and the artifactID 
> ================================= 
>   <groupId>${project.groupId}</groupId> 
>   <artifactId>${project.artifactId}</artifactId> 
>   <packaging>jar</packaging> 
>   <version>1.0-SNAPSHOT</version> 
> ================================= 
> http://old.nabble.com/The-latest-camel-java-archetype-%282.1.0%29-is-not-working-correctly-to26905679.html

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


[jira] Commented: (CAMEL-2313) The camel java archetype is not working correctly

Posted by "Ryadh Amar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56647#action_56647 ] 

Ryadh Amar commented on CAMEL-2313:
-----------------------------------

oh, forgot to check the forums :D
Should I close the issue then?

> The camel java archetype is not working correctly
> -------------------------------------------------
>
>                 Key: CAMEL-2313
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2313
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: tooling
>    Affects Versions: 2.1.0
>            Reporter: Ryadh Amar
>
> When the following is run the following 
> mvn archetype:generate -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-java -DarchetypeVersion=2.1.0 -DgroupId=com.corp.projects -DartifactId=camel-jira-ws 
> Everything looks ok, but glancing at the generated pom.xml in the newly created project, it seems the archetype didn't pick the groupId and the artifactID 
> ================================= 
>   <groupId>${project.groupId}</groupId> 
>   <artifactId>${project.artifactId}</artifactId> 
>   <packaging>jar</packaging> 
>   <version>1.0-SNAPSHOT</version> 
> ================================= 
> http://old.nabble.com/The-latest-camel-java-archetype-%282.1.0%29-is-not-working-correctly-to26905679.html

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


[jira] Commented: (CAMEL-2313) The camel java archetype is not working correctly

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56648#action_56648 ] 

Willem Jiang commented on CAMEL-2313:
-------------------------------------

Don't warrior , I will build the camel trunk and test it again.
If the fix work , I will close this issue.


> The camel java archetype is not working correctly
> -------------------------------------------------
>
>                 Key: CAMEL-2313
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2313
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: tooling
>    Affects Versions: 2.1.0
>            Reporter: Ryadh Amar
>
> When the following is run the following 
> mvn archetype:generate -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-java -DarchetypeVersion=2.1.0 -DgroupId=com.corp.projects -DartifactId=camel-jira-ws 
> Everything looks ok, but glancing at the generated pom.xml in the newly created project, it seems the archetype didn't pick the groupId and the artifactID 
> ================================= 
>   <groupId>${project.groupId}</groupId> 
>   <artifactId>${project.artifactId}</artifactId> 
>   <packaging>jar</packaging> 
>   <version>1.0-SNAPSHOT</version> 
> ================================= 
> http://old.nabble.com/The-latest-camel-java-archetype-%282.1.0%29-is-not-working-correctly-to26905679.html

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


[jira] Commented: (CAMEL-2313) The camel java archetype is not working correctly

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56646#action_56646 ] 

Willem Jiang commented on CAMEL-2313:
-------------------------------------

I think Jonathan already fix this issue few hours ago, can you check out the latest code and try again :)
http://svn.apache.org/viewvc?rev=893610&view=rev

> The camel java archetype is not working correctly
> -------------------------------------------------
>
>                 Key: CAMEL-2313
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2313
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: tooling
>    Affects Versions: 2.1.0
>            Reporter: Ryadh Amar
>
> When the following is run the following 
> mvn archetype:generate -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-java -DarchetypeVersion=2.1.0 -DgroupId=com.corp.projects -DartifactId=camel-jira-ws 
> Everything looks ok, but glancing at the generated pom.xml in the newly created project, it seems the archetype didn't pick the groupId and the artifactID 
> ================================= 
>   <groupId>${project.groupId}</groupId> 
>   <artifactId>${project.artifactId}</artifactId> 
>   <packaging>jar</packaging> 
>   <version>1.0-SNAPSHOT</version> 
> ================================= 
> http://old.nabble.com/The-latest-camel-java-archetype-%282.1.0%29-is-not-working-correctly-to26905679.html

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