Re: issue of building with native

2013-09-19 Thread Hai Huang
I am using the maven 3.0 , the OS is Centos.  Anyway, I am not using the Eclipse for the build, just use the linux terminal command line.   Thanks   Hai From: Harsh J To: "common-dev@hadoop.apache.org" ; Hai Huang Sent: Wednesday, September 18, 2013 9:33:33 PM Subject: Re: issue o

Re: issue of building with native

2013-09-18 Thread Harsh J
This could be http://jira.codehaus.org/browse/MSITE-683. What version of Maven are you using btw? On Thu, Sep 19, 2013 at 6:31 AM, Hai Huang wrote: > Hi, > > I built the java code with native code through the instruction in BUILDING.txt > > $ mvn package -Pdist,native,docs -DskipTests -Dtar > >

Re: issue of building with native

2013-09-18 Thread Hai Huang
Hi, I built the java code with native code through the instruction in BUILDING.txt  $ mvn package -Pdist,native,docs -DskipTests -Dtar But the error occured below.  Does anyone know the problems ? Actually, the build was passed if I built without native code (  $ mvn package -Pdist -DskipTests