Venkat Janyavula
Venkat Janyavula

Reputation: 625

How to configure WSO2 Governance Registry into Developer studio IDE?

I have built the source code (4.5.3). I have built it in the order orbit and all its patch releases and kernel and all its patch releases and platform and built directly greg 4.5.3 version and my built was successful. But, how can I configure that in developer studio IDE ? I am trying to import as Existing WSO2 Projects into workspace and I started importing orbit first and then kernel, so after importing kernel I have many build path errors like 'Project 'kernel_4.0.5' is missing required library: 'core/feature-manager/org.wso2.carbon.feature.mgt.core/4.0.0/target/org.wso2.carbon.feature.mgt.core-4.0.0.jar' and like wise many of them. And When I try to import platform I am getting - resource'/${artifactId}' already exits. So, how to configure WSO2 Governance Registry(4.5.3) into IDE ?? Please help !

Upvotes: 1

Views: 203

Answers (1)

Chris Snow
Chris Snow

Reputation: 24588

Take a look here at this similar question - in particular read the comments.

I don't think WSO2 developers import the whole source tree into eclipse, instead they only import the maven modules that they need to work on. Also, don't import the modules into eclipse using the maven eclipse plugin. Instead, run mvn eclipse:eclipse on the module and then import the module as a general project. Don't import as a maven project.

Upvotes: 1

Related Questions