Wednesday, September 17, 2014

Building the wso2 products

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:
  1. Build and install Kernal.
  2. Build and install Orbit.
  3. Build and install Chunk-11.
Do all those in order from the given below svn repo:
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:
  1. components/pom.xml
  2. dependencies//pom.xml 
  3. features/pom.xml 
  4. products//pom.xml

Have fun :)

1 comment: