Re: Using test-patch.sh

2012-06-01 Thread madhu phatak
Update on the issue. The issue was that mvn was not in path. Now able to use test-patch successfully. On Wed, May 30, 2012 at 10:48 AM, madhu phatak wrote: > I done the mvn install and it works fine. I will looking into log under > tmp and let you know. > On May 30, 2012 10:24 AM, "Harsh J" wro

Re: Using test-patch.sh

2012-05-29 Thread madhu phatak
I done the mvn install and it works fine. I will looking into log under tmp and let you know. On May 30, 2012 10:24 AM, "Harsh J" wrote: > Hi, > > Does 'mvn compile' pass, outside of test-patch? Try rebasing/svn-up, > in case your copy of trunk had its build broken for some reason. You > can also

Re: Using test-patch.sh

2012-05-29 Thread Harsh J
Hi, Does 'mvn compile' pass, outside of test-patch? Try rebasing/svn-up, in case your copy of trunk had its build broken for some reason. You can also check the logs test-patch writes to (usually under /tmp) for the reasons. On Wed, May 30, 2012 at 10:16 AM, madhu phatak wrote: > Hi Harsh, >  If

Re: Using test-patch.sh

2012-05-29 Thread madhu phatak
Hi Harsh, If I run test-patch after mvn clean it shows following error Pre-build trunk to verify trunk stability and javac warnings Trunk compilation is broken? On Tue, May 29, 2012 at 11:19 PM, Harsh J wrote: > Hi, > > Run an {{mvn clean}} before you invoke test-patch. This error shoul

Re: Using test-patch.sh

2012-05-29 Thread Harsh J
Hi, Run an {{mvn clean}} before you invoke test-patch. This error should go away then. We may also need to add these target directories to svnignore (they appear to be newly mavenized modules). Please file a HADOOP jira for that. On Tue, May 29, 2012 at 11:15 PM, madhu phatak wrote: > Hi, >  I

Using test-patch.sh

2012-05-29 Thread madhu phatak
Hi, I am trying to use test-patch.sh to test my patch but getting following error ERROR: can't run in a workspace that contains the following modifications ? hadoop-tools/hadoop-datajoin/target ? hadoop-tools/hadoop-gridmix/target I am trying to apply test patch on fresh svn checkou