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