Re: [Codenarc-developer] command line only takes one source directory
Brought to you by:
chrismair
From: Chris M. <chr...@ea...> - 2013-03-29 19:25:20
|
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 |