2002-07-11 18:29:48 +00:00
|
|
|
update the release date in the changelog
|
|
|
|
grab the latest pmd.jar file
|
|
|
|
|
|
|
|
Create the binary release, i.e., zip upthe PMDOpentools.jar file
|
|
|
|
move the zip file into c:\tmp
|
|
|
|
|
|
|
|
Create the src release:
|
|
|
|
cd lib
|
2002-07-18 17:28:52 +00:00
|
|
|
cvs add -kb PMDOpenTools-0.4.jar
|
|
|
|
cvs rm PMDOpenTools-0.3.jar
|
2002-07-10 14:12:04 +00:00
|
|
|
cvs ci -m "adding new jar, removing old one"
|
|
|
|
cd c:\data\pmd
|
2002-07-11 18:29:48 +00:00
|
|
|
rmdir /q /s pmd-jbuilder\build
|
2002-07-18 17:28:52 +00:00
|
|
|
cvs rtag -D tomorrow "pmd_jbuilder_release_0_4" pmd-jbuilder
|
2002-07-10 14:12:04 +00:00
|
|
|
rmdir /q /s c:\tmp\pmd-jbuilder
|
|
|
|
mkdir c:\tmp\pmd-jbuilder
|
2002-07-18 17:28:52 +00:00
|
|
|
cvs export -d c:\tmp\pmd-jbuilder -r pmd_jbuilder_release_0_4 pmd-jbuilder
|
|
|
|
zip it up, rename it to pmd-jbuilder-src-0.4.zip
|
2002-07-11 18:29:48 +00:00
|
|
|
|
|
|
|
unzip binary release into the JBuilder lib/ext directory
|
2002-07-10 14:12:04 +00:00
|
|
|
TESTS:
|
2002-07-11 18:29:48 +00:00
|
|
|
1) Can you run jbuilder ok?
|
|
|
|
2) Can you run it it on a file and find some unused code?
|
2002-07-10 14:12:04 +00:00
|
|
|
|
|
|
|
if you see a bug and fix it, you can delete the release using:
|
2002-07-18 17:28:52 +00:00
|
|
|
cvs rtag -d pmd_jbuilder_release_0_4 pmd
|
2002-07-10 14:12:04 +00:00
|
|
|
and then retag everything
|
|
|
|
|
|
|
|
FTP the zip file to SF
|
|
|
|
ftp upload.sourceforge.net
|
2002-07-11 18:29:48 +00:00
|
|
|
generic userid/password: anonymous/dcraine@infoether.com
|
2002-07-10 14:12:04 +00:00
|
|
|
cd incoming
|
|
|
|
bin
|
2002-07-18 17:28:52 +00:00
|
|
|
put pmd-jbuilder-src-0.4.zip
|
|
|
|
put pmd-jbuilder-bin-0.4.zip
|
2002-07-10 14:12:04 +00:00
|
|
|
|
|
|
|
Go to Admin, Edit/Release Files, click on Add new release
|
|
|
|
Paste stuff into the changelog/readme boxes
|
2002-07-12 15:00:53 +00:00
|
|
|
Add the pmd-jbuilder-src-0.3.zip file
|
|
|
|
Add the pmd-jbuilder-bin-0.3.zip file
|
2002-07-10 14:12:04 +00:00
|
|
|
Classify the file
|
|
|
|
|
2002-07-11 18:29:48 +00:00
|
|
|
Submit some news saying "hey, new release of the jbuilder plugin!"
|