2002-07-08 15:43:20 +00:00
|
|
|
update the release date in the changelog
|
2002-07-08 17:24:35 +00:00
|
|
|
change config/pmd.props to reflect actual pmd.jar file version
|
2002-07-08 15:43:20 +00:00
|
|
|
|
2002-07-08 17:24:35 +00:00
|
|
|
Create the binary release:
|
|
|
|
ant release
|
|
|
|
rename it to pmd-jedit-bin-0.1.zip
|
2002-07-08 15:43:20 +00:00
|
|
|
|
2002-07-08 17:24:35 +00:00
|
|
|
Create the src release:
|
|
|
|
cvs add -kb PMDJEditPlugin-0.1.jar
|
|
|
|
// FOR 0.2 release: cvs rm PMDJEditPlugin-0.1.jar
|
2002-07-08 15:43:20 +00:00
|
|
|
cvs ci -m "adding new jar, removing old one"
|
|
|
|
cd c:\data\pmd-jedit
|
2002-07-08 17:24:35 +00:00
|
|
|
cvs rtag -D tomorrow "pmd_jedit_release_0_1" pmd-jedit
|
2002-07-08 15:43:20 +00:00
|
|
|
rmdir /q /s c:\tmp\pmd-jedit
|
|
|
|
mkdir c:\tmp\pmd-jedit
|
|
|
|
cvs export -d c:\tmp\pmd-jedit -r pmd_jedit_release_0_1 pmd-jedit
|
2002-07-08 17:24:35 +00:00
|
|
|
zip it up, rename it to pmd-jedit-src-0.1.zip
|
|
|
|
|
|
|
|
unzip binary release into c:\jedit
|
|
|
|
TESTS:
|
|
|
|
1) Can you run jedit ok?
|
2002-07-08 17:38:49 +00:00
|
|
|
3) Can you run it it on a file and find some unused code?
|
2002-07-08 15:43:20 +00:00
|
|
|
|
|
|
|
if you see a bug and fix it, you can delete the release using:
|
|
|
|
cvs rtag -d pmd_jedit_release_0_1 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
|
2002-07-08 17:24:35 +00:00
|
|
|
put pmd-jedit-src-0.1.zip
|
|
|
|
put pmd-jedit-bin-0.1.zip
|
2002-07-08 15:43:20 +00:00
|
|
|
|
|
|
|
Go to Admin, Edit/Release Files, click on Add new release
|
|
|
|
Paste stuff into the changelog/readme boxes
|
2002-07-08 17:24:35 +00:00
|
|
|
Add the pmd-jedit-src-0.1.zip file
|
|
|
|
Add the pmd-jedit-bin-0.1.zip file
|
2002-07-08 15:43:20 +00:00
|
|
|
Classify the file
|
|
|
|
|
|
|
|
Submit some news saying "hey, new release of the JEdit plugin!"
|