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
day, July 05, 2006 11:10 AM > To: users@maven.apache.org > Cc: [EMAIL PROTECTED] > Subject: FW: maven-pmd-plugin can't find my source files > > > Hi Doug > > I have installed PMD locally and executede against code; successfully > generating report. > I have

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

2006-07-05 Thread Andrew-A . Davies
Users List' Subject: RE: maven-pmd-plugin can't find my source files Sorry about delayed response - been away 4 a couple of days. No using JDK 1.4.2. Will try PMD alone to confirm, then try specific version. Will vote if I see Rgds Andy -Original Message- From: Doug Dou

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
I am missing something fundamental, or the documentation on > http://maven.apache.org/plugins/maven-pmd-plugin/howto.html > is wrong. Or there are bugs with the plugin. > > Rgds > Andy > > -Original Message- > From: Heiko Wolf [mailto:[EMAIL PROTECTED] > Sent: 29 Jun

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

2006-06-29 Thread Doug Douglass
tml is wrong. Or there are bugs with the plugin. Rgds Andy -Original Message- From: Heiko Wolf [mailto:[EMAIL PROTECTED] Sent: 29 June 2006 07:58 To: users@maven.apache.org Subject: maven-pmd-plugin can't find my source files Hello, I have a very little maven project (only one sou

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

2006-06-29 Thread Andrew-A . Davies
@maven.apache.org Subject: maven-pmd-plugin can't find my source files Hello, I have a very little maven project (only one source file), sources as usual in src/main/java, everything works fine, mvn compile, mvn site and so on. But not mvn pmd:pmd. It generates some files (target/basic.xml, t

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

2006-06-29 Thread Heiko Wolf
Hello, I have a very little maven project (only one source file), sources as usual in src/main/java, everything works fine, mvn compile, mvn site and so on. But not mvn pmd:pmd. It generates some files (target/basic.xml, target/unusedcode.xml ...), pmd.xml is also generated, but its nearly emp