Hi everyone,
I am trying to build the carbon kernel from source using maven 3, but I encounter failures constantly. I've checked out code base using svn from address https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.0.0/, then I run mvn install -Dmaven.test.skip=true form the top-level directory where the pom.xml resides in. In the process, the wso2 internal repo used by the majority of the projects is dead slow for maven on my machine to download artifacts. So I switched to the standard repo http://dist.wso2.org/maven2/. But I cannot build the project smoothly either. By examineing the output of maven, occasionally there are artifacts that cannot be found in the repo. I'd be very appreciate if someone can give me advices on the following questions: a) Why is the connection to wso2 internal repo so slow from the outside? b) Why the import of the svn checked out carbon kernel project into the eclipse IDE do not work properly? I mean there are plenty of red crosses on nearly all of the sub-projects. c) How could some artifacts not be found in the repo in process of building carbon kernel? d) How could the carbon platform be customized to add components, such as cep on top of it? I mean what are the necessary steps to be done in order to achieve that goal? Thanks.
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
