rls preps

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1221 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-11-07 18:27:43 +00:00
parent 11a2b97f97
commit 9f70b01878
2 changed files with 8 additions and 9 deletions

View File

@ -58,8 +58,8 @@
<target name="pmd">
<taskdef name="pmd" classname="net.sourceforge.pmd.ant.PMDTask"/>
<!--<pmd reportFile="c:\jdk-1.4.html" rulesetfiles="rulesets/tmp.xml" format="html">-->
<pmd reportFile="c:\jdk-1.4.html" rulesetfiles="rulesets/tmp.xml" format="html">
<fileset dir="c:\j2sdk1.4.1_01\src\java\">
<pmd reportFile="c:\jdk-1.4.html" rulesetfiles="rulesets/basic.xml" format="html">
<fileset dir="c:\j2sdk1.4.1_01\src\java\lang">
<include name="**/*.java"/>
<!--<exclude name="**/ast**/"/>-->
</fileset>

View File

@ -16,16 +16,17 @@ ant dist
TESTS: Can you
1) run 1 file and get a report
run c:\data\pmd\pmd\test-data\Unused1.java xml rulesets/unusedcode.xml
run c:\data\pmd\pmd\test-data\Unused1.java html rulesets/unusedcode.xml
run c:\data\pmd\pmd\test-data\UnusedLocal1.java xml rulesets/unusedcode.xml
run c:\data\pmd\pmd\test-data\UnusedLocal1.java html rulesets/unusedcode.xml
2) run the Ant 'pmd' task and get a report
ant pmd
Generate the web site
Prepare binary release:
rmdir /q /s c:\tmp\pmd
mkdir c:\tmp\pmd\etc
mkdir c:\tmp\pmd\lib
mkdir c:\tmp\pmd\docs\javadoc
copy run.bat c:\tmp\pmd\etc
copy build.xml c:\tmp\pmd\etc
copy cpdgui.bat c:\tmp\pmd\etc
@ -34,12 +35,10 @@ copy changelog.txt c:\tmp\pmd\etc
copy ..\lib\pmd-1.01.jar c:\tmp\pmd\lib
copy ..\lib\xmlParserAPIs-2.0.2.jar c:\tmp\pmd\lib
copy ..\lib\xercesImpl-2.0.2.jar c:\tmp\pmd\lib
generate the web site and copy the javadoc into c:\tmp\pmd\docs\javadoc
copy the docs directory over to c:\tmp\pmd -- how to do this on cmd line?
Zip it up, rename it pmd-bin-1.01.zip
All is well, so time to tag:
cvs -q ci -m "preps for release"
cd c:\data\pmd
Time to tag:
cvs -q rtag -D tomorrow "pmd_release_1_01" pmd
Prepare source release: