Re: mvn install failed on apache 4.0 branch: [ERROR] Could not find the selected project in the reactor: developer - [Help 1]

2013-01-17 Thread Ove Ewerlid
On 01/16/2013 08:13 PM, Edison Su wrote: Any error message when it's failed? No, but all is fine and the RHES63 4.0.1 build works as documented. The issue here was a script typo ('-P' -- '-D') in 'mvn -P deps install'. When command was given manually things worked as expected. /Ove

Re: mvn install failed on apache 4.0 branch: [ERROR] Could not find the selected project in the reactor: developer - [Help 1]

2013-01-16 Thread Ove Ewerlid
On 01/10/2013 12:34 AM, Edison Su wrote: 4.0 is different, the build document is here: http://incubator.apache.org/cloudstack/develop/environment.html Try Ant deploydb A similar experience; When building latest 4.0 (e.g., 4.0.1) on RHES63 I've observed that 'mvn -P deps install' frequently

RE: mvn install failed on apache 4.0 branch: [ERROR] Could not find the selected project in the reactor: developer - [Help 1]

2013-01-16 Thread Edison Su
-Original Message- From: Ove Ewerlid [mailto:ove.ewer...@oracle.com] Sent: Wednesday, January 16, 2013 7:55 AM To: cloudstack-dev@incubator.apache.org Cc: Edison Su; Jessica Wang; Sheng Yang; Alex Huang Subject: Re: mvn install failed on apache 4.0 branch: [ERROR] Could not find

RE: mvn install failed on apache 4.0 branch: [ERROR] Could not find the selected project in the reactor: developer - [Help 1]

2013-01-09 Thread Jessica Wang
I removed ~/.m2/repository many times and still got the same error. Then, I removed ~/.m2/repository/org/apache/xalan/xalan/2.7.1/ only and mvn install succeeded (the error was gone). Then, I run mvn -P developer -pl developer -Ddeploydb and got another error:

RE: mvn install failed on apache 4.0 branch: [ERROR] Could not find the selected project in the reactor: developer - [Help 1]

2013-01-09 Thread Jessica Wang
Edison, The following code was removed from pom.xml at 2012-09-28 == profile iddeveloper/id modules moduledeveloper/module moduletools/apidoc/module moduletools/devcloud/module

RE: mvn install failed on apache 4.0 branch: [ERROR] Could not find the selected project in the reactor: developer - [Help 1]

2013-01-09 Thread Edison Su
4.0 is different, the build document is here: http://incubator.apache.org/cloudstack/develop/environment.html Try Ant deploydb -Original Message- From: Jessica Wang Sent: Wednesday, January 09, 2013 2:36 PM To: cloudstack-dev@incubator.apache.org; Edison Su Cc: Sheng Yang; Alex