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
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
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
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
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
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