rls preps
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1221 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -58,8 +58,8 @@
|
|||||||
<target name="pmd">
|
<target name="pmd">
|
||||||
<taskdef name="pmd" classname="net.sourceforge.pmd.ant.PMDTask"/>
|
<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">-->
|
||||||
<pmd reportFile="c:\jdk-1.4.html" rulesetfiles="rulesets/tmp.xml" format="html">
|
<pmd reportFile="c:\jdk-1.4.html" rulesetfiles="rulesets/basic.xml" format="html">
|
||||||
<fileset dir="c:\j2sdk1.4.1_01\src\java\">
|
<fileset dir="c:\j2sdk1.4.1_01\src\java\lang">
|
||||||
<include name="**/*.java"/>
|
<include name="**/*.java"/>
|
||||||
<!--<exclude name="**/ast**/"/>-->
|
<!--<exclude name="**/ast**/"/>-->
|
||||||
</fileset>
|
</fileset>
|
||||||
|
@ -16,16 +16,17 @@ ant dist
|
|||||||
|
|
||||||
TESTS: Can you
|
TESTS: Can you
|
||||||
1) run 1 file and get a report
|
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\UnusedLocal1.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 html rulesets/unusedcode.xml
|
||||||
2) run the Ant 'pmd' task and get a report
|
2) run the Ant 'pmd' task and get a report
|
||||||
ant pmd
|
ant pmd
|
||||||
|
|
||||||
|
Generate the web site
|
||||||
|
|
||||||
Prepare binary release:
|
Prepare binary release:
|
||||||
rmdir /q /s c:\tmp\pmd
|
rmdir /q /s c:\tmp\pmd
|
||||||
mkdir c:\tmp\pmd\etc
|
mkdir c:\tmp\pmd\etc
|
||||||
mkdir c:\tmp\pmd\lib
|
mkdir c:\tmp\pmd\lib
|
||||||
mkdir c:\tmp\pmd\docs\javadoc
|
|
||||||
copy run.bat c:\tmp\pmd\etc
|
copy run.bat c:\tmp\pmd\etc
|
||||||
copy build.xml c:\tmp\pmd\etc
|
copy build.xml c:\tmp\pmd\etc
|
||||||
copy cpdgui.bat 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\pmd-1.01.jar c:\tmp\pmd\lib
|
||||||
copy ..\lib\xmlParserAPIs-2.0.2.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
|
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
|
Zip it up, rename it pmd-bin-1.01.zip
|
||||||
|
|
||||||
All is well, so time to tag:
|
Time to tag:
|
||||||
cvs -q ci -m "preps for release"
|
|
||||||
cd c:\data\pmd
|
|
||||||
cvs -q rtag -D tomorrow "pmd_release_1_01" pmd
|
cvs -q rtag -D tomorrow "pmd_release_1_01" pmd
|
||||||
|
|
||||||
Prepare source release:
|
Prepare source release:
|
||||||
|
Reference in New Issue
Block a user