back to forum.

Topic: [SOLVED] Using Data Cleaner

Topic by
HS

2008-04-16
17:36

[SOLVED] Using Data Cleaner

Hi,

Sorry for the total noob question, but how can I tell if I've built data cleaner successfully (in eclipse) and how do i execute it?

Thx!

Reply by
kasper

2008-04-16
21:29
No problem :)

Did you check out the BuildingDataCleaner page? If you want to build DataCleaner from within eclipse I encourage you to get the m2eclipse plugin (eclipse update site: http://m2eclipse.sonatype.org/update/) then it will build itself when you check it out. To run DataCleaner from your own build you will have to run the maven "install" goals like this (ripoff from the BuildingDataCleaner page):

 cd DataCleaner-core
mvn clean install
cd ../DataCleaner-gui
mvn clean install

To verify that everything went OK maven should end it's build by echoing "BUILD SUCCESSFUL" :)

Oh and a last note - I'm guessing you already know that you can download a pre-built version from sourceforge, right?

Reply by
kasper

2008-04-16
21:30
Ah and I forgot to say that when you have built it you can use the included .cmd/.sh files to execute the program :)

You need to be logged in to participate

In order to post your own comments on this topic, you need to be logged in.

Username:

Log in by clicking the login link at the top of the screen

 

Go back to forum.