From: Jukka U. <juk...@dn...> - 2005-01-09 16:21:52
|
Jukka Uusisalo wrote: > Steffen Pingel wrote: > >> Hi, >> >> I merged the patch that adds support for symbolic names and parsing of >> CVS/Entries files to check the working revision for loc counting. I >> tagged the repository before applying the patch >> (symbolic_names-1-before-merge) and after merging it ( >> symbolic_names-1-merge). That way the delta can be removed easily if >> needed. >> >> Currently the symbolic names are displayed in the global and the >> authors loc chart. It might prove useful to add support for filtering >> symbolic names (tags) through regular expressions like StatCvs-XML >> has. Usually it is not desired to have all tags in the chart (i.e. >> branch/patch merge tags). Some people might even want to turn tags >> completly. >> >> Please let me know, if there are any problems with the patch. >> > > I checked out latest and seems there are something missing in test-src. > I got classes in src to compled but with test-src, i got lot of errors, > missing classes, missing methods etc. > Sorry, that was my own mistake. I made new checkout and ant build.xml works fine but under eclipse, not from command line. And reason was 'old' statcvs.jar in ant/lib directory. These ant/lib/*.jar file were added to compile class path, so test classes get never compiled against classes in build directory. After very short test this patch seems to be ok, but tomorrow i'll run this version of statcvs against real cvs reporsitories. I'll let you know what happened. - Jukka - |