From: Richard C. <ri...@cy...> - 2005-03-23 21:35:46
|
Hi Jukka, Am 21.03.2005 um 21:34 schrieb Jukka Uusisalo: > Here is also attached diff for support > tags attribute in statcvs ant task too. Thanks! Committed to CVS. > But how about show tags also file count graph and loc by module graphs? I await your patch ;-) By the way, I have a dumb question: How do I apply such a diff output automatically to a file? Something with the patch command I believe, but I couldn't get it to work. Richard > Index: StatCvsTask.java > =================================================================== > RCS file: > /cvsroot/statcvs/statcvs/src/net/sf/statcvs/ant/StatCvsTask.java,v > retrieving revision 1.11 > diff -r1.11 StatCvsTask.java > 52a53 >> private String tags; > 117a119,121 >> if (tags != null) { >> ConfigurationOptions.setSymbolicNamesPattern(this.tags); >> } > 200a205,212 >> /** >> * Specifies regular expression to include tag to lines >> * of code graph. >> * @param tags regular expression to included tags names. >> */ >> public void setTags(String tags) { >> this.tags = tags; >> } |