Re: [Stat-scm-user] Error generating report
Brought to you by:
benoitx,
dougculnane
From: Ed H. <ed....@gm...> - 2008-07-30 21:59:13
|
> Looks to me like a problem in StatSVN (given that the NullPointerException > happens in a class in a net.sf.statsvn-package). > > StatSCM is a "Maven-enabler" build on top of two separate projects: > StatCVS and StatSVN. > > You might want to see if the folks over at the StatSVN project [1] can > offer some help, since it has been pretty quiet on this list. > > As far as I understand you are using StatSCM v1.1.0 released 2008-04-06, > which according to the StatSCM news section [2] use StatSVN 0.4. (This > seems a bit odd to me since the StatSVN project page announces the release > of v0.4 at a later date, namely 2008-05-04, so if reporting the > stack-trace to the StatSVN-team beware that it might in fact be a > pre-release of v0.4 with different source code and line numbers.) > > Good luck from another user! > Regards, > Martin Thanks for the feedback, Martin. I wasn't aware how it all hung together, In order to understand what was going on, I downloaded the latest version of StatSVN (0.4.1) and attempted to generate the reports directly using StatSVN (instead of using the plugin). And they all generated fine. I think there were some changes between 0.4.0 and 0.4.1 that addressed what is causing my problem (property-only changes in the Subversion revision). As the current version of StatSCM is using an earlier version of StatSVN, I'm just waiting for a new release of the plugin that will use the newer version of StatSVN. Thanks again, Ed |