Topic: [SOLVED] Using Data Cleaner
[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!
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!
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):
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?
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?
Ah and I forgot to say that when you have built it you can use the included .cmd/.sh files to execute the program :)
Log in by clicking the login link at the top of the screen
Go back to forum.


