The following comment has been added to this issue:

     Author: Fred Boudaud
    Created: Fri, 9 Jan 2004 8:42 AM
       Body:
These entries are responsible for the crash :


RCS file: /data/cvs/_projects/dxa/doc/ldap-abook/abook_ccdrd.mdb,v
Working file: doc/ldap-abook/abook_ccdrd.mdb
head: 1.6
branch:
locks: strict
access list:
symbolic names:
        ddpro-release-1-0: 1.6.0.4
        ifs903laptop: 1.6.0.2
        beta3: 1.6
        test: 1.6
keyword substitution: b
total revisions: 6;     selected revisions: 6
description:
----------------------------
revision 1.6
date: 2003/11/10 17:48:39;  author: ajurk;  state: Exp;  lines: +4215 -95
*** empty log message ***
----------------------------
revision 1.5
date: 2003/11/10 14:46:19;  author: ajurk;  state: Exp;  lines: +389 -1080
*** empty log message ***
----------------------------
revision 1.4
date: 2003/11/10 14:45:20;  author: ajurk;  state: Exp;  lines: +2267 -6345
*** empty log message ***
----------------------------
revision 1.3
date: 2003/11/10 14:42:52;  author: ajurk;  state: Exp;  lines: +6552 -18894
*** empty log message ***
----------------------------
revision 1.2
date: 2003/11/10 13:18:05;  author: ajurk;  state: Exp;  lines: +1388 -88
version 1
----------------------------
revision 1.1
date: 2003/11/10 13:12:03;  author: ajurk;  state: Exp;
CCDRD abook
=============================================================================

RCS file: /data/cvs/_projects/dxa/doc/ldap-abook/abook_ccdrd1.mdb,v
Working file: doc/ldap-abook/abook_ccdrd1.mdb
head: 1.5
branch:
locks: strict
access list:
symbolic names:
        ddpro-release-1-0: 1.5.0.4
        ifs903laptop: 1.5.0.2
        beta3: 1.5
        test: 1.5
keyword substitution: b
total revisions: 5;     selected revisions: 5
description:
----------------------------
revision 1.5
date: 2003/11/11 17:36:03;  author: bounty;  state: Exp;  lines: +5046 -445
small bug
----------------------------
revision 1.4
date: 2003/11/10 14:46:19;  author: ajurk;  state: Exp;  lines: +909 -1297
*** empty log message ***
----------------------------
revision 1.3
date: 2003/11/10 14:45:21;  author: ajurk;  state: Exp;  lines: +2267 -6345
*** empty log message ***
----------------------------
revision 1.2
date: 2003/11/10 14:42:53;  author: ajurk;  state: Exp;  lines: +6351 -700
*** empty log message ***
----------------------------
revision 1.1
date: 2003/11/10 13:38:17;  author: ajurk;  state: Exp;
*** empty log message ***
=============================================================================

RCS file: /data/cvs/_projects/dxa/doc/ldap-abook/alle_organization_units.xls,v
Working file: doc/ldap-abook/alle_organization_units.xls
head: 1.3
branch:
locks: strict
access list:
symbolic names:
        ddpro-release-1-0: 1.3.0.4
        ifs903laptop: 1.3.0.2
        beta3: 1.3
        test: 1.3
keyword substitution: b
total revisions: 3;     selected revisions: 3
description:
----------------------------
revision 1.3
date: 2003/11/11 17:36:03;  author: bounty;  state: Exp;  lines: +38158 -37902
small bug
----------------------------
revision 1.2
date: 2003/11/10 14:42:54;  author: ajurk;  state: Exp;  lines: +39426 -33510
*** empty log message ***
----------------------------
revision 1.1
date: 2003/11/10 13:12:03;  author: ajurk;  state: Exp;
CCDRD abook
=============================================================================

I deleted this directory and it works again.
I don't know really why it did not work before. 
All 3 files where binary.
Perhaps they were first checked in as Unicode instead of binary ??

So this bug ist NOT a bug and can be closed, thanks...

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPSTATCVS-8


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPSTATCVS-8
    Summary: NullPointerException while generating graphs
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-statcvs-plugin
   Versions:
             2.0

   Assignee: 
   Reporter: Fred Boudaud

    Created: Fri, 9 Jan 2004 6:57 AM
    Updated: Fri, 9 Jan 2004 8:42 AM
Environment: Windows XP / jdk142

Description:
I get the following exception while trying to use the plugin :

 [java] StatCvs-XML - CVS statistics generation
 [java]
 [java] Parsing CVS log 'c:\_projects\dxa/target/statcvs.log'
 [java] Generating report for DDPRO into 
c:\_projects\dxa/target/generated-xdocs/statcvs\
 [java] Assuming web repository is cvsweb
 [java] Reading output settings
 [java] Creating suite using net.sf.statcvs.output.XDocRenderer
 [java] Using transformer org.apache.xalan.transformer.TransformerImpl
 [java] java.lang.reflect.InvocationTargetException
 [java]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 [java]      at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 [java]      at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 [java]      at java.lang.reflect.Method.invoke(Method.java:324)
 [java]      at net.sf.statcvs.Main.generateSuite(Main.java:291)
 [java]      at net.sf.statcvs.Main.run(Main.java:176)
 [java]      at net.sf.statcvs.Main.main(Main.java:78)
 [java] Caused by: java.lang.NullPointerException
 [java]      at 
net.sf.statcvs.output.xml.chart.TimeLine.getDataPoints(TimeLine.java:108)
 [java]      at 
net.sf.statcvs.output.xml.chart.TimeLineChart.addTimeLine(TimeLineChart.java:87)
 [java]      at net.sf.statcvs.output.xml.chart.LocChart.<init>(LocChart.java:118)
 [java]      at 
net.sf.statcvs.output.xml.CvsCharts.getLocPerAuthorChart(CvsCharts.java:108)
 [java]      at 
net.sf.statcvs.output.xml.document.AuthorsDocument$LinesOfCodeReport.<init>(AuthorsDocument.java:75)
 [java]      at 
net.sf.statcvs.output.xml.document.AuthorsDocument.<init>(AuthorsDocument.java:54)
 [java]      at net.sf.statcvs.output.xml.DocumentSuite.generate(DocumentSuite.java:56)
 [java]      at net.sf.statcvs.output.XDocRenderer.generate(XDocRenderer.java:51)
 [java]      ... 7 more
 [java] null
 [java] [ERROR] Java Result: 1
 [copy] [DEBUG] fileset: Setup scanner in dir 
C:\_projects\dxa\target\generated-xdocs\statcvs with patternSet{ includes: [**/*.png] 
excludes: [] }


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to