Tom Copeland dac17a0f8a updating scripts and docs
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@949 51baf565-9d33-0410-a72c-fc3788e3496d
2002-09-13 18:54:31 +00:00
..
2002-09-13 18:52:53 +00:00
2002-09-12 14:01:30 +00:00
2002-09-13 18:52:53 +00:00
2002-09-13 18:49:01 +00:00
2002-08-27 21:17:38 +00:00
2002-08-27 21:17:38 +00:00
2002-09-13 18:52:53 +00:00
2002-08-27 21:17:38 +00:00
2002-09-11 20:19:28 +00:00
2002-09-13 18:54:31 +00:00
2002-08-27 21:17:38 +00:00
2002-08-27 21:17:38 +00:00
2002-08-27 21:17:38 +00:00
2002-08-27 21:17:38 +00:00
2002-09-13 18:49:01 +00:00

PMD-DCPD

Contents:
Overview
How to run it on one machine (Win32)

OVERVIEW
PMD-DCPD is a distributed duplicate code detector.  It is loosely based on Michael Wise's Greedy String Tiling Algorithm.

HOW TO RUN IT ON ONE MACHINE (Win32)
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
Open a console window and go to the pmd-dcpd\etc directory
Change the JavaSpace server name in go.bat and client_go.bat
Start a manager by running "go DCPDManager c:\path\to\source\code 70"
Start a worker by running "client_go DCPDWorker"