post release stuff

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@433 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-07-18 16:24:05 +00:00
parent 45491c64e6
commit 42587738be
2 changed files with 12 additions and 10 deletions

View File

@ -1,3 +1,5 @@
???? 2002 - 0.7:
July 18 2002 - 0.6:
Added new rules: ExcessiveClassLength, ExcessiveMethodLength
DuplicateImportsRule now reports the correct line number.
@ -5,7 +7,7 @@ Fixed bug 582639 - Rule violations are now reported on the proper line
Fixed bug 582509 - Removed unneeded throws clause
Fixed bug 583009 - Now rulesets.properties is in the jar file
July 16 2002 - 0.5:
July 15 2002 - 0.5:
Added new rules: DontImportJavaLangRule, DuplicateImportsRule
Added new ruleset: rulesets/imports.xml
Changed sorting of RuleViolations to group Files together.

View File

@ -12,16 +12,16 @@ ant dist
ant test
Do all the tests run? OK, then:
ant dist
cvs add -kb pmd-0.6.jar
cvs rm pmd-0.5.jar
cvs add -kb pmd-0.7.jar
cvs rm pmd-0.6.jar
cvs ci -m "adding new jar, removing old one"
cd c:\data\pmd
cvs rtag -D tomorrow "pmd_release_0_6" pmd
cvs rtag -D tomorrow "pmd_release_0_7" pmd
rmdir /q /s c:\tmp\pmd
mkdir c:\tmp\pmd
cvs export -d c:\tmp\pmd -r pmd_release_0_6 pmd
zip it up, rename it to pmd-0.6.zip
unzip it into c:\tmp\pmd-0.6
cvs export -d c:\tmp\pmd -r pmd_release_0_7 pmd
zip it up, rename it to pmd-0.7.zip
unzip it into c:\tmp\pmd-0.7
clear classpath
TESTS: Can you
1) run 1 file and get a report
@ -31,7 +31,7 @@ run c:\data\pmd\pmd\test-data\Unused1.java html rulesets/unusedcode.xml
ant pmd
if you see a bug and fix it, you can delete the release using:
cvs rtag -d pmd_release_0_6 pmd
cvs rtag -d pmd_release_0_7 pmd
and then retag everything
FTP the zip file to SF
@ -39,11 +39,11 @@ ftp upload.sourceforge.net
generic userid/password: anonymous/tomcopeland@users.sourceforge.net
cd incoming
bin
put pmd-0.6.zip
put pmd-0.7.zip
Go to Admin, Edit/Release Files, click on Add new release
Paste stuff into the changelog/readme boxes
Add the pmd-0.6.zip file
Add the pmd-0.7.zip file
Classify the file
SSH in to shell.sourceforge.net