This bit of code actually depends on other code in the examples
module. (Which is arguably strange and which I'm happy to think about
changing, but there are decent reasons for it.)

I think it is just depending on the RecommenderWrapper class.

It should build from the Maven build script since it will express this
dependency. If you compile it in another system, you may have to tell
it about the code in examples too.

No code is in the default package.

On Wed, May 26, 2010 at 9:51 PM, Eleftherios Spyromitros Xioufis
<[email protected]> wrote:
> Hi all,
>
> I want to build a custom recommender and for that  reason I need to change
> the RecommenderServlet class.
> I import a package, say
> org.apache.mahout.cf.taste.example.grouplens.GroupLensRecommender;
> and when I try to start jetty server I get the following complilation
> failure message:
>
> C:\Users\lef\Desktop\mahout-0.3-src\mahout-0.3\taste-web\src\main\java\org\apach
> e\mahout\cf\taste\web\RecommenderServlet.java:[36,51] package
> org.apache.mahout.
> cf.taste.example.grouplens does not exist
>
> How can i solve this problem? Is it possible to import other than the
> default packages in RecommenderServlet class?
>
> Thanks in advance,
> -Lef
>
>
>

Reply via email to