[
https://issues.apache.org/jira/browse/CASSANDRA-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12789034#action_12789034
]
Christophe Pierret edited comment on CASSANDRA-624 at 12/10/09 11:58 PM:
-------------------------------------------------------------------------
Index: pom.xml
===================================================================
--- pom.xml (revision 889422)
+++ pom.xml (working copy)
@@ -187,7 +187,7 @@
<artifactId>libthrift</artifactId>
<version>UNKNOWN</version>
<scope>system</scope>
- <systemPath>${basedir}/lib/libthrift-r808609.jar</systemPath>
+ <systemPath>${basedir}/lib/libthrift-r820831.jar</systemPath>
</dependency>
<dependency>
<groupId>reardencommerce</groupId>
was (Author: cpierret):
Fixes pom.xml with correct revision of libthrift
> "maven install" does not find libthrift-r808609.jar
> ---------------------------------------------------
>
> Key: CASSANDRA-624
> URL: https://issues.apache.org/jira/browse/CASSANDRA-624
> Project: Cassandra
> Issue Type: Bug
> Components: Tools
> Environment: svn trunk r889436
> Reporter: Christophe Pierret
> Priority: Minor
>
> Do a fresh svn checkout of subversion trunk HEAD (at revision 89436 when
> error occurred)
> run: maven -e install
> It fails, not finding dependency libthrift.jar
> pom.xml references ${basedir}/lib/libthrift-r808609.jar
> It should be ${basedir}/lib/libthrift-r820831.jar
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.