post-release stuff
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@289 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
???? 2002 - 0.5:
|
||||
|
||||
July 10 2002 - 0.4:
|
||||
Added new rules: OverrideBothEqualsAndHashcodeRule, EmptyTryBlock, EmptyFinallyBlock
|
||||
Reports are now sorted by line number
|
||||
Added a simple GUI
|
||||
RuleSets can now reference rules in other RuleSets
|
||||
Fixed bug 579718 - made 'ruleset not found' error message clearer.
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
update run.bat to point to pmd-0.4.jar
|
||||
update run.bat to point to pmd-0.5.jar
|
||||
update the release date in the changelog
|
||||
move rules from "new_for_v_0_4.xml" into a real ruleset file
|
||||
cvs rm new_for_0_4.xml
|
||||
cvs add new_for_0_5.xml
|
||||
update dist task to reflect pmd-0.4
|
||||
move rules from "new_for_v_0_5.xml" into a real ruleset file
|
||||
cvs rm new_for_0_5.xml
|
||||
cvs add new_for_0_6.xml
|
||||
update dist task to reflect pmd-0.5
|
||||
update docs to mention GUI if it's in a presentable state
|
||||
|
||||
set ANT_HOME=c:\ant
|
||||
@@ -11,16 +11,16 @@ ant dist
|
||||
ant test
|
||||
Do all the tests run? OK, then:
|
||||
ant dist
|
||||
cvs add -kb pmd-0.4.jar
|
||||
cvs rm pmd-0.3.jar
|
||||
cvs add -kb pmd-0.5.jar
|
||||
cvs rm pmd-0.4.jar
|
||||
cvs ci -m "adding new jar, removing old one"
|
||||
cd c:\data\pmd
|
||||
cvs rtag -D tomorrow "pmd_release_0_4" pmd
|
||||
cvs rtag -D tomorrow "pmd_release_0_5" pmd
|
||||
rmdir /q /s c:\tmp\pmd
|
||||
mkdir c:\tmp\pmd
|
||||
cvs export -d c:\tmp\pmd -r pmd_release_0_4 pmd
|
||||
zip it up, rename it to pmd-0.4.zip
|
||||
unzip it into c:\tmp\pmd-0.4
|
||||
cvs export -d c:\tmp\pmd -r pmd_release_0_5 pmd
|
||||
zip it up, rename it to pmd-0.5.zip
|
||||
unzip it into c:\tmp\pmd-0.5
|
||||
clear classpath
|
||||
TESTS: Can you
|
||||
1) run 1 file and get a report
|
||||
@@ -30,7 +30,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_4 pmd
|
||||
cvs rtag -d pmd_release_0_5 pmd
|
||||
and then retag everything
|
||||
|
||||
FTP the zip file to SF
|
||||
@@ -38,11 +38,11 @@ ftp upload.sourceforge.net
|
||||
generic userid/password: anonymous/tomcopeland@users.sourceforge.net
|
||||
cd incoming
|
||||
bin
|
||||
put pmd-0.4.zip
|
||||
put pmd-0.5.zip
|
||||
|
||||
Go to Admin, Edit/Release Files, click on Add new release
|
||||
Paste stuff into the changelog/readme boxes
|
||||
Add the pmd-0.4.zip file
|
||||
Add the pmd-0.5.zip file
|
||||
Classify the file
|
||||
|
||||
SSH in to shell.sourceforge.net
|
||||
|
Reference in New Issue
Block a user