Hello Jeffrey,
well, the answers which come to my mind are :
- checkstyle should be changed to support a sourcepath if it does not
support a sourcepath yet,
- the workaround is to copy your n folders of source code into one
staging area, and run checkstyle against this staging area where you
I have a definition for my sourcepath as a path task and wish to use
this in several places in my build, including where I need a fileset
type. I have several sub projects that are similar so I am trying to
keep the targets generic and parameterize the sub projects as much as
possible. One of the