Hi, I am not sure is this something with the builder machine. But when I go inside /dependencies/cassanda/1.2.10-wso2v1 and hit ant, it still complains with the same error.
On Mon, Oct 21, 2013 at 10:54 AM, Bhathiya Jayasekara <[email protected]>wrote: > Hi all, > > I built both Cassandra and orbit/Cassandra in a clean repo successfully. > > Thanks, > Bhathiya > > > On Mon, Oct 21, 2013 at 10:45 AM, Bhathiya Jayasekara > <[email protected]>wrote: > >> Hi, >> >> I'm looking into this. I triggered a build just now. >> >> Thanks, >> Bhathiya >> >> >> On Mon, Oct 21, 2013 at 10:17 AM, Subash Chaturanga <[email protected]>wrote: >> >>> Hi all, >>> I trigger the build today again and getting the same again. From which >>> repo does apache pig suppose to download. Was it a released orbit of wso2 ? >>> >>> INFO] BUILD FAILURE >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] Total time: 20:05.939s >>> [INFO] Finished at: Mon Oct 21 04:46:30 UTC 2013 >>> [INFO] Final Memory: 732M/1366M >>> [INFO] >>> ------------------------------------------------------------------------ >>> [ERROR] Failed to execute goal >>> org.apache.maven.plugins:maven-antrun-plugin:1.7:run (compile) on project >>> apache-cassandra: An Ant BuildException has occured: The following error >>> occurred while executing this line: >>> [ERROR] >>> /build/branches/turing/dependencies/cassandra/1.2.10-wso2v1/build.xml:533: >>> Unable to resolve artifact: Missing: >>> [ERROR] ---------- >>> [ERROR] 1) org.apache.pig:pig:jar:0.10.0 >>> [ERROR] >>> [ERROR] Try downloading the file manually from the project website. >>> [ERROR] >>> [ERROR] Then, install it using the command: >>> [ERROR] mvn install:install-file -DgroupId=org.apache.pig >>> -DartifactId=pig -Dversion=0.10.0 -Dpackaging=jar -Dfile=/path/to/file >>> [ERROR] >>> [ERROR] Alternatively, if you host your own repository you can deploy >>> the file there: >>> [ERROR] mvn deploy:deploy-file -DgroupId=org.apache.pig -DartifactId=pig >>> -Dversion=0.10.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] >>> -DrepositoryId=[id] >>> [ERROR >>> >>> >>> >>> >>> On Mon, Oct 21, 2013 at 9:06 AM, Prabath Abeysekera >>> <[email protected]>wrote: >>> >>>> Hi Subash, >>>> >>>> On Mon, Oct 21, 2013 at 6:47 AM, Deependra Ariyadewa <[email protected]>wrote: >>>> >>>>> >>>>> >>>>> >>>>> On Mon, Oct 21, 2013 at 1:52 AM, Subash Chaturanga <[email protected]>wrote: >>>>> >>>>>> Hi all, >>>>>> I am getting following build failure in clean repo. Please fix ASAP >>>>>> since chunk 02 needs to be release tomorrow. >>>>>> >>>>> >>>>> It looks ant build can not download the artifact. It looks remote >>>>> download site is unavailable at that time. >>>>> >>>> >>>> Is this resolved now? Let us know if this problem continues to exist so >>>> we can work on a resolution. >>>> >>>> Cheers, >>>> Prabath >>>> >>>> >>>>> >>>>> >>>>> Thanks, >>>>> >>>>> Deepnedra. >>>>> >>>>>> >>>>>> FO] >>>>>> ------------------------------------------------------------------------ >>>>>> [INFO] BUILD FAILURE >>>>>> [INFO] >>>>>> ------------------------------------------------------------------------ >>>>>> [INFO] Total time: 17:48.334s >>>>>> [INFO] Finished at: Sun Oct 20 20:01:32 UTC 2013 >>>>>> [INFO] Final Memory: 719M/1411M >>>>>> [INFO] >>>>>> ------------------------------------------------------------------------ >>>>>> [ERROR] Failed to execute goal >>>>>> org.apache.maven.plugins:maven-antrun-plugin:1.7:run (compile) on project >>>>>> apache-cassandra: An Ant BuildException has occured: The following error >>>>>> occurred while executing this line: >>>>>> [ERROR] >>>>>> /build/branches/turing/dependencies/cassandra/1.2.10-wso2v1/build.xml:533: >>>>>> Unable to resolve artifact: Missing: >>>>>> [ERROR] ---------- >>>>>> [ERROR] 1) org.apache.pig:pig:jar:0.10.0 >>>>>> [ERROR] >>>>>> [ERROR] Try downloading the file manually from the project website. >>>>>> [ERROR] >>>>>> [ERROR] Then, install it using the command: >>>>>> [ERROR] mvn install:install-file -DgroupId=org.apache.pig >>>>>> -DartifactId=pig -Dversion=0.10.0 -Dpackaging=jar -Dfile=/path/to/file >>>>>> [ERROR] >>>>>> [ERROR] Alternatively, if you host your own repository you can deploy >>>>>> the file there: >>>>>> [ERROR] mvn deploy:deploy-file -DgroupId=org.apache.pig >>>>>> -DartifactId=pig -Dversion=0.10.0 -Dpackaging=jar -Dfile=/path/to/file >>>>>> -Durl=[url] -DrepositoryId=[id] >>>>>> [ERROR] >>>>>> [ERROR] Path to dependency: >>>>>> [ERROR] 1) org.apache.cassandra:cassandra-build-deps:jar:1.2.10 >>>>>> [ERROR] 2) org.apache.pig:pig:jar:0.10.0 >>>>>> [ERROR] >>>>>> [ERROR] 2) org.apache.hadoop:hadoop-core:jar:1.0.3 >>>>>> [ERROR] >>>>>> [ERROR] Try downloading the file manually from the project website. >>>>>> [ERROR] >>>>>> [ERROR] Then, install it using the command: >>>>>> [ERROR] mvn install:install-file -DgroupId=org.apache.hadoop >>>>>> -DartifactId=hadoop-core -Dversion=1.0.3 -Dpackaging=jar >>>>>> -Dfile=/path/to/file >>>>>> [ERROR] >>>>>> [ERROR] Alternatively, if you host your own repository you can deploy >>>>>> the file there: >>>>>> [ERROR] mvn deploy:deploy-file -DgroupId=org.apache.hadoop >>>>>> -DartifactId=hadoop-core -Dversion=1.0.3 -Dpackaging=jar >>>>>> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] >>>>>> [ERROR] >>>>>> [ERROR] Path to dependency: >>>>>> [ERROR] 1) org.apache.cassandra:cassandra-build-deps:jar:1.2.10 >>>>>> [ERROR] 2) org.apache.hadoop:hadoop-core:jar:1.0.3 >>>>>> [ERROR] >>>>>> [ERROR] ---------- >>>>>> [ERROR] 2 required artifacts are missing. >>>>>> [ERROR] >>>>>> [ERROR] for artifact: >>>>>> [ERROR] org.apache.cassandra:cassandra-build-deps:jar:1.2.10 >>>>>> [ERROR] >>>>>> [ERROR] from the specified remote repositories: >>>>>> [ERROR] central (http://repo1.maven.org/maven2), >>>>>> [ERROR] apache ( >>>>>> https://repository.apache.org/content/repositories/releases), >>>>>> [ERROR] java.net2 (http://download.java.net/maven/2) >>>>>> [ERROR] >>>>>> [ERROR] >>>>>> [ERROR] around Ant part ...<ant inheritRefs="true" >>>>>> target="build"/>... @ 9:43 in >>>>>> /build/branches/turing/dependencies/cassandra/1.2.10-wso2v1/target/antrun/build-main.xml >>>>>> [ERROR] -> [Help 1] >>>>>> [ERROR] >>>>>> [ERROR] To see the full stack trace of the errors, re-run Maven with >>>>>> the -e switch. >>>>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging. >>>>>> [ERROR] >>>>>> [ERROR] For more information about the errors and possible solutions, >>>>>> please read the following articles: >>>>>> [ERROR] [Help 1] >>>>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException >>>>>> [ERROR] >>>>>> [ERROR] After correcting the problems, you can resume the build with >>>>>> the command >>>>>> [ERROR] mvn <goals> -rf :apache-cassandra >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Thanks >>>>>> /subash >>>>>> >>>>>> *Subash Chaturanga* >>>>>> Senior Software Engineer :Integration TG; WSO2 Inc. http://wso2.com >>>>>> >>>>>> email: [email protected] >>>>>> blog: http://subashsdm.blogspot.com/ >>>>>> twitter: @subash89 >>>>>> phone: +9477 2225922 >>>>>> Lean . Enterprise . Middleware >>>>>> >>>>>> _______________________________________________ >>>>>> Dev mailing list >>>>>> [email protected] >>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Deependra Ariyadewa >>>>> WSO2, Inc. http://wso2.com/ http://wso2.org >>>>> >>>>> email [email protected]; cell +94 71 403 5996 ; >>>>> Blog http://risenfall.wordpress.com/ >>>>> PGP info: KeyID: 'DC627E6F' >>>>> >>>>> *WSO2 - Lean . Enterprise . Middleware* >>>>> >>>>> _______________________________________________ >>>>> Dev mailing list >>>>> [email protected] >>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>> >>>>> >>>> >>>> >>>> -- >>>> Prabath Abeysekara >>>> Associate Technical Lead, Data TG. >>>> WSO2 Inc. >>>> Email: [email protected] >>>> Mobile: +94774171471 >>>> >>> >>> >>> >>> -- >>> Thanks >>> /subash >>> >>> *Subash Chaturanga* >>> Senior Software Engineer :Integration TG; WSO2 Inc. http://wso2.com >>> >>> email: [email protected] >>> blog: http://subashsdm.blogspot.com/ >>> twitter: @subash89 >>> phone: +9477 2225922 >>> Lean . Enterprise . Middleware >>> >>> _______________________________________________ >>> Dev mailing list >>> [email protected] >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> *Bhathiya Jayasekara* >> *Software Engineer,* >> *WSO2 inc., http://wso2.com* >> * >> * >> *Phone: +94715478185* >> *LinkedIn: http://www.linkedin.com/in/bhathiyaj* >> *Twitter: https://twitter.com/bhathiyax* >> > > > > -- > *Bhathiya Jayasekara* > *Software Engineer,* > *WSO2 inc., http://wso2.com* > * > * > *Phone: +94715478185* > *LinkedIn: http://www.linkedin.com/in/bhathiyaj* > *Twitter: https://twitter.com/bhathiyax* > -- Thanks /subash *Subash Chaturanga* Senior Software Engineer :Integration TG; WSO2 Inc. http://wso2.com email: [email protected] blog: http://subashsdm.blogspot.com/ twitter: @subash89 phone: +9477 2225922 Lean . Enterprise . Middleware
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
