I have struggle to work with source code in wso2 emm. I don't know how to setup wso2 emm in eclipse?, What framework they used? And how to generate the wso2 emm bundle? Please guide me.
Asked
Active
Viewed 77 times
1 Answers
0
WSO2 EMM used carbon framework. EMM is not worked with eclipse. It is a product you can use to control mobile devices. You can get the emm product source and build it using maven. After you build the product, you can find the product zip in /modules/distribution/target folder. find more information how product works on the documentation

lakshman
- 2,641
- 6
- 37
- 63
-
Finally Thank you! Very helpful. And i have one more doubt. how can i work with emm product source code? I have noticed some minor bugs in last emm release 2.1.0. So I like fix those bugs. Please give some suggestion. – Praveen J Oct 18 '16 at 12:22
-
open the project in intelij idea or eclipse and solve those bugs..:) – lakshman Oct 18 '16 at 16:17
-
I had steup the project in intelij IDE but how to run the product for test? – Praveen J Oct 19 '16 at 04:51
-
just maven clean install run all the integration tests. – lakshman Oct 19 '16 at 06:33