On 5/31/07, Chris Helck <[EMAIL PROTECTED]> wrote:
I'm also considering putting the configuration file in a well known location (http://mystuff/pmd.xml) the same way we do for JPEGs and getting on with life.
A known URL for checkstyle config is what I went with for the open source projects I work on, it was just easier than having to "release" a separate jar. It depends on how important it is for you to be able to reproduce the build. If you build later from a tag and the PMD config file at that url has changed, it could break your build. (If that URL happens to be pointed at http access to a svn repo, you could point it at a tag...) -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
