RE: maven-pmd-plugin can't find my source files SOLVED

2006-07-06 Thread Mike Perham
: maven-pmd-plugin can't find my source files SOLVED > > Hi, > > Thanks for that it worked. I referenced the ones in the plugin and it > worked. > A word of warning to anyone else though. If no tags > are used, > the > PMD software / plugin decides to give you a

RE: maven-pmd-plugin can't find my source files SOLVED

2006-07-06 Thread Andrew-A . Davies
Mike Perham [mailto:[EMAIL PROTECTED] Sent: 05 July 2006 17:25 To: Maven Users List Cc: [EMAIL PROTECTED] Subject: RE: maven-pmd-plugin can't find my source files It sounds like you are trying to use a ruleset from an older version and the PMD code is no longer there to support the old rul

RE: maven-pmd-plugin can't find my source files

2006-07-05 Thread Mike Perham
ava.lang.RuntimeException: Couldn't find that class > net.sourceforge.pmd.rules.AvoidDuplicateLiteralsRule > > Do I have to have pmd jar files on a classpath (or in repository and > have some dependencies set up) ? > > Cheers > Andy > -Original Message- > F

RE: maven-pmd-plugin can't find my source files

2006-07-04 Thread Andrew-A . Davies
Subject: Re: maven-pmd-plugin can't find my source files Sorry, I mis-spoke on the version, we were originally using 2.0-beta-2-SNAPSHOT hosted at either: * http://snapshots.maven.codehaus.org/maven2 * http://cvs.apache.org/maven-snapshot-repository You're classes don't happen to

Re: maven-pmd-plugin can't find my source files

2006-06-30 Thread Doug Douglass
DOH! Now that's the kind of problem I like. Add a JIRA enhancement request, that seems like a worthy feature. On 6/30/06, Heiko Wolf <[EMAIL PROTECTED]> wrote: I don't know, should I laugh or cry? The problem was - that there was no problem! If pmd finds nothing, it says nothing. My source code

Re: maven-pmd-plugin can't find my source files

2006-06-30 Thread Heiko Wolf
I don't know, should I laugh or cry? The problem was - that there was no problem! If pmd finds nothing, it says nothing. My source code was just perfect, at least for pmd :) The "problem" is, pmd does not say, your source code is ok, it says just nothing. I think, it would be better to have a no

Re: maven-pmd-plugin can't find my source files

2006-06-29 Thread Doug Douglass
glass [mailto:[EMAIL PROTECTED] Sent: 29 June 2006 13:39 To: Maven Users List Subject: Re: maven-pmd-plugin can't find my source files What version of the plugin? We've been using 2.1-SNAPSHOT for many months and haven't seen the problems you describe. On 6/29/06, [EMAIL PROTECTED] &

RE: maven-pmd-plugin can't find my source files

2006-06-29 Thread Andrew-A . Davies
true org.apache.maven.plugins maven-jxr-plugin -Original Message- From: Doug Douglass [mailto:[EMAIL PROTECTED] Sent: 29 June 2006 13:39 To: Maven Users List Subject: Re: maven-pmd-plugin can&#

Re: maven-pmd-plugin can't find my source files

2006-06-29 Thread Doug Douglass
What version of the plugin? We've been using 2.1-SNAPSHOT for many months and haven't seen the problems you describe. On 6/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Heiko, I have the same issue. Except that only a blank page is created. org.apache.maven.plugins mave

RE: maven-pmd-plugin can't find my source files

2006-06-29 Thread Andrew-A . Davies
Heiko, I have the same issue. Except that only a blank page is created. org.apache.maven.plugins maven-pmd-plugin I also use JXR for cross referencing java org.apache.maven.plugins maven-jxr-plugin Either