Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The WSO2 Identity Server release 4.1.0 is based on Carbon 4.0.7.

 

Anonymous/Developer Checkout  

A user can download the complete WSO2 Carbon platform, which is recommended if he/she intends to modify the source. The complete source can be checked out anonymously from SVN with the following commands. The Carbon project comes in three sub projects as Orbit, Kernel and Platform. They should be downloaded and built in that particular order.

Orbit: 

Code Block
$ svn checkout https://svn.wso2.org/repos/wso2/carbon/orbit/branches/4.0.0 wso2carbon

 

...

Carbon kernel: 

Code Block
$ svn checkout https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.0.0 wso2carbon

 

...

Carbon Platform:

Code Block
$ svn checkout https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.0.0 wso2carbon

...