forked from phoedos/pmd
tweak
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@81 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
update the xdocs to reflect the new release
|
||||
update the changelog.txt (when we get one)
|
||||
update the changelog.txt
|
||||
update the readme.txt (when we get one)
|
||||
|
||||
ant dist
|
||||
rename jar to pmd-0.1.jar
|
||||
cvs add -kb pmd-0.1.jar
|
||||
cvs rtag -D tomorrow "pmd_release_0_1" pmd
|
||||
rename jar to pmd-0.2.jar
|
||||
cvs add -kb pmd-0.2.jar
|
||||
cvs rtag -D tomorrow "pmd_release_0_2" pmd
|
||||
mkdir c:\tmp\pmd
|
||||
cvs export -d c:\tmp\pmd -r pmd_release_0_1 pmd
|
||||
cvs export -d c:\tmp\pmd -r pmd_release_0_2 pmd
|
||||
cd c:\tmp
|
||||
zip it up
|
||||
unzip it into c:\tmp2
|
||||
@ -30,11 +30,11 @@ ftp upload.sourceforge.net
|
||||
generic userid/password: anonymous/tomcopeland@users.sourceforge.net
|
||||
cd incoming
|
||||
bin
|
||||
put pmd-0.1.zip
|
||||
put pmd-0.2.zip
|
||||
|
||||
Go to Admin, Edit/Release Files, click on Add new release
|
||||
Paste stuff into the changelog/readme boxes
|
||||
Add the pmd.zip file
|
||||
Add the pmd-0.2.zip file
|
||||
Classify the file
|
||||
|
||||
Submit some news saying "hey, new release!"
|
||||
|
@ -18,10 +18,10 @@
|
||||
</subsection>
|
||||
<subsection name="Open Source">
|
||||
<ul>
|
||||
<li><a href="http://doctorj.org">DoctorJ</a> - Written in C++, checks Javadoc, syntax and calculates metrics.</li>
|
||||
<li><a href="http://www.artho.com/jlint/download.shtml">JLint</a> - Written in C++, does lots of synchronization checks.</li>
|
||||
<li><a href="http://doctorj.org">DoctorJ</a> - Written in C++. Uses Lex and YACC. Checks Javadoc, syntax and calculates metrics.</li>
|
||||
<li><a href="http://www.artho.com/jlint/">JLint</a> - Written in C++. Uses data flow analysis and a lock graph to do lots of synchronization checks. Operates on class files, not source code.<li>
|
||||
<li><a href="http://www.tbbr32568.pwb.blueyonder.co.uk/jnp/">JNP</a> - Nifty research project, uses JJTree/JavaCC.</li>
|
||||
<li><a href="http://checkstyle.sourceforge.net/">Checkstyle</a> - Very detailed, supports both Maven and Ant.</li>
|
||||
<li><a href="http://checkstyle.sourceforge.net/">Checkstyle</a> - Very detailed, supports both Maven and Ant. Uses ANTLR.</li>
|
||||
<li><a href="http://jcsc.sourceforge.net/">JCSC</a> - Does a variety of coding standard checks, uses JavaCC and the GNU Regexp package.</li>
|
||||
</ul>
|
||||
</subsection>
|
||||
|
Reference in New Issue
Block a user