Re: Installation problem in utils

2010-05-07 Thread Rob Marano
THANK YOU! -- Rob Marano (E) robmar...@gmail.com (Skype) robmarano (O) 646-461-1732 Arnold H. Glasow - "Success is simple. Do what's right, the right way, at the right time." On Fri, May 7, 2010 at 5:57 PM, Sean Owen wrote: > Ah, one straggler. This happens to not fail for me since "/" is > wri

Re: Installation problem in utils

2010-05-07 Thread Tamas Jambor
thanks. On 07/05/2010 22:57, Sean Owen wrote: Ah, one straggler. This happens to not fail for me since "/" is writable on a Mac. I fixed it and after running all tests, verified that nothing showed up in "/".

Re: Installation problem in utils

2010-05-07 Thread Sean Owen
Ah, one straggler. This happens to not fail for me since "/" is writable on a Mac. I fixed it and after running all tests, verified that nothing showed up in "/". On Fri, May 7, 2010 at 10:42 PM, Tamas Jambor wrote: > it still fails here: :( > > testCreateTermFrequencyVectors(org.apache.mahout.ut

Re: Installation problem in utils

2010-05-07 Thread Tamas Jambor
it still fails here: :( testCreateTermFrequencyVectors(org.apache.mahout.utils.vectors.text.DictionaryVectorizerTest and the log: --- Test set: org.apache.mahout.utils.vectors.text.DictionaryVectorizerTest -

Re: Installation problem in utils

2010-05-07 Thread Sean Owen
OK, think I fixed it. Sebastian was substantially right, but I don't understand why examples and utils need to depend directly on math when core does already? ... and then that uncovered some more problems that actually should have been addressed in the first patch, but somehow I was not seeing th

Re: Installation problem in utils

2010-05-07 Thread Sean Owen
No I'm still working on this -- Sebastian is correct but that fix unleashes even more mess... On Fri, May 7, 2010 at 7:13 PM, Saul Moncada wrote: > Are these changes in the repository?

Re: Installation problem in utils

2010-05-07 Thread Saul Moncada
Are these changes in the repository? Regards, SM On Fri, May 7, 2010 at 1:16 PM, Sebastian Schelter wrote: > I got mvn -DskipTests=true clean install to build successfully, I did > not execute the tests though. > > I had to add > >     >      org.apache.mahout >      mahout-math >      ${projec

Re: Installation problem in utils

2010-05-07 Thread Sebastian Schelter
I got mvn -DskipTests=true clean install to build successfully, I did not execute the tests though. I had to add org.apache.mahout mahout-math ${project.version} test-jar test in utils/pom.xml and examples/pom.xml (seems like this is not transitively resol

Re: Installation problem in utils

2010-05-07 Thread Sean Owen
It exists, in math/. core/ depends on math/, and utils/ depends on core/, so all should be well. I'm confused since I don't see this, but I do see other problems. I'm going to delete everything and start over again. On Fri, May 7, 2010 at 5:57 PM, Sebastian Schelter wrote: > I'm seeing a very s

Re: Installation problem in utils

2010-05-07 Thread Sebastian Schelter
I'm seeing a very strange compilation problem: Somehow LuceneIterableTest tries to extend org.apache.mahout.math.MahoutTestCase which does not exist, but it correctly imports org.apache.mahout.common.MahoutTestCase... mvn -e -DskipTests=true clean install [ERROR] BUILD FAILURE [INFO] --

Re: Installation problem in utils

2010-05-07 Thread Sean Owen
To be honest I am also having the same issues, and I do not understand how. My build fails in utils/ with *no* error message. While it seems like it must be related to my last set of changes, I don't see how so, since these are Maven-level dependency problems. Is anyone else seeing any such thing?

Installation problem in utils

2010-05-07 Thread Saul Moncada
Hi, I'm having an issue installing mahout to run the taste-web example. I'm following these instructions (http://lucene.apache.org/mahout/taste.html#demo): To build and run the demo, follow the instructions below, which are written for Unix-like operating systems: 1. Obtain a copy of the Mah