Hi!

I have spent a lot of time trying to build latest WSO2 ESB without having
any luck.

I have read all there is on StackOwerflow, Google'd the hell out of it but
still - no success.

I managed to build "orbit" and "kernel" for 4.2.0 (turing) tags and
branches and patches for kernel in 4.2.0 branch but the platform just won't
build.

Even now, when chunk04 is frozen - still unable to build the platform.

And it seems like the build system (bamboo) is failing all the time also so
I don't understand how you manage to build it.


My system:
Windows 7 (64bit)
Java JDK 1.6.0 - 45 (64bit)
MAVEN_OPTS: -Xms768m -Xmx3072m -XX:MaxPermSize=1200m
Maven 3.0.5
Ant 1.9.2


Steps I took:
Removed existing .m2 directory.
Checked out (using TortoiseSVN) from:
https://svn.wso2.org/repos/wso2/carbon/orbit/branches/4.2.0 -> orbit
https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0 -> kernel
https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing -> platform


Build steps:

cd orbit
mvn clean install -Dmaven.test.skip=true -Dproduct=esb
# success

cd ..\kernel
mvn clean install -Dmaven.test.skip=true -Dproduct=esb
# success

cd patches\patch0001
cd ..\kernel
mvn clean install -Dmaven.test.skip=true -Dproduct=esb
# success

cd ..\patch0002
mvn clean install -Dmaven.test.skip=true -Dproduct=esb
# success

cd ..\..\..\platform\product-releases\chunk-04
mvn clean install -Dmaven.test.skip=true -Dproduct=esb
# failure


And the message:

[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 59:41.519s
[INFO] Finished at: Tue Nov 26 16:33:58 EET 2013
[INFO] Final Memory: 911M/2602M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project
org.wso2.carbon.esb.mediation.ui.feature: Could not resolve dependencies
for p
roject org.wso2.carbon:org.wso2.carbon.esb.mediation.ui.feature:pom:4.2.0:
Could not find artifact org.wso2.carbon:org.w
so2.carbon.sequences.ui.feature:zip:4.2.0 in wso2-nexus (
http://maven.wso2.org/nexus/content/groups/wso2-public/) -> [He
lp 1]



And with each chunk and with tags it is a bit different error.

Please suggest ways to fix it. It is weird that no one outside your inner
circle is able to build a project that is marketed as free and open source.

Best regards,
Janis
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to