3

Development Environment

OS : windows7
WSO2-API MANAGER Version : 1.10.1-SNAPSHOT
carbon-apimgt Version : 5.0.3 (tag)

I was build product in the order.

  1. i got both sources from git
  2. i modify source in carbon-apimgt\components\apimgt\org.wso2.carbon.apimgt.hostobjects directory.
  3. build with command mvn clean install at carbon-apimgt\components\apimgt\org.wso2.carbon.apimgt.hostobjects.
  4. i checked that org.wso2.carbon.apimgt.hostobjects-5.0.3.jar file in my maven local repository was modified.
  5. build with command mvn clean install at product-apim

org.wso2.carbon.apimgt.hostobjects-5.0.3.jar modified file is not in product zip file. Modifying code is not reflected.

how to solved?

Abimaran Kugathasan
  • 31,165
  • 11
  • 75
  • 105
raekwon.ha
  • 107
  • 10
  • Can you clarify the tags you have checked out for both [carbon-apimgt](https://github.com/wso2/carbon-apimgt) and [product-apim](https://github.com/wso2/product-apim) repos? – Abimaran Kugathasan Sep 20 '16 at 09:13

1 Answers1

2

First of all, The compatible versions for 1.10.0 are product-apim tag v1.10.0 and carbon-apimgt tag v5.0.3.

If you build components, it is required to build features as well, because product-apim uses the features, not component jars directly. (Feature is a bundle of component jars)

Bee
  • 12,251
  • 11
  • 46
  • 73