Re: How to accumulate a list of files for pmd instead of running pmd on each one

2007-11-08 Thread Dominique Devienne
On 11/8/07, Karr, David <[EMAIL PROTECTED]> wrote: > However, I then went to another directory built with Maven, where my > build script is called with "ant:ant", and which was previously working > with the xmltask solution (except for the occassional OOM), and that > fails with: As I said in my o

RE: How to accumulate a list of files for pmd instead of running pmd on each one

2007-11-08 Thread Karr, David
ild script, but fail with this error from a different directory called from maven. > -Original Message- > From: Dominique Devienne [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 07, 2007 10:28 AM > To: Ant Users List > Subject: Re: How to accumulate a list of files f

RE: How to accumulate a list of files for pmd instead of running pmd on each one

2007-11-07 Thread Karr, David
important here, so the 3rd option isn't that attractive at this point. Thanks. > -Original Message- > From: Dominique Devienne [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 07, 2007 10:28 AM > To: Ant Users List > Subject: Re: How to accumulate a list of files

Re: How to accumulate a list of files for pmd instead of running pmd on each one

2007-11-07 Thread Dominique Devienne
On 11/7/07, Karr, David <[EMAIL PROTECTED]> wrote: > [...] Can you think of a practical way I could > rearrange this so I first build a list of classes to process, and then > run PMD in one step? This easiest would be of course to be able to use as a selector, in which case you'd simply add it to