[Dev] Build WSO2 Carbon

2014-10-07 Thread Chamin Nalinda
Hi All, I followed the steps in [1] in building the Carbon. When I run the following command I get build failure. command: mvn clean install -Dmaven.test.skip=true start --- [INFO] Scanning for projects... [INFO]

Re: [Dev] Build WSO2 Carbon

2014-10-07 Thread Chamin Nalinda
link that I followed. (i.e. 1) [1] http://arunasujith.blogspot.com/2013/12/how-to-build-wso2-carbon-420-tutorial.html On Tue, Oct 7, 2014 at 1:50 PM, Chamin Nalinda cha...@wso2.com wrote: Hi All, I followed the steps in [1] in building the Carbon. When I run the following command I get

Re: [Dev] Build WSO2 Carbon

2014-10-07 Thread Tharindu Edirisinghe
Hi Chamin, Can you verify that there is a pom.xml file in the directory where you executed the mvn clean install command. On Tue, Oct 7, 2014 at 1:50 PM, Chamin Nalinda cha...@wso2.com wrote: Hi All, I followed the steps in [1] in building the Carbon. When I run the following command I

Re: [Dev] Build WSO2 Carbon

2014-10-07 Thread Harsha Kumara
Hi Chamin, Error gives the cause for this. You are executing maven in a directory where there is no pom. Thanks Harsha On Tue, Oct 7, 2014 at 1:51 PM, Chamin Nalinda cha...@wso2.com wrote: link that I followed. (i.e. 1) [1]

Re: [Dev] Build WSO2 Carbon

2014-10-07 Thread Prasanna Dangalla
Hi Chamin, Missing pom file is the error. Check whether you are in the correct directory. Thanks On Tue, Oct 7, 2014 at 1:54 PM, Harsha Kumara hars...@wso2.com wrote: Hi Chamin, Error gives the cause for this. You are executing maven in a directory where there is no pom. Thanks Harsha

Re: [Dev] Build WSO2 Carbon

2014-10-07 Thread Asanka Dissanayake
On Tue, Oct 7, 2014 at 1:51 PM, Chamin Nalinda cha...@wso2.com wrote: link that I followed. (i.e. 1) [1] http://arunasujith.blogspot.com/2013/12/how-to-build-wso2-carbon-420-tutorial.html On Tue, Oct 7, 2014 at 1:50 PM, Chamin Nalinda cha...@wso2.com wrote: Hi All, I followed the steps

Re: [Dev] Build WSO2 Carbon

2014-10-07 Thread Vijitha Ekanayake
Hi chamin, This happens due to there is no pom in the directory. use mvn clean install command within the correct directory. in your case, use command inside version directory inside the orbit directory. thanks On Tue, Oct 7, 2014 at 1:53 PM, Tharindu Edirisinghe tharin...@wso2.com wrote:

Re: [Dev] Build WSO2 Carbon

2014-10-07 Thread Shiva Balachandran
Hi, Like what everyone has mentioned above the POM file is missing in the directory(/home/coolck/Carbon/CarbonBuild/orbit) your trying to use the build command. make sure you navigate to the directory and check if the pom is available. Else, please checkout

Re: [Dev] Build WSO2 Carbon

2014-10-07 Thread Chamin Nalinda
Hi All, Thanks a great deal. I've mistakenly run the command in the wrong folder. Thanks again :) On Tue, Oct 7, 2014 at 2:00 PM, Vijitha Ekanayake vijit...@wso2.com wrote: Hi chamin, This happens due to there is no pom in the directory. use mvn clean install command within the correct

Re: [Dev] Build WSO2 Carbon

2014-10-07 Thread Chamin Nalinda
Yes Shiva, You are correct. On Tue, Oct 7, 2014 at 2:07 PM, Chamin Nalinda cha...@wso2.com wrote: Hi All, Thanks a great deal. I've mistakenly run the command in the wrong folder. Thanks again :) On Tue, Oct 7, 2014 at 2:00 PM, Vijitha Ekanayake vijit...@wso2.com wrote: Hi chamin,