2002-09-13 18:29:02 +00:00
|
|
|
PMD-DCPD
|
|
|
|
|
|
|
|
Contents:
|
|
|
|
Overview
|
2002-09-13 19:05:38 +00:00
|
|
|
How to run PMD_DCPD on one machine (Win32)
|
|
|
|
How to run PMD_DCPD on several machines (mixed)
|
2002-09-13 18:29:02 +00:00
|
|
|
|
|
|
|
OVERVIEW
|
|
|
|
PMD-DCPD is a distributed duplicate code detector. It is loosely based on Michael Wise's Greedy String Tiling Algorithm.
|
|
|
|
|
2002-09-13 18:54:31 +00:00
|
|
|
HOW TO RUN IT ON ONE MACHINE (Win32)
|
|
|
|
Download the latest Jini Starter kit
|
|
|
|
Download the latest PMD-DCPD release
|
2002-09-13 19:05:38 +00:00
|
|
|
Download and install Ant
|
2002-09-13 18:29:02 +00:00
|
|
|
Start a JavaSpace
|
2002-09-13 19:05:38 +00:00
|
|
|
Change the JavaSpace server name in Util.java and recompile the source code via a "ant compile"
|
|
|
|
Change the JavaSpace server name in go.bat, client_go.bat, linuxclient_go.sh, and build.xml
|
|
|
|
Copy the dcpd.jar file to the HTTP server via a "ant copytoserver"
|
2002-09-13 18:52:53 +00:00
|
|
|
Open a console window and go to the pmd-dcpd\etc directory
|
|
|
|
Start a manager by running "go DCPDManager c:\path\to\source\code 70"
|
|
|
|
Start a worker by running "client_go DCPDWorker"
|
|
|
|
|
2002-09-13 19:05:38 +00:00
|
|
|
HOW TO RUN IT ON SEVERAL MACHINES (mixed)
|
|
|
|
Download the latest Jini Starter kit
|
|
|
|
Download the latest PMD-DCPD release
|
|
|
|
Start a JavaSpace
|
|
|
|
Change the JavaSpace server name in Util.java and recompile the source code
|
|
|
|
|
|
|
|
|
2002-09-13 18:49:01 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2002-09-13 18:29:02 +00:00
|
|
|
|