On Feb 6, 2012 4:40 AM, "Samisa Abeysinghe" <[email protected]> wrote: > > [INFO] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 10.774s > [INFO] Finished at: Mon Feb 06 18:08:23 IST 2012 > [INFO] Final Memory: 47M/981M > [INFO] ------------------------------------------------------------------------ > [ERROR] Failed to execute goal on project org.wso2.carbon.base: Could not resolve dependencies for project org.wso2.carbon:org.wso2.carbon.base:jar:4.0.0-SNAPSHOT: Failed to collect dependenc > ies for [org.apache.ws.commons.axiom.wso2:axiom:jar:1.2.11.wso2v1 (compile), org.wso2.carbon:org.wso2.carbon.logging:jar:4.0.0-SNAPSHOT (compile), org.wso2.carbon:org.wso2.carbon.queuing:jar: > 4.0.0-SNAPSHOT (compile), org.wso2.securevault:org.wso2.securevault:jar:1.0.0 (compile), org.wso2.carbon:org.wso2.carbon.securevault:jar:4.0.0-SNAPSHOT (compile), javax.servlet:servlet-api:ja > r:2.4 (compile)]: Failed to read artifact descriptor for org.apache.ws.commons.axiom.wso2:axiom:jar:1.2.11.wso2v1: Failure to find org.wso2.carbon:carbon-platform:pom:4.0.0-SNAPSHOT in http:/ > /maven.wso2.org/nexus/content/groups/wso2-public/ was cached in the local repository, resolution will not be reattempted until the update interval of wso2-nexus has elapsed or updates are for > ced -> [Help 1]
This is because you have not started thr.build from root. Therefore mvn couldn't locate the platform pom in local m2. Pls start the build from root so that mvn can install it :-) Thanks. Harshana > [ERROR] > > Thanks, > Samisa... > > Samisa Abeysinghe > VP Engineering > WSO2 Inc. > http://wso2.com > http://wso2.org > > > _______________________________________________ > Carbon-dev mailing list > [email protected] > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
