I am trying to create Java project in Eclipse from trunk but when I sync e.g. in math a class GenericSorting is not compiling due to a missing import org.apache.mahout.math.function.IntComparator; what am I doing wrong?
> Hmm, I'm using trunk and it is compiling. You have to do "mvn install" > from the root Mahout dir, if that helps at all. >
