forked from phoedos/pmd
*** empty log message ***
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@919 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -53,12 +53,10 @@
|
||||
<copy file="${lib}/pmd-1.0rc1.jar" toDir="staging"/>
|
||||
<copy file="${lib}/runtimeonly/outrigger-dl.jar" toDir="staging"/>
|
||||
<copy file="${lib}/runtimeonly/reggie.jar" toDir="staging"/>
|
||||
<copy file="c:\jini-1_2_1\policy\policy.all" toDir="staging"/>
|
||||
<copy file="etc/policy.all" toDir="staging"/>
|
||||
<copy file="etc/linuxclient_go.sh" toDir="staging"/>
|
||||
<zip zipfile="${workerzipfile}" basedir="staging"/>
|
||||
</target>
|
||||
|
||||
|
||||
|
||||
</project>
|
||||
|
||||
|
@ -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.
|
@ -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
|
||||
|
3
pmd-dcpd/etc/policy.all
Normal file
3
pmd-dcpd/etc/policy.all
Normal file
@ -0,0 +1,3 @@
|
||||
grant {
|
||||
permission java.security.AllPermission "", "";
|
||||
};
|
Reference in New Issue
Block a user