pmd/pmd-jbuilder/etc/doing_the_next_pmd_jbuilder_release.txt
2005-09-28 19:08:40 +00:00

69 lines
2.2 KiB
Plaintext

Update the release date in the changelog
Update the version number in build.xml and README.txt
ant dist
rm -rf ~/tmp/pmd-jbuilder-1.3/
mkdir -p ~/tmp/pmd-jbuilder-1.3/
cp ../lib/pmd-3.3.jar ../lib/PMDOpenTool.jar ../lib/jaxen-1.1-beta-7.jar ~/tmp/pmd-jbuilder-1.3/
cp ../LICENSE.txt ~/tmp/pmd-jbuilder-1.3/
cp ../lib/ReadMe.txt ~/tmp/pmd-jbuilder-1.3/
cd ~/tmp/pmd-jbuilder-1.3
zip -q -r ../pmd-jbuilder-bin-1.3.zip *
cd -
CVSROOT=:ext:tomcopeland@cvs.sourceforge.net:/cvsroot/pmd && export CVSROOT
cd ../../
cvs -q tag -D tomorrow "pmd_jbuilder_release_1_3" pmd-jbuilder
Create the src release:
rm -rf ~/tmp/pmd-jbuilder-1.3
rm -rf ~/tmp/pmd-jbuilder-1.3.zip
cd pmd-jbuilder/etc/
ant jarsrc
cd ../../
rm -rf tmp/
mkdir tmp
cd tmp
cvs -q export -r pmd_jbuilder_release_1_3 pmdjbuilder
mv pmdjbuilder/ pmd-jbuilder-1.3/
cd ..
cp pmd/lib/pmd-jbuilder-src-1.3.jar tmp/pmd-jbuilder-1.3/lib/
mv tmp/pmd-jbuilder-1.3/ ~/tmp/
cp pmd-jbuilder/lib/PMDOpenTool.jar ~/tmp/pmd-jbuilder-1.3/lib
cd ~/tmp/
zip -q -r pmd-jbuilder-src-1.3.zip pmd-jbuilder-1.3/
Unzip binary release into the JBuilder lib/ext directory
TESTS:
1) Can you run jbuilder ok?
2) Can you run it it on a file and find some unused code?
if you see a bug and fix it, you can delete the release using:
cvs rtag -d pmd_jbuilder_release_1_3 pmd-jbuilder
and then retag everything
ncftpput upload.sourceforge.net incoming/ pmd-jbuilder-src-1.3.zip pmd-jbuilder-bin-1.3.zip
Go to Admin, Edit/Release Files, click on Add new release
Paste stuff into the changelog/readme boxes
Add the files and then classify them
Submit some news saying "hey, new release of the JBuilder plugin!" to
http://codecentral.borland.com
and
borland.public.jbuilder.thirdpartytools news group
If you don't plan on posting/reading regularly, you can post via the web:
http://newsgroups.borland.com/cgi-bin/dnewsweb?cmd=xover&group=borland.public.jbuilder.thirdpartytools&utag=
====================================================================
Fixed in CVS, and you can download an updated PMDOpenTool.jar file here:
http://infoether.com/~tom/PMDOpenTool.jar
that fixes this bug. To use the file, stop JBuilder, place PMDOpenTool.jar in your jbuilder/lib/ext directory, and restart JBuilder.
Thanks for the report!
Yours,
Tom