You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Ankur C. Goel" <ga...@yahoo-inc.com> on 2010/09/29 08:13:21 UTC

Unable to build mahout-math.jar

Hi all,
      I took the latest svn update and now I get the following error when I do "mvn -DskipTests install" under Mahout/math

INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
myWorkspace/Mahout/math/src/test/java/org/apache/mahout/math/jet/random/NormalTest.java:[55,42] cannot access ConvergenceException
class file for ConvergenceException not found
      DistributionChecks.checkDistribution(dist, breaks, offset, scale, 10000);

Anyone knows what the issue is ?

Thanks
-@nkur


Re: Unable to build mahout-math.jar

Posted by "Ankur C. Goel" <ga...@yahoo-inc.com>.
Never mind, I did a clean build and install and maven pulled the missing files.

-@nkur

On 9/29/10 11:43 AM, "Ankur C Goel" <ga...@yahoo-inc.com> wrote:

Hi all,
      I took the latest svn update and now I get the following error when I do "mvn -DskipTests install" under Mahout/math

INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
myWorkspace/Mahout/math/src/test/java/org/apache/mahout/math/jet/random/NormalTest.java:[55,42] cannot access ConvergenceException
class file for ConvergenceException not found
      DistributionChecks.checkDistribution(dist, breaks, offset, scale, 10000);

Anyone knows what the issue is ?

Thanks
-@nkur