DONE I filed HADOOP-7589 and uploaded my patch to it. Alejandro, could you
take a quick look at the patch because you appear to be the maven expert.
Thanks,
Bobby Evans
On 8/29/11 12:39 PM, "Mahadev Konar" wrote:
Bobby,
You are right. The test-patch uses mvn compile. Please file a jira.
It
Bobby,
You are right. The test-patch uses mvn compile. Please file a jira.
It should be a minor change:
thanks
mahadev
On Mon, Aug 29, 2011 at 10:34 AM, Robert Evans wrote:
> Thanks Alejandro,
>
> That really clears things up. Is the a JIRA you know of to change test-patch
> to do mvn test -Ds
Thanks Alejandro,
That really clears things up. Is the a JIRA you know of to change test-patch to
do mvn test -DskipTests instead of mvn compile? If not I can file one and do
the work. Test-patch failed for me because of this.
--Bobby
On 8/29/11 12:21 PM, "Alejandro Abdelnur" wrote:
The re
The reason for this failure is because of how Maven reactor/dependency
resolution works (IMO a bug).
Maven reactor/dependency resolution is smart enough to create the classpath
using the classes from all modules being built.
However, this smartness falls short just a bit. The dependencies are
res
Yeah I've seen this before. Sometimes I had to descend into child
directories to mvn install them, before I could maven install parents. I'm
hoping/guessing that issue is fixed now
On Mon, Aug 29, 2011 at 11:39 AM, Robert Evans wrote:
> Wow this is odd install works just fine, but compile fails
Wow this is odd install works just fine, but compile fails unless I do an
install first (I found this trying to run test-patch).
$mvn --version
Apache Maven 3.0.3 (r1075438; 2011-02-28 11:31:09-0600)
Maven home: /home/evans/bin/maven
Java version: 1.6.0_22, vendor: Sun Microsystems Inc.
Java home
I am getting the following errors when I try to build either trunk or 0.23
with a clean maven cache. I don't get any errors if I use my old cache.
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
hadoop-yarn-common ---
[INFO] Compiling 2 source files to
/home/evans/src/hadoop-gi