Re: Unable to build native binaries

2012-05-07 Thread shruthi chandrashekar
Hi, I guess this site can help you build the maven. http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html see if you have all permissions. if not use sudo. On Tue, May 8, 2012 at 7:18 AM, Trevor Robinson wrote: > I'm hitting this issue too, with this configuration: > > Apache

Re: Unable to build native binaries

2012-05-07 Thread Trevor Robinson
I'm hitting this issue too, with this configuration: Apache Maven 3.0.4 (r1232337; 2012-01-17 02:44:56-0600) Maven home: /usr/local/apache-maven-3.0.4 Java version: 1.7.0_04, vendor: Oracle Corporation Java home: /usr/lib/jvm/jdk1.7.0_04/jre Default locale: en_US, platform encoding: ISO-8859-1 OS

Re: Unable to build native binaries

2012-04-27 Thread ASHISH ATTARDE
Harsh, I am using following configuration Apache Maven 3.0.4 Java version: 1.6.0_24, vendor: Sun Microsystems Inc. OS name: "linux", version: "3.2.0-24-generic-pae", arch: "i386", family: "unix" -ashish On Sat, Apr 28, 2012 at 12:25 AM, Harsh J wrote: > Hi, > > What JDK version are you using

Re: Unable to build native binaries

2012-04-27 Thread Harsh J
Hi, What JDK version are you using to compile? On Sat, Apr 28, 2012 at 7:53 AM, ASHISH ATTARDE wrote: > My build for naitive binaries is failing with following error. I used > -DskipTests as few unit tests are also broke > > I am new to Hadoop development, can anyone guide/help me or direct me t

Unable to build native binaries

2012-04-27 Thread ASHISH ATTARDE
My build for naitive binaries is failing with following error. I used -DskipTests as few unit tests are also broke I am new to Hadoop development, can anyone guide/help me or direct me to right direction? My source code version is recent one cause this evening only I checked out with svn. $ mvn a