On Mon, Aug 9, 2010 at 4:14 PM, Simon Reavely <[email protected]> wrote:
> Please note, i suspect that this might be an issue with how I > hacked together my package since I can't figure out how to create a proper > binary release from src. I'm not familiar with the taste code, but as far as creating a build from sources: svn co https://svn.apache.org/repos/asf/mahout/trunk cd trunk mvn clean install -Pfastinstall Your can use the job files in core/target/mahout-core-0.4-SNAPSHOT.job, or in examples/target/mahout-examples-0.4-SNAPSHOT.job (-Pfastinstall skips the unit tests, checkstyle and other reports) hth, Drew
