I was wondering how to build the wso2 products mainly IS and AM, I found them as very easy after talking to a friend Thanuja, one of the developers of IS in wso2.
There are 3 steps to follow to build:
https://svn.wso2.org/repos/wso2/carbon
Most important thing is you have to do this with java: 1.6 and maven: 3.0.5.release versions only.
The 3rd step builds all the products by default, if you don't want all the products, then comment the unnecessary products in given files:
Have fun :)
There are 3 steps to follow to build:
- Build and install Kernal.
- Build and install Orbit.
- Build and install Chunk-11.
https://svn.wso2.org/repos/wso2/carbon
Most important thing is you have to do this with java: 1.6 and maven: 3.0.5.release versions only.
The 3rd step builds all the products by default, if you don't want all the products, then comment the unnecessary products in given files:
- components/pom.xml
- dependencies//pom.xml
- features/pom.xml
- products//pom.xml
Have fun :)
very helpful... thanks
ReplyDelete