update run.bat to point to pmd-1.0.jar update cpdgui.bat to point to pmd-1.0.jar update the release date in the changelog move rules from "newrules.xml" into a real ruleset file update jar task to reflect pmd-1.0 update xdocs/running.xml to reflect pmd-1.0 update release number in project.xml update release number in pmd.xml set ANT_HOME=c:\ant ant dist ant test Do all the JUnit tests run? OK, then: 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 2) run the Ant 'pmd' task and get a report ant pmd Prepare binary release: rmdir /q /s c:\tmp\pmd mkdir -p c:\tmp\pmd\etc mkdir c:\tmp\pmd\lib copy build.xml c:\tmp\pmd\etc copy run.bat c:\tmp\pmd\etc copy cpdgui.bat c:\tmp\pmd\etc copy ..\lib\pmd-1.0.jar c:\tmp\pmd\lib Zip it up, rename it pmd-bin-1.0.zip All is well, so time to tag: cvs ci -m "preps for release" cd c:\data\pmd cvs rtag -D tomorrow "pmd_release_1_0" pmd Prepare source release: rmdir /q /s c:\tmp\pmd mkdir c:\tmp\pmd cvs export -d c:\tmp\pmd -r pmd_release_1_0 pmd copy pmd\lib\pmd-1.0.jar c:\tmp\pmd\lib zip it up, rename it to pmd-src-1.0.zip if you see a bug and fix it, you can delete the release using: cvs rtag -d pmd_release_1_0 pmd and then retag everything FTP the zip file to SF ftp upload.sourceforge.net generic userid/password: anonymous/tomcopeland@users.sourceforge.net cd incoming bin put pmd-bin-1.0.zip put pmd-src-1.0.zip Go to Admin, Edit/Release Files, click on Add new release Paste stuff into the changelog/readme boxes Add the pmd-bin-1.0.zip file Add the pmd-src-1.0.zip file Classify the file SSH in to shell.sourceforge.net cd /home/groups/p/pm/pmd/build/ ./quick.sh Submit some news saying "hey, new release!"