Sean, I see entries like these in my logs that shows that mahout is building and installing the tests jars. Do you see something like the following in your logs as well?
[INFO] Building jar: /u02/archive/mahout/0.3/mahout-0.3/math/target/mahout-math-0.3-tests.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /u02/archive/mahout/0.3/mahout-0.3/math/target/mahout-math-0.3.jar to /home/drew/.m2/repository/org/apache/mahout/mahout-math/0.3/mahout-math-0.3.jar [INFO] Installing /u02/archive/mahout/0.3/mahout-0.3/math/target/mahout-math-0.3-tests.jar to /home/drew/.m2/repository/org/apache/mahout/mahout-math/0.3/mahout-math-0.3-tests.jar The only other entry in my logs regarding mahout-math-0.3-test.jar comes later on when copying dependencies somewhere. I don't see any cases where my build is trying to find the tests jar externally. Hope this helps, Drew On Fri, Mar 12, 2010 at 4:19 PM, Sean Owen <sro...@gmail.com> wrote: > So when you build successfully, can you grep the output for 'test-jar' > and see where it is successfully finding these things? I suspect this > will point directly to the problem. > > On Fri, Mar 12, 2010 at 9:08 PM, Grant Ingersoll <gsing...@apache.org> wrote: >> I'm almost identical: >> 10.6.2 >> >> java version "1.6.0_17" >> Java(TM) SE Runtime Environment (build 1.6.0_17-b04-248-10M3025) >> Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01-101, mixed mode) >> >> mvn -version >> Apache Maven 2.2.1 (r801777; 2009-08-06 15:16:01-0400) >> Java version: 1.6.0_17 >> Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home >> Default locale: en_US, platform encoding: MacRoman >> OS name: "mac os x" version: "10.6.2" arch: "x86_64" Family: "mac" >> >> I haven't deleted my ~/.m2/repo, but I can try. >