Hi Ratha, Yeah, there was another problem in the feature pom, in specifying the relative path. Fixed it now.
Cheers, Anjana. On Fri, Dec 9, 2011 at 1:58 PM, Vijayaratha Vijayasingam <[email protected]>wrote: > Hi anjana, > Now i face issue at Coordination Core Feature..pls check > > > 2\carbon\org.wso2.carbon.datasource.feature\3.2.3\org.wso2.carbon.datasource.feature-3.2.3.zip > [INFO] > ------------------------------------------------------------------------ > [INFO] Building WSO2 Carbon - Coordination Core Feature > [INFO] task-segment: [clean, install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [clean:clean {execution: default-clean}] > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Error building POM (may not be this project's POM). > > > Project ID: null:org.wso2.carbon.coordination.core:bundle:3.2.3 > > Reason: Cannot find parent: org.wso2.carbon:coordination for project: > null:org.wso2.carbon.coordinat > ion.core:bundle:3.2.3 for project > null:org.wso2.carbon.coordination.core:bundle:3.2.3 > > > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 2 minutes 19 seconds > [INFO] Finished at: Fri Dec 09 13:56:52 IST 2011 > [INFO] Final Memory: 167M/400M > > > On 9 December 2011 13:33, Prabath Siriwardena <[email protected]> wrote: > > Hi Anjana, > > > > How about sharing that with the 'How we break the build" mail thread > > on carbon-dev :-) > > > > Thanks & regards, > > -Prabath > > > > On Fri, Dec 9, 2011 at 1:31 PM, Anjana Fernando <[email protected]> wrote: > >> Hi Ratha, > >> > >> Yeah, there was a problem, thanks for reporting it, it's fixed now. > >> > >> Cheers, > >> Anjana. > >> > >> > >> On Fri, Dec 9, 2011 at 12:57 PM, Vijayaratha Vijayasingam < > [email protected]> > >> wrote: > >>> > >>> my orbit has > >>> apache-zookeeper-3.3.4.wso2v1 > >>> > >>> this asks older version..i got update today morning.. > >>> > >>> -Rtaha > >>> > >>> On 9 December 2011 12:49, Harshana Martin <[email protected]> wrote: > >>> > Hi Ratha, > >>> > > >>> > This is because you haven't build the zookeeper module in the orbit. > >>> > Build > >>> > zookeeper orbit bundle first and then build components. > >>> > > >>> > Thanks and Regards, > >>> > Harshana > >>> > > >>> > On Fri, Dec 9, 2011 at 12:45 PM, Vijayaratha Vijayasingam > >>> > <[email protected]> > >>> > wrote: > >>> >> > >>> >> is anybody checking this? > >>> >> > >>> >> -Ratha > >>> >> > >>> >> On 9 December 2011 12:09, Vijayaratha Vijayasingam <[email protected] > > > >>> >> wrote: > >>> >> > Please fix asap > >>> >> > > >>> >> > INFO] > >>> >> > > >>> >> > > ------------------------------------------------------------------------ > >>> >> > INFO] Building WSO2 Carbon - Coordination Server > >>> >> > INFO] task-segment: [clean, install] > >>> >> > INFO] > >>> >> > > >>> >> > > ------------------------------------------------------------------------ > >>> >> > INFO] [clean:clean {execution: default-clean}] > >>> >> > ownloading: > >>> >> > > >>> >> > > http://maven.wso2.org/nexus/content/groups/wso2-public//org/apache/zookeeper/wso2/apach > >>> >> > -zookeeper/3.3.1.wso2v1/apache-zookeeper-3.3.1.wso2v1.pom > >>> >> > INFO] Unable to find resource > >>> >> > 'org.apache.zookeeper.wso2:apache-zookeeper:pom:3.3.1.wso2v1' in > repo > >>> >> > itory wso2-nexus > >>> >> > (http://maven.wso2.org/nexus/content/groups/wso2-public/) > >>> >> > ownloading: > >>> >> > > >>> >> > > http://repo1.maven.org/maven2/org/apache/zookeeper/wso2/apache-zookeeper/3.3.1.wso2v1/a > >>> >> > ache-zookeeper-3.3.1.wso2v1.pom > >>> >> > INFO] Unable to find resource > >>> >> > 'org.apache.zookeeper.wso2:apache-zookeeper:pom:3.3.1.wso2v1' in > repo > >>> >> > itory central (http://repo1.maven.org/maven2) > >>> >> > ownloading: > >>> >> > > >>> >> > > http://maven.wso2.org/nexus/content/groups/wso2-public//org/apache/zookeeper/wso2/apach > >>> >> > -zookeeper/3.3.1.wso2v1/apache-zookeeper-3.3.1.wso2v1.jar > >>> >> > INFO] Unable to find resource > >>> >> > 'org.apache.zookeeper.wso2:apache-zookeeper:jar:3.3.1.wso2v1' in > repo > >>> >> > itory wso2-nexus > >>> >> > (http://maven.wso2.org/nexus/content/groups/wso2-public/) > >>> >> > ownloading: > >>> >> > > >>> >> > > http://repo1.maven.org/maven2/org/apache/zookeeper/wso2/apache-zookeeper/3.3.1.wso2v1/a > >>> >> > ache-zookeeper-3.3.1.wso2v1.jar > >>> >> > INFO] Unable to find resource > >>> >> > 'org.apache.zookeeper.wso2:apache-zookeeper:jar:3.3.1.wso2v1' in > repo > >>> >> > itory central (http://repo1.maven.org/maven2) > >>> >> > INFO] > >>> >> > > >>> >> > > ------------------------------------------------------------------------ > >>> >> > ERROR] BUILD ERROR > >>> >> > INFO] > >>> >> > > >>> >> > > ------------------------------------------------------------------------ > >>> >> > INFO] Failed to resolve artifact. > >>> >> > > >>> >> > issing: > >>> >> > --------- > >>> >> > ) org.apache.zookeeper.wso2:apache-zookeeper:jar:3.3.1.wso2v1 > >>> >> > > >>> >> > Try downloading the file manually from the project website. > >>> >> > > >>> >> > Then, install it using the command: > >>> >> > mvn install:install-file -DgroupId=org.apache.zookeeper.wso2 > >>> >> > -DartifactId=apache-zookeeper -Dv > >>> >> > rsion=3.3.1.wso2v1 -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.zookeeper.wso2 > >>> >> > -DartifactId=apache-zookeeper -Dver > >>> >> > ion=3.3.1.wso2v1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] > >>> >> > -DrepositoryId=[id] > >>> >> > > >>> >> > Path to dependency: > >>> >> > 1) > >>> >> > org.wso2.carbon:org.wso2.carbon.coordination.server:bundle:3.2.3 > >>> >> > 2) > org.apache.zookeeper.wso2:apache-zookeeper:jar:3.3.1.wso2v1 > >>> >> > > >>> >> > --------- > >>> >> > required artifact is missing. > >>> >> > > >>> >> > or artifact: > >>> >> > org.wso2.carbon:org.wso2.carbon.coordination.server:bundle:3.2.3 > >>> >> > > >>> >> > rom the specified remote repositories: > >>> >> _______________________________________________ > >>> >> Carbon-dev mailing list > >>> >> [email protected] > >>> >> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > >>> > > >>> > > >>> > > >>> > > >>> > -- > >>> > Harshana Martin > >>> > Software Engineer > >>> > WSO2 Inc. > >>> > Web:http://wso2.com > >>> > http://wso2.org > >>> > > >>> > Mobile: +94 716062650 > >>> > Blog: http://harshana05.blogspot.com > >>> > Profile: https://www.google.com/profiles/harshana05 > >>> > Twitter: http://twitter.com/harshana05 > >>> > > >>> > > >>> > _______________________________________________ > >>> > 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 > >> > >> > >> > >> > >> -- > >> Anjana Fernando > >> Senior Software Engineer > >> WSO2 Inc. | http://wso2.com > >> lean . enterprise . middleware > >> > >> _______________________________________________ > >> Carbon-dev mailing list > >> [email protected] > >> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > >> > > > > > > > > -- > > Thanks & Regards, > > Prabath > > > > http://blog.facilelogin.com > > http://RampartFAQ.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 > -- *Anjana Fernando* Senior Software Engineer WSO2 Inc. | http://wso2.com lean . enterprise . middleware
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
