0

I am new with SVN and wso2reg product too. I don't understand the "Build from source" at all. I' looking for more detailed (step by step) example how I can get all Java projects to modify, assembly and deploy products.

I've seen this topic: Source code of WSO2 GREG 4.6. But, Which tag we have to choose? Downloading .../turing-chunk02 tagxxx do I get all artifacts that I need for assembly and deploy the wso2reg? Do I need download kernel, platform and orbit separately? Which version of each one?. Is there any specific order to build kernel, platform, orbit and greg?

Thanks in advance, Diego

Community
  • 1
  • 1
Diepe007
  • 21
  • 1
  • 6

2 Answers2

1

If you haven't build WSO2 source code before/or not build recently, first you have to build

1.Orbit (here) 2.Kernel (here)

in the order.

After building above you can start building platform. GREG 4.6 is in chunk3. So you have to build all chunks upto chunk3. So build

3.chunk1 (here) 4.chunk2 (here) 5.chunk3 (here)

Thanks, Malintha Adikari

Malintha
  • 4,512
  • 9
  • 48
  • 82
0

Use git, WSO2 recently moved to git. Please clone below repos and run a mvn clean install -e on each and every one accordingly.

Then build greg from source!

Note: Current greg developer snapshot :https://github.com/wso2/product-greg.git

tk_
  • 16,415
  • 8
  • 80
  • 90