From 42587738be5df76a4b95dc1835607fd7c74aa17b Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Thu, 18 Jul 2002 16:24:05 +0000 Subject: [PATCH] post release stuff git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@433 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/etc/changelog.txt | 4 +++- pmd/etc/doing_the_next_pmd_release.txt | 18 +++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/pmd/etc/changelog.txt b/pmd/etc/changelog.txt index b0532ea1cf..baf3fd2357 100644 --- a/pmd/etc/changelog.txt +++ b/pmd/etc/changelog.txt @@ -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. diff --git a/pmd/etc/doing_the_next_pmd_release.txt b/pmd/etc/doing_the_next_pmd_release.txt index a3c01d015a..57812bdf09 100644 --- a/pmd/etc/doing_the_next_pmd_release.txt +++ b/pmd/etc/doing_the_next_pmd_release.txt @@ -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