Re: Problem compiling

2011-06-04 Thread aaron morton
It's a maven task that is failing, check which version you have (no idea if it's automatically packaged with ant). Works for me with these... $ ant -version Apache Ant(TM) version 1.8.2 compiled on February 28 2011 $ /usr/bin/mvn -V Apache Maven 3.0.2 (r1056850; 2011-01-09 13:58:10+1300) Hope

Re: Problem compiling

2011-06-03 Thread Fabio Souto
Seems like it's not the problem: [root@nosql-dev cassandra]# ant -version Apache Ant(TM) version 1.8.2 compiled on December 20 2010 On 04/06/2011, at 04:17, Jonathan Ellis wrote: > Possibly you have an old version of ant? > > On Fri, Jun 3, 2011 at 9:08 PM, Fabio Souto wrote: >> Hi, >> >> I'm

Re: Problem compiling

2011-06-03 Thread Jonathan Ellis
Possibly you have an old version of ant? On Fri, Jun 3, 2011 at 9:08 PM, Fabio Souto wrote: > Hi, > > I'm upgrading to 0.8 and I need a cluster with pig support, so I downloaded > cassandra 0.8-src and when I try to compile I have the following error: > > [root@hostname cassandra]# ant > Buildfi