You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "john robens (JIRA)" <ji...@apache.org> on 2009/06/18 03:16:35 UTC

[jira] Created: (CAMEL-1726) POM in examples has SNAPSHOT not M2

POM in examples has SNAPSHOT not M2
-----------------------------------

                 Key: CAMEL-1726
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1726
             Project: Apache Camel
          Issue Type: Bug
          Components: examples
    Affects Versions: 2.0-M2
         Environment: linux, Netbeans, java 1.6, maven 2
            Reporter: john robens


Hi 

SNAPSHOT in POM files does not work . Should be M2. Sounds trivial, but probably is a barrier for people trialing this software.

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


[jira] Updated: (CAMEL-1726) POM in examples has SNAPSHOT not M2

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

Claus Ibsen updated CAMEL-1726:
-------------------------------

    Fix Version/s: 2.0.0

Hadrian could you take a look at this? Could be something related to the release process. We should make sure the 2.0 final POMs are okay.

> POM in examples has SNAPSHOT not M2
> -----------------------------------
>
>                 Key: CAMEL-1726
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1726
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: examples
>    Affects Versions: 2.0-M2
>         Environment: linux, Netbeans, java 1.6, maven 2
>            Reporter: john robens
>             Fix For: 2.0.0
>
>
> Hi 
> SNAPSHOT in POM files does not work . Should be M2. Sounds trivial, but probably is a barrier for people trialing this software.

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


[jira] Commented: (CAMEL-1726) POM in examples has SNAPSHOT not M2

Posted by "Hadrian Zbarcea (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52554#action_52554 ] 

Hadrian Zbarcea commented on CAMEL-1726:
----------------------------------------

The examples in our code, actually all subprojects do depend on the *same* snapshot version.  One step in the release process is to update the release version.  Consequently all projects, components and examples will depend on the correct version in the release.

This is the way it should be to ensure that the examples keep working while we make changes to the code.

> POM in examples has SNAPSHOT not M2
> -----------------------------------
>
>                 Key: CAMEL-1726
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1726
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: examples
>    Affects Versions: 2.0-M2
>         Environment: linux, Netbeans, java 1.6, maven 2
>            Reporter: john robens
>            Assignee: Hadrian Zbarcea
>             Fix For: 2.0.0
>
>
> Hi 
> SNAPSHOT in POM files does not work . Should be M2. Sounds trivial, but probably is a barrier for people trialing this software.

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


[jira] Closed: (CAMEL-1726) POM in examples has SNAPSHOT not M2

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

john robens closed CAMEL-1726.
------------------------------

    Resolution: Fixed

I downloaded the M2 tar file today and it was fine. 

I updated from subversion and the only error I got is (macos/java 1.6_13):

2009-06-29 22:02:09.201::WARN:  EXCEPTION on HttpExchange@10779770=POST//localhost:52319/cometd/cometd#4
org.eclipse.jetty.io.EofException
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:310)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:203)
	at org.eclipse.jetty.client.HttpConnection.handle(HttpConnection.java:271)
	at org.eclipse.jetty.client.SocketConnector$1.run(SocketConnector.java:71)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436)
	at java.lang.Thread.run(Thread.java:613)
2009-06-29 22:02:09.201::WARN:  IOE on HttpExchange@10779770=POST//localhost:52319/cometd/cometd#9
passed CometDisconnectFailureTest.testDisconnectFailure



> POM in examples has SNAPSHOT not M2
> -----------------------------------
>
>                 Key: CAMEL-1726
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1726
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: examples
>    Affects Versions: 2.0-M2
>         Environment: linux, Netbeans, java 1.6, maven 2
>            Reporter: john robens
>            Assignee: Hadrian Zbarcea
>             Fix For: 2.0.0
>
>
> Hi 
> SNAPSHOT in POM files does not work . Should be M2. Sounds trivial, but probably is a barrier for people trialing this software.

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


[jira] Commented: (CAMEL-1726) POM in examples has SNAPSHOT not M2

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52544#action_52544 ] 

Claus Ibsen commented on CAMEL-1726:
------------------------------------

Is it the 2.0m2 .zip distribution that has SNAPSHOT in pom.xml? If so we should make sure its correct in the 2.0 final release.

Yeah the examples in trunk should depend on SNAPSHOT so we can test it with latest code.

> POM in examples has SNAPSHOT not M2
> -----------------------------------
>
>                 Key: CAMEL-1726
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1726
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: examples
>    Affects Versions: 2.0-M2
>         Environment: linux, Netbeans, java 1.6, maven 2
>            Reporter: john robens
>             Fix For: 2.0.0
>
>
> Hi 
> SNAPSHOT in POM files does not work . Should be M2. Sounds trivial, but probably is a barrier for people trialing this software.

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


[jira] Commented: (CAMEL-1726) POM in examples has SNAPSHOT not M2

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

Willem Jiang commented on CAMEL-1726:
-------------------------------------

@Claus,

I don't think this is an issue. since the example's project version will be updated when we did the release. 
And let the example dependents on the current SNAPSHOT vesion could help us to make sure the snapshot changes don't broke the unit tests of example.

If the use wants to try out the example, he could choice the released version of example instead of the SNAPSHOT one.



> POM in examples has SNAPSHOT not M2
> -----------------------------------
>
>                 Key: CAMEL-1726
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1726
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: examples
>    Affects Versions: 2.0-M2
>         Environment: linux, Netbeans, java 1.6, maven 2
>            Reporter: john robens
>             Fix For: 2.0.0
>
>
> Hi 
> SNAPSHOT in POM files does not work . Should be M2. Sounds trivial, but probably is a barrier for people trialing this software.

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


[jira] Assigned: (CAMEL-1726) POM in examples has SNAPSHOT not M2

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

Hadrian Zbarcea reassigned CAMEL-1726:
--------------------------------------

    Assignee: Hadrian Zbarcea

> POM in examples has SNAPSHOT not M2
> -----------------------------------
>
>                 Key: CAMEL-1726
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1726
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: examples
>    Affects Versions: 2.0-M2
>         Environment: linux, Netbeans, java 1.6, maven 2
>            Reporter: john robens
>            Assignee: Hadrian Zbarcea
>             Fix For: 2.0.0
>
>
> Hi 
> SNAPSHOT in POM files does not work . Should be M2. Sounds trivial, but probably is a barrier for people trialing this software.

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