I thought it did import sorting. I sense that I've done something stupid here.
On Sun, Jan 3, 2010 at 10:51 PM, Drew Farris <drew.far...@gmail.com> wrote: > I have no problems building from HEAD, but after applying > 235_and_hash_bases.patch, I get build errors similar to the followng: > > /u01/eclipse/eclipse-mahout-workspace/mahout-svn/math/target/generated-sources/org/apache/mahout/math/map/AbstractIntCharMap.java:[351,4] > cannot find symbol > symbol : variable Sorting > location: class org.apache.mahout.math.map.AbstractIntCharMap > > /u01/eclipse/eclipse-mahout-workspace/mahout-svn/math/target/generated-sources/org/apache/mahout/math/map/AbstractCharShortMap.java:[352,4] > cannot find symbol > symbol : variable Sorting > location: class org.apache.mahout.math.map.AbstractCharShortMap > > /u01/eclipse/eclipse-mahout-workspace/mahout-svn/math/target/generated-sources/org/apache/mahout/math/map/AbstractCharByteMap.java:[352,4] > cannot find symbol > symbol : variable Sorting > location: class org.apache.mahout.math.map.AbstractCharByteMap > > It looks like AbstractKeyTypeValueTypeMap.java.t needs to import Sorting? Is > there some other patch I need to apply as well? > > > On Sun, Jan 3, 2010 at 2:43 PM, Benson Margulies <bimargul...@gmail.com>wrote: > >> Sean continues to have problems with the velocity templates introduced >> in MAHOUT-229 (committed) and further extended in MAHOUT-235 (waiting >> for a committer, or someone like him-or-her). Is anyone else having >> problems? Is the hudson build happy? >> >