On Thu, Sep 22, 2011 at 05:37:14AM -0700, Mattmann, Chris A (388J) wrote:
> > As far as the tarball contents go, there are a couple issues which should be
> > addressed, but I didn't see anything that I thought ought to block the
> > release.  However, the build failed on my OS X 10.6 MBP, which makes it hard
> > to vote +1 right away.
> 
> Gotcha. I read down below that ant test failed. Did running 'ant' without any
> params fail? 

Running 'ant' on it's own also fails.  It looks like the same problem with
compiling the tutorial.

> Also can you try running mvn install (if you have Maven2 installed)
> and see if that runs through to completion?

Strangely, 'mvn install' fails but in a different way.  Selected snipped
output is below my sig.

> > The svn tag is not exactly equivalent to the tar.gz, as there are some
> > differences in pom.xml.  I don't know much about Maven and it's not going to
> > block me from voting to release, but it's something to look at.
> 
> Will do. I used the mvn release plugin to create the tag, and depending
> on the differences, it may be caused by that. I'll take a look, but any
> specifics there?

Well, the thing that caught my eye was the difference in the way the versioning
is specified.  This change exists in every pom.xml file:

-   <version>0.1.1-incubating</version>
+   <version>0.1.1-incubating-SNAPSHOT</version>

Additionally, the subversion URL has changed in the top-level pom.xml:

-       
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/gora/tags/0.1.1-incubating-rc4</connection>
-       
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/gora/tags/0.1.1-incubating-rc4</developerConnection>
-       
<url>http://svn.apache.org/viewvc/incubator/gora/tags/0.1.1-incubating-rc4</url>
+       
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/gora/branches/0.1.1-incubating/</connection>
+       
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/gora/branches/0.1.1-incubating/</developerConnection>
+       
<url>http://svn.apache.org/viewvc/incubator/gora/branches/0.1.1-incubating</url>

Marvin Humphrey


[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Gora :: Cassandra 0.1.1-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: 
http://repo1.maven.org/maven2/org/apache/thrift/libthrift/r917130/libthrift-r917130.pom
[WARNING] The POM for org.apache.thrift:libthrift:jar:r917130 is missing, no 
dependency information available
Downloading: 
http://repo1.maven.org/maven2/org/apache/cassandra/apache-cassandra/0.6.4/apache-cassandra-0.6.4.pom
[WARNING] The POM for org.apache.cassandra:apache-cassandra:jar:0.6.4 is 
missing, no dependency information available
Downloading: 
http://repo1.maven.org/maven2/org/apache/thrift/libthrift/r917130/libthrift-r917130.jar
Downloading: 
http://repo1.maven.org/maven2/org/apache/cassandra/apache-cassandra/0.6.4/apache-cassandra-0.6.4.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Gora ....................................... SUCCESS [14.352s]
[INFO] Apache Gora :: Core ............................... SUCCESS [11:16.616s]
[INFO] Apache Gora :: Hbase .............................. SUCCESS [2:06.549s]
[INFO] Apache Gora :: Cassandra .......................... FAILURE [0.840s]
[INFO] Apache Gora :: SQL ................................ SKIPPED
[INFO] Apache Gora :: Tutorial ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:40.171s
[INFO] Finished at: Thu Sep 22 07:36:22 PDT 2011
[INFO] Final Memory: 19M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project gora-cassandra: Could not resolve 
dependencies for project 
org.apache.gora:gora-cassandra:jar:0.1.1-incubating-SNAPSHOT: The following 
artifacts could not be resolved: org.apache.thrift:libthrift:jar:r917130, 
org.apache.cassandra:apache-cassandra:jar:0.6.4: Could not find artifact 
org.apache.thrift:libthrift:jar:r917130 in central 
(http://repo1.maven.org/maven2) -> [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/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :gora-cassandra



---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

Reply via email to