NetBeans installation, a la Radim Kubacki's NB trunk build patch. This
simplifies the build-and-test cycle.
Haven't yet applied the full patch; I intend to branch apart NB 3.6 and
NB trunk, since changes in code will be necessary to support NB trunk.
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2720 51baf565-9d33-0410-a72c-fc3788e3496d
(makenbm assumes that keystore password is enough,
i.e. that the key itself does not have a separate
password, and this means people will typically not
want to store the pmdkey in their own keystore,
since the password is shared).
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2174 51baf565-9d33-0410-a72c-fc3788e3496d
Sign it by creating your own key in the default keystore location
with Java's keytool, and then passing -Dstorepass=whatever to ant.
Then publish your certificate signature on the website -- or, even
better, sign your certificate with a chain of trust ending in an
official CA, so that people won't have to furrow their eyebrows
about anything ... but then, that costs money :). Ideally we should
have a CA-signed certificate for PMD with which we would sign the
personal key of whoever makes the build -- but of course the key
of that certificate would have to be "closed-source" :)
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1969 51baf565-9d33-0410-a72c-fc3788e3496d
differentiate from the 3.4.1-compatible distribution.
(clearly this commit should not be merged to the branch :)
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1859 51baf565-9d33-0410-a72c-fc3788e3496d
This makes the code on trunk incompatible with the latest stable version
of Netbeans (3.4.1). Compatibility with that version is maintained on
branch NB_3_5_COMPATIBLE (which in turn is not compatible with NB 3.5)
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1734 51baf565-9d33-0410-a72c-fc3788e3496d