Re: mvn eclipse:eclipse failure on windows

2013-07-19 Thread Chris Nauroth
05:13 > To: hdfs-...@hadoop.apache.org > Cc: common-dev@hadoop.apache.org > Subject: Re: mvn eclipse:eclipse failure on windows > > Loading hadoop.dll in tests is supposed to work via a common shared > maven-surefire-plugin configuration that sets the PATH environment variable > to

RE: mvn eclipse:eclipse failure on windows

2013-07-17 Thread Uma Maheswara Rao G
-...@hadoop.apache.org Cc: common-dev@hadoop.apache.org Subject: Re: mvn eclipse:eclipse failure on windows Loading hadoop.dll in tests is supposed to work via a common shared maven-surefire-plugin configuration that sets the PATH environment variable to include the build location of the dll: https

Re: mvn eclipse:eclipse failure on windows

2013-07-17 Thread Chris Nauroth
u do a 'mvn install -DskipTests' before running 'mvn > eclipse:eclipse'. > > Thanks, > Chuan > > -Original Message- > From: Uma Maheswara Rao G [mailto:hadoop@gmail.com] > Sent: Friday, July 12, 2013 7:42 PM > To: common-dev@hadoop.apache.org &

RE: mvn eclipse:eclipse failure on windows

2013-07-15 Thread Chuan Liu
..@hadoop.apache.org Subject: Re: mvn eclipse:eclipse failure on windows HI Chris, eclipse:eclipse works but still I am seeing UnsatisfiesLinkError. Explicitly I pointed java.library.path to where hadoop.dll geneated. This dll generated with my clean install command only. My pc is 64 but and also se

Re: mvn eclipse:eclipse failure on windows

2013-07-12 Thread Uma Maheswara Rao G
HI Chris, eclipse:eclipse works but still I am seeing UnsatisfiesLinkError. Explicitly I pointed java.library.path to where hadoop.dll geneated. This dll generated with my clean install command only. My pc is 64 but and also set Platform=x64 while building. But does not help. Regards, Uma

Re: mvn eclipse:eclipse failure on windows

2013-07-12 Thread Chris Nauroth
Hi Uma, I just tried getting a fresh copy of trunk and running "mvn clean install -DskipTests" followed by "mvn eclipse:eclipse -DskipTests". Everything worked fine in my environment. Are you still seeing the problem? The UnsatisfiedLinkError seems to indicate that your build couldn't access ha

Re: mvn eclipse:eclipse failure on windows

2013-07-07 Thread sure bhands
I would try cleaning hadoop-maven-plugin directory from maven repository to rule out the stale version and then mv install followed by mvn eclipse:eclipse before digging in to it further. Thanks, Surendra On Sun, Jul 7, 2013 at 8:28 AM, Uma Maheswara Rao G wrote: > Hi, > > I am seeing this fail