Hi Sameera,
On Thu, Feb 17, 2011 at 5:24 AM, Sameera Jayasoma <[email protected]> wrote: > Hi Roberto, > > Recently we introduced a pom.xml at the Carbon platform level. > > dependencies > orbits > core > components > features > products > pom.xml > > This carbon.p2.plugin.version has been specified there. Please update that > pom.xml, if you haven't done so. > > svn up done. But still an issue in features/mashup: ${neethi.version.mashup} ??? Look into the following trace. > Thanks > Sameera > > Thanks, Roberto [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.neethi.wso2:neethi:jar:${neethi.version.mashup} Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.neethi.wso2 -DartifactId=neethi -Dversion=${neethi.version.mashup} -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.neethi.wso2 -DartifactId=neeth i -Dversion=${neethi.version.mashup} -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.wso2.carbon:org.wso2.carbon.jsservices.server.feature:pom:3.2.0-SNAPSHOT 2) org.wso2.carbon:org.wso2.carbon.mashup.javascript.hostobjects.wsrequest:jar:3.2.0-SNAPSHOT 3) org.apache.neethi.wso2:neethi:jar:${neethi.version.mashup} ---------- 1 required artifact is missing. for artifact: org.wso2.carbon:org.wso2.carbon.jsservices.server.feature:pom:3.2.0-SNAPSHOT > > On Thu, Feb 17, 2011 at 2:19 AM, Roberto Morales <[email protected]>wrote: > >> Hi, >> >> On Wed, Feb 16, 2011 at 8:34 PM, Tharindu Mathew <[email protected]>wrote: >> >>> Hi Roberto, >>> >>> Did you take an svn up in dependencies? The carbon p2 plugin was updated >>> and hence the version change. I think you haven't updated dependencies of >>> more specifically dependencies/carbon-p2-plugin. Take an up and try building >>> again. >>> >>> Yes, I'm already updated dependencies and build succesfully, but when I >> try to built core an error was thrown in >> core/features/org.wso2.carbon.core.common.feature and looking into it I saw >> a missed var (carbon.p2.plugin.version: 1.4-SNAPSHOT), I added it to >> core/pom.xml and I was able to compile without errors. >> >> Thanks, >> >> Roberto >> >> >> >> On Thu, Feb 17, 2011 at 12:59 AM, Roberto Morales <[email protected] >>> > wrote: >>> >>>> Hi, >>>> >>>> This doesn't work. I did a svn up and start from the begining, but I'm >>>> stuck in /core, I guess there are a missing var {carbon.p2.plugin.version} >>>> in /core/features/pom.xml or somewhere else. Sorry, this time I >>>> accidentally >>>> deleted the trace. >>>> >>>> Thanx, >>>> >>>> Roberto >>>> >>>> >>>> >>>> On Wed, Feb 16, 2011 at 4:02 PM, Pradeep Fernando <[email protected]>wrote: >>>> >>>>> hi, >>>>> >>>>> now the error is due to missing feature. please check weather you have >>>>> cep featue built. >>>>> >>>>> from the feature level try >>>>> >>>>> mvn clean install -Dproduct=brs -Dmaven.test.skip=true >>>>> >>>>> this should build all the features required by brs. >>>>> >>>>> >>>>> --Pradeep. >>>>> >>>> >>>> >>>> _______________________________________________ >>>> Carbon-dev mailing list >>>> [email protected] >>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>> >>>> >>> >>> >>> -- >>> Regards, >>> >>> Tharindu Mathew >>> >>> Software Engineer, >>> WSO2 Inc., >>> http://wso2.com >>> >>> >>> _______________________________________________ >>> 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 >> >> > > > -- > Sameera Jayasoma > Technical Lead and Product Manager, WSO2 Carbon > > WSO2, Inc. (http://wso2.com) > email: [email protected] > blog: http://tech.jayasoma.org > > Lean . Enterprise . Middleware >
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
