Updated to PMD jEdit 2.2

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2205 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Jiger Patel
2003-08-18 05:18:04 +00:00
parent 5df62ecf30
commit 1d24e824f8
3 changed files with 15 additions and 6 deletions

View File

@ -37,6 +37,7 @@ then 2) select the "PMD->Check directory recursively" menu option.</p>
<p>Starting 2.1, you can now add Custom Defined Rulesets with PMD plugin. Previously, if you want to use your own rulesets with the PMD plugin, you had to unjar the pmd.jar file & add your ruleset defination in the jar file & re-jar it & use it. But this procedure had to be repeated whenever a new PMD is out. But not anymore. Now you can simply point PMD plugin to your custom rulesets.xml file & drop your custom ruleset jars in either of jEdit jars directory(either system or user). Once this is done, you will be able to manipulate your Custom Rulesets just the way like the built-in ones.</p>
<p>PMD jEdit 2.2 adds updates PMD plugin to the latest and the greatest PMD release, updates to Dynamic class loading feature of jEdit and adds PMD to jEdit's File System Browser for easy access.</p>
<h2>Release Notes</h2>
<h3>2.2</h3>
<ol>

View File

@ -1,3 +1,9 @@
August 18th 2003 - 2.2
1. Updated to PMD 1.2.1
2. Updated to jEdit 4.2 API changes
3. Added PMD in jEdit's File System Browser Plugins Menu.
May 19th 2003 - 2.1:
Added "clear ErrorList" option - thanks to Randall Schultz for the suggestion.
Added "check all open buffers" option - thanks to Randall Schultz for the suggestion.

View File

@ -1,8 +1,10 @@
update the release date in the changelog
change config/pmd.props to reflect actual pmd.jar file version
change config/pmd.props to reflect pmd-jedit release 2.1
change config/jedit.html to reflect pmd-jedit release 2.1
change the build.xml to reflect pmd-jedit release 2.1
change config/pmd.props to reflect pmd-jedit release 2.2
change config/jedit.html to reflect pmd-jedit release 2.2
change the build.xml to reflect pmd-jedit release 2.2
update doing_the_next_pmd_jedit_release.txt to the new release version
comit the above changes FIRST!!
Create the binary release - 'ant release'
Unzip it into jedit.home/jars
@ -19,12 +21,12 @@ mkdir -p ~/tmp/pmd-jedit
cvs -q export -d tmp -r pmd_jedit_release_2_1 pmd-jedit
mv tmp/* ~/tmp/pmd-jedit
rmdir tmp/
cp pmd-jedit/lib/PMDJEditPlugin-2.1.jar ~/tmp/pmd-jedit/lib
cp pmd-jedit/lib/PMDJEditPlugin-2.2.jar ~/tmp/pmd-jedit/lib
cd ~/tmp
zip -q -r pmd-jedit-src-2.1.zip pmd-jedit
zip -q -r pmd-jedit-src-2.2.zip pmd-jedit
rm -rf pmd-jedit
ncftpput upload.sourceforge.net incoming/ pmd-jedit-src-2.1.zip pmd-jedit-bin-2.1.zip
ncftpput upload.sourceforge.net incoming/ pmd-jedit-src-2.2.zip pmd-jedit-bin-2.2.zip
Go to Admin, Edit/Release Files, click on Add new release
Paste stuff into the changelog/readme boxes