How to compile WSO2 ESB?

前端 未结 1 514
小蘑菇
小蘑菇 2020-12-22 04:43

I\'m trying to build the source code of WSO2 ESB from the following URL https://svn.wso2.org/repos/wso2/carbon/platform/tags/4.0.7/products/esb/4.6.0/

But when I\'m

相关标签:
1条回答
  • 2020-12-22 05:21

    Reason is you dont have required dependencies to build WSO2 ESB. Below steps will helps you to build esb 4.6.0

    1.Do checkout form" https://svn.wso2.org/repos/wso2/carbon/orbit/tags/4.0.6/" and build it.

    1. Get second checkout from "https://svn.wso2.org/repos/wso2/carbon/kernel/tags/4.0.6/" and build it.

    2. Finally get the checkout from "https://svn.wso2.org/repos/wso2/carbon/platform/tags/4.0.6/" and build below modules by order,parent, dependencies,service-stubs,components,features,samples/shopping-cart,samples/shopping-cart-global/2.0.0

    3. Then go to the products/esb/4.6.0/ directory and build it.

    0 讨论(0)
提交回复
热议问题