Re: [Codenarc-developer] command line only takes one source directory
Brought to you by:
chrismair
From: Garvin L. <gar...@gm...> - 2013-03-29 19:28:46
|
OK, I am using the command line with the Maven plugin to avoid some of the classloader issues so it looks like I will have to get creative. Regards, Garvin LeClaire gar...@gm... On Fri, Mar 29, 2013 at 3:25 PM, Chris Mair <chr...@ea...> wrote: > Garvin, > >>> It looks like the command line version only takes one source directory > through the basedir option while we are >>> able to have multiple source directories with the ANT Task. >>> >>> Is this correct? If so, is there a reason why? > > Yes, that is correct. The intent is to use basedir specify the root dir, and > then use -includes and -excludes to add/filter any and all subdirectories > and file patterns as necessary. The command-line processor is not based on > Ant FileSets, and is thus not as rich/flexible as the Ant Task. > > Chris > |