Hi,
As a starter on carbon platform, I encountered problems when I tried to import 
the carbon kernel source tree 4.0.0 into eclipse.
I tried to accomplish the task in two ways:
a) I used maven eclipse plugin to convert the carbon kernel project into the 
eclipse project with the command,
    mvn eclipse:eclipse
    and then I imported the project as an existing eclipse project with 
sts-3.1.0 (spring source tool-suite).
    However, the projects imported contain lots of build path issues (most of 
them are missing project dependencies) which is hard
    to correct them all by hand.  It seems that the aggregated pure pom project 
could not bring its sub-projects out as eclipse projects
    hence the project missing errors in the build path.
b) I used eclipse plugin m2e to import the source code as a maven project.  In 
the process, a dozen of maven plugins reported errors.

I am wondering how you guys do the software development for carbon kernel since 
the source code should be imported into eclipse first anyway.
Besides, is there any reference guide for developers, especially newcomers?  
Thanks a lot.

_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to