From: J. R. <jjb...@st...> - 2005-06-05 15:58:34
|
Hi, I think nested filesets would probally be the best. This is similiair to the instrument task. Example: <cobertura-report destdir="${coverage.html.dir}"> <fileset dir="${src.dir}"> <include name="**/*.java" /> </fileset> <fileset dir="${test.dir}"> <include name="**/*.java" /> </fileset> </cobertura-report> Best regards, Julien Quoting "Seigel, James" <Jam...@av...>: > > Hello, > > Sorry for the hiatus. I was wondering if anyone had any thoughts on the > format to support multiple source directories on the coverage-report task? > > What do you think of this kind of structure? > > <cobertura-report destdir="${coverage.html.dir}"> > <sourcepath location="${src.dir}"/> > <sourcepath location="${test.dir}"/> > </cobertura-report> > > > Cheers > James. > > > ------------------------------------------------------- > This SF.Net email is sponsored by: NEC IT Guy Games. How far can you > shotput > a projector? How fast can you ride your desk chair down the office luge > track? > If you want to score the big prize, get to know the little guy. > Play to win an NEC 61" plasma display: http://www.necitguy.com/?r > _______________________________________________ > Cobertura-devel mailing list > Cob...@li... > https://lists.sourceforge.net/lists/listinfo/cobertura-devel > |