Hi Chameera,
Netbeans has excellent maven support http://wiki.netbeans.org/Maven

Mahout uses maven to build their artifacts a.k.a. jars. They get deployed to 
the central repositories. There is no need to create custom builds.

On the following screenshot you already see the wizard for a maven project:

http://chameerawijebandara.files.wordpress.com/2014/01/screenshot-from-2014-01-15-155415.png?w=600&h=400

Create a new maven project. Afterwards add a dependency:

http://mrhaki.blogspot.de/2009/07/add-maven-dependency-in-netbeans.html

group id: org.apache.mahout
artifact id: mahout-core
version: 0.8

There is no need to create custom builds. The maven artifacts will contain 
everything (classes, sources, tests, javadocs)

/Manuel

On 15.01.2014, at 15:08, Chameera Wijebandara wrote:

> Hi Manuel,
> 
> Sry I didn't get your comment. Could you please explain father more?
> 
> Thanks,
>    Chameera
> 
> 
> On Wed, Jan 15, 2014 at 7:24 PM, Manuel Blechschmidt <
> [email protected]> wrote:
> 
>> Hi Chameera,
>> 
>> On 15.01.2014, at 13:59, Chameera Wijebandara wrote:
>> 
>>> Hi,
>>> 
>>> I have just published the simple blog post which describe simple
>>> recommendation system with Mahout.
>> 
>>> 
>>> 
>>> Can you please tell me  are there any thing to improve in
>>> this<
>> http://chameerawijebandara.wordpress.com/2014/01/15/simple-recommendation-system-with-mahout-and-netbeans/
>>> 
>>> blog post.
>>> 
>>> 
>> http://chameerawijebandara.wordpress.com/2014/01/15/simple-recommendation-system-with-mahout-and-netbeans/
>>> 
>> 
>> You should use the released maven artifacts instead a custom build of
>> mahout.
>> 
>> It is undefined if a current trunk build will succeed.
>> 
>> An example of an eclipse workspace based on maven and with mahout can be
>> found here:
>> 
>> https://raw2.github.com/ManuelB/facebook-recommender-demo/master/docs/EclipseWorkspace.png
>> 
>> The only dependency that you need is the following:
>> 
>>    <dependency>
>>      <groupId>org.apache.mahout</groupId>
>>      <artifactId>mahout-core</artifactId>
>>      <version>0.8</version>
>>    </dependency>
>> 
>> All other transitive dependencies will be inherited.
>> 
>> /Manuel
>> 
>>> --
>>> Thanks,
>>>   Chameera
>> 
>> --
>> Manuel Blechschmidt
>> M.Sc. IT Systems Engineering
>> Dortustr. 57
>> 14467 Potsdam
>> Mobil: 0173/6322621
>> Twitter: http://twitter.com/Manuel_B
>> 
>> 
> 
> 
> -- 
> Thanks,
>    Chameera

-- 
Manuel Blechschmidt
M.Sc. IT Systems Engineering
Dortustr. 57
14467 Potsdam
Mobil: 0173/6322621
Twitter: http://twitter.com/Manuel_B

Reply via email to