diff --git a/pmd/etc/changelog.txt b/pmd/etc/changelog.txt index 49eb9f35b8..4bf815b5d6 100644 --- a/pmd/etc/changelog.txt +++ b/pmd/etc/changelog.txt @@ -1,5 +1,6 @@ ????? - 1.05: TODO - update grammar - can we change setPublic(true) to setPublic()? +TODO - fix it so tests and rules don't duplicate the xpath expressions March 21, 2003 - 1.04 Added new rules: ConstructorCallsOverridableMethodRule, AtLeastOneConstructorRule, JUnitAssertionsShouldIncludeMessageRule, DoubleCheckedLockingRule, ExcessivePublicCountRule, AccessorClassGenerationRule diff --git a/pmd/etc/doing_the_next_pmd_release.txt b/pmd/etc/doing_the_next_pmd_release.txt index fee48cb066..89cee41ebc 100644 --- a/pmd/etc/doing_the_next_pmd_release.txt +++ b/pmd/etc/doing_the_next_pmd_release.txt @@ -49,13 +49,8 @@ if you see a bug and fix it, you can delete the release using: cvs rtag -d pmd_release_1_04 pmd and then retag everything -FTP the zip file to SF -ncftp upload.sourceforge.net -generic userid/password: anonymous/tom@infoether.com -cd incoming -bin -put pmd-bin-1.04.zip -put pmd-src-1.04.zip +ncftpput upload.sourceforge.net incoming/ pmd-src-1.04.zip +ncftpput upload.sourceforge.net incoming/ pmd-bin-1.04.zip Go to Admin, Edit/Release Files, click on Add new release Paste stuff into the changelog/readme boxes diff --git a/pmd/upload_docs.sh b/pmd/upload_docs.sh index f9a911df00..e10cf1f6a7 100755 --- a/pmd/upload_docs.sh +++ b/pmd/upload_docs.sh @@ -8,7 +8,6 @@ DOCS_FILE=docs.tar.gz cp xdocs/cpdresults.txt target/docs/ cd target rm $DOCS_FILE -tar zcf $DOCS_FILE docs +tar zcf $DOCS_FILE docs/ scp -i ~/.ssh/identity $DOCS_FILE tomcopeland@pmd.sourceforge.net:/home/groups/p/pm/pmd/ -rm $DOCS_FILE cd ../