From: Richard C. <ri...@cy...> - 2005-03-07 19:52:50
|
Hi Mike, you can do that like this: java -jar statcvs.jar -exclude somedir/**:**/*.xyz ...(other = options) This excludes everything in the "somedir" directory and all files=20 ending in .xyz. More info: http://statcvs.sourceforge.net/manual/#section_command-line-options Hope that helps, Richard Am 07.03.2005 um 19:08 schrieb Nereson Michael R SrA 805 CSPTS/SCE: > Is there a way to exclude directories or files that statcvs reports = on? > > For example, under my project root, I have my prototype files and my=20= > source files. I don=92t want any of the prototype files to be = considered=20 > in the statcvs reports. > > Thanks for any help that can be provided. > > ~ Mike |