diff --git a/pmd-dcpd/etc/build.xml b/pmd-dcpd/etc/build.xml index 2a0611cb1d..092d01e9a1 100644 --- a/pmd-dcpd/etc/build.xml +++ b/pmd-dcpd/etc/build.xml @@ -53,12 +53,10 @@ - + - - diff --git a/pmd-dcpd/etc/changelog.txt b/pmd-dcpd/etc/changelog.txt index 7dc84d6c4e..ef544f596f 100644 --- a/pmd-dcpd/etc/changelog.txt +++ b/pmd-dcpd/etc/changelog.txt @@ -1,2 +1,5 @@ -September 9 2002 - 0.1 +September 11 2001 - 0.2: +Much, much faster now. java.lang on my basic farm of 3 machines takes 21 minutes. + +September 9 2002 - 0.1: An initial release just in case anyone's interested. It works, but it's even slower than the single machine version. \ No newline at end of file diff --git a/pmd-dcpd/etc/go.bat b/pmd-dcpd/etc/go.bat index 5ed6559e9d..d4ef86dff9 100755 --- a/pmd-dcpd/etc/go.bat +++ b/pmd-dcpd/etc/go.bat @@ -7,7 +7,7 @@ set CLASSPATH=%CLASSPATH%;c:\data\pmd\pmd-dcpd\lib\pmd-1.0rc1.jar set MAIN=net.sourceforge.pmd.dcpd.%1 set MEMORY_ARG=-Xms128M -Xmx384M -set POLICY_ARG=-Djava.security.policy=c:\jini-1_2_1\policy\policy.all +set POLICY_ARG=-Djava.security.policy=policy.all set SPACENAME_ARG=-Dcom.sun.jini.outrigger.spacename=JavaSpaces set GROUP_ARG=-Dcom.sun.jini.lookup.groups=public set CODEBASE=-Djava.rmi.server.codebase=http://mordor:8081/dcpd.jar diff --git a/pmd-dcpd/etc/policy.all b/pmd-dcpd/etc/policy.all new file mode 100644 index 0000000000..b4056197eb --- /dev/null +++ b/pmd-dcpd/etc/policy.all @@ -0,0 +1,3 @@ +grant { + permission java.security.AllPermission "", ""; +};