stat-scm-user Mailing List for Source Code Management Statistics Mojo (Page 2)
Brought to you by:
benoitx,
dougculnane
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(8) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
|
Mar
(9) |
Apr
(5) |
May
(9) |
Jun
(3) |
Jul
(2) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2008 |
Jan
(8) |
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
(3) |
Sep
|
Oct
|
Nov
(4) |
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(4) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
From: Doug C. <do...@cu...> - 2008-02-04 07:33:48
|
Hi Takanori, I am not sure if this is a Maven problem or a StatSCM problem. Which version of Maven are you using? All the best, Doug > Hi. > > I'm using StatSCM Maven2 Plugin which version is 1.1.0-SNAPSHOT. > I got have a problem of with reporting at the multi module project. > > When I create the report at the parent project, > the child StatSCM report is same as the parent project report. > > But, when I create the report at the child project, > the StatSCM report is correct. > > > The pom.xml is : > ------------------------------------------------------------ > <reporting> > <plugins> > <plugin> > <groupId>net.sf</groupId> > <artifactId>stat-scm</artifactId> > <version>1.1.0-SNAPSHOT</version> > </plugin> > </plugins> > </reporting> > ------------------------------------------------------------ > > StatSCM is supported the multi module project, > but it isn't correctly working. > > > Please help. > > > ---- > Thanks, > Takanori > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Stat-scm-user mailing list > Sta...@li... > https://lists.sourceforge.net/lists/listinfo/stat-scm-user > |
From: Takanori S. <tak...@gm...> - 2008-02-03 15:04:40
|
Hi. I'm using StatSCM Maven2 Plugin which version is 1.1.0-SNAPSHOT. I got have a problem of with reporting at the multi module project. When I create the report at the parent project, the child StatSCM report is same as the parent project report. But, when I create the report at the child project, the StatSCM report is correct. The pom.xml is : ------------------------------------------------------------ <reporting> <plugins> <plugin> <groupId>net.sf</groupId> <artifactId>stat-scm</artifactId> <version>1.1.0-SNAPSHOT</version> </plugin> </plugins> </reporting> ------------------------------------------------------------ StatSCM is supported the multi module project, but it isn't correctly working. Please help. ---- Thanks, Takanori |
From: <nic...@pl...> - 2008-01-31 11:01:43
|
I think you misunderstood me. Statscm is not only using svn log, but also svn diff commands. This = second command accepts the --diff-cmd parameter Hth, Nick Stolwijk -----Original Message----- From: Doug Culnane [mailto:do...@cu...] Sent: Thu 1/31/2008 11:53 AM To: nic...@pl... Cc: sta...@li... Subject: Re: [Stat-scm-user] Problem with custom subversion = configuration in combination with statscm plugin =20 Nick, I have programmed a version with this config param. However I have no idea if it works. If I deploy the snapshot would you be able to test it? Thanks, Doug > Hi nick. > > I tried the command line opttion but in German is says > > C:\data\workspace\project>svn log -v --xml --diff-cmd diff > Unterbefehl =BBlog=AB akzeptiert die Option =BB--diff-cmd par=AB nicht > Geben Sie =BBsvn help log=AB f=FCr Hilfe ein. > > which means NO go mate. > > However: > > C:\data\workspace\project>svn log -h > ... > --config-dir par : Benutzerkonfigurationsdateien aus dem > ... > > So maybe a fix would be to use the --config-dir parameter to allow = you to > override your config. > > Would this be a solution? > > All the best, > > Doug > >> Hi folks, >> >> I've got a little problem with the statscm plugin. In my Subversion >> config >> (~/.subversion/config) I've declared the diff-cmd to be = svndiffwrapper, >> a >> script which calls kdiff3 to graphically display diffs instead of = using >> the default diff commando. I'm now trying statscm, but it uses the >> configuration of subversion, so it shows up kdiff3 for each file = instead >> of writing it to the cache. >> >> Could it be possible to include the "--diff-cmd diff" parameter when = you >> call subversion? >> >> With regards, >> >> Nick Stolwijk >> = -------------------------------------------------------------------------= >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2008. >> = http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/__________________= _____________________________ >> Stat-scm-user mailing list >> Sta...@li... >> https://lists.sourceforge.net/lists/listinfo/stat-scm-user >> > > > > = -------------------------------------------------------------------------= > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Stat-scm-user mailing list > Sta...@li... > https://lists.sourceforge.net/lists/listinfo/stat-scm-user > |
From: Doug C. <do...@cu...> - 2008-01-31 10:54:33
|
Nick, I have programmed a version with this config param. However I have no idea if it works. If I deploy the snapshot would you be able to test it? Thanks, Doug > Hi nick. > > I tried the command line opttion but in German is says > > C:\data\workspace\project>svn log -v --xml --diff-cmd diff > Unterbefehl »log« akzeptiert die Option »--diff-cmd par« nicht > Geben Sie »svn help log« für Hilfe ein. > > which means NO go mate. > > However: > > C:\data\workspace\project>svn log -h > ... > --config-dir par : Benutzerkonfigurationsdateien aus dem > ... > > So maybe a fix would be to use the --config-dir parameter to allow you to > override your config. > > Would this be a solution? > > All the best, > > Doug > >> Hi folks, >> >> I've got a little problem with the statscm plugin. In my Subversion >> config >> (~/.subversion/config) I've declared the diff-cmd to be svndiffwrapper, >> a >> script which calls kdiff3 to graphically display diffs instead of using >> the default diff commando. I'm now trying statscm, but it uses the >> configuration of subversion, so it shows up kdiff3 for each file instead >> of writing it to the cache. >> >> Could it be possible to include the "--diff-cmd diff" parameter when you >> call subversion? >> >> With regards, >> >> Nick Stolwijk >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2008. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________ >> Stat-scm-user mailing list >> Sta...@li... >> https://lists.sourceforge.net/lists/listinfo/stat-scm-user >> > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Stat-scm-user mailing list > Sta...@li... > https://lists.sourceforge.net/lists/listinfo/stat-scm-user > |
From: Doug C. <do...@cu...> - 2008-01-31 10:42:46
|
Hi nick. I tried the command line opttion but in German is says C:\data\workspace\project>svn log -v --xml --diff-cmd diff Unterbefehl »log« akzeptiert die Option »--diff-cmd par« nicht Geben Sie »svn help log« für Hilfe ein. which means NO go mate. However: C:\data\workspace\project>svn log -h ... --config-dir par : Benutzerkonfigurationsdateien aus dem ... So maybe a fix would be to use the --config-dir parameter to allow you to override your config. Would this be a solution? All the best, Doug > Hi folks, > > I've got a little problem with the statscm plugin. In my Subversion config > (~/.subversion/config) I've declared the diff-cmd to be svndiffwrapper, a > script which calls kdiff3 to graphically display diffs instead of using > the default diff commando. I'm now trying statscm, but it uses the > configuration of subversion, so it shows up kdiff3 for each file instead > of writing it to the cache. > > Could it be possible to include the "--diff-cmd diff" parameter when you > call subversion? > > With regards, > > Nick Stolwijk > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________ > Stat-scm-user mailing list > Sta...@li... > https://lists.sourceforge.net/lists/listinfo/stat-scm-user > |
From: <nic...@pl...> - 2008-01-31 10:09:10
|
Hi folks, I've got a little problem with the statscm plugin. In my Subversion = config (~/.subversion/config) I've declared the diff-cmd to be = svndiffwrapper, a script which calls kdiff3 to graphically display diffs = instead of using the default diff commando. I'm now trying statscm, but = it uses the configuration of subversion, so it shows up kdiff3 for each = file instead of writing it to the cache. Could it be possible to include the "--diff-cmd diff" parameter when you = call subversion? With regards, Nick Stolwijk |
From: Takanori S. <tak...@gm...> - 2008-01-19 15:23:54
|
Hi. I'm using StatSCM Maven2 Plugin. When I execute 'mvn site' at the multi module puroject, the image files of StatSCM (e.g. loc.png) are not correctly output. If I defined the child pom.xml below, the HTML files are output specified place but the image files are not output specified place. <reporting> <outputDirectory> ${basedir}/../target/site/${project.artifactId} </outputDirectory> </reporting> Could you check the pom.xml which I created ? parent: http://web-helpers.googlecode.com/svn/trunk/webhelpers/pom.xml child: http://web-helpers.googlecode.com/svn/trunk/webhelpers/webhelpers-generic/pom.xml ----- Thanks, Takanori |
From: DaShaun C. <da...@da...> - 2008-01-14 20:23:44
|
That worked! The new include/exclude functions work wonderfully. I haven't tried the others. Doug Culnane wrote: > try adding this to your pom.xml: > > <pluginRepositories> > <pluginRepository> > <id>statscm-snapshots</id> > <name>StatSCM Snapshot Repository</name> > <url>http://stat-scm.sourceforge.net/maven2-snapshots/</url> > </pluginRepository> > [...] > </pluginRepositories> > > > Good luck, > > Doug > > >> I noticed that the new features were released as a SNAPSHOT but where is >> it? >> >> I tried to use the central repository with SNAPSSHOT on and that didn't >> work. >> >> Here are my relevant sections: >> >> <repository> >> <id>central</id> >> <url>http://repo1.maven.org/maven2</url> >> <snapshots> >> <enabled>true</enabled> >> </snapshots> >> </repository> >> >> and >> >> <plugin> >> <groupId>net.sf</groupId> >> <artifactId>stat-scm</artifactId> >> <version>1.1.0-SNAPSHOT</version> >> <configuration> >> <excludes> >> <exclude>**/mypackage/myclass*</exclude> >> </excludes> >> </configuration> >> </plugin> >> >> Am I doing something wrong? >> >> ------------------------------------------------------------------------- >> Check out the new SourceForge.net Marketplace. >> It's the best place to buy or sell services for >> just about anything Open Source. >> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >> _______________________________________________ >> Stat-scm-user mailing list >> Sta...@li... >> https://lists.sourceforge.net/lists/listinfo/stat-scm-user >> > > |
From: Doug C. <do...@cu...> - 2008-01-14 17:20:14
|
try adding this to your pom.xml: <pluginRepositories> <pluginRepository> <id>statscm-snapshots</id> <name>StatSCM Snapshot Repository</name> <url>http://stat-scm.sourceforge.net/maven2-snapshots/</url> </pluginRepository> [...] </pluginRepositories> Good luck, Doug > I noticed that the new features were released as a SNAPSHOT but where is > it? > > I tried to use the central repository with SNAPSSHOT on and that didn't > work. > > Here are my relevant sections: > > <repository> > <id>central</id> > <url>http://repo1.maven.org/maven2</url> > <snapshots> > <enabled>true</enabled> > </snapshots> > </repository> > > and > > <plugin> > <groupId>net.sf</groupId> > <artifactId>stat-scm</artifactId> > <version>1.1.0-SNAPSHOT</version> > <configuration> > <excludes> > <exclude>**/mypackage/myclass*</exclude> > </excludes> > </configuration> > </plugin> > > Am I doing something wrong? > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Stat-scm-user mailing list > Sta...@li... > https://lists.sourceforge.net/lists/listinfo/stat-scm-user > |
From: DaShaun C. <da...@da...> - 2008-01-14 16:50:01
|
I noticed that the new features were released as a SNAPSHOT but where is it? I tried to use the central repository with SNAPSSHOT on and that didn't work. Here are my relevant sections: <repository> <id>central</id> <url>http://repo1.maven.org/maven2</url> <snapshots> <enabled>true</enabled> </snapshots> </repository> and <plugin> <groupId>net.sf</groupId> <artifactId>stat-scm</artifactId> <version>1.1.0-SNAPSHOT</version> <configuration> <excludes> <exclude>**/mypackage/myclass*</exclude> </excludes> </configuration> </plugin> Am I doing something wrong? |
From: Jeff C. <jc...@ya...> - 2007-09-10 17:46:33
|
This xml snippet: <li> <strong>src/site/resources/docs/WA8/reqts</strong>: Feature Request List - MASTER.xls <span class="new">(new)</span>, IN-LIST & Status.xls <span class="new">(new)</span>, OVERALL PROCESS - Online Proctoring & Securityv0.3.doc <span class="new">(new)</span>, Online Proctoring & Security Webassessor Requirements0.5.doc <span class="new">(new)</span>, project_plan.mpp <span class="new">(new)</span>, reqs missing.xls <span class="new">(new)</span> </li> >From this file: D:\repo\svnrepos\kryterion\phx\trunk\wa\target\generated-site\xdoc\statscm\2007-08.xml Causes this stacktrace during a build: [ERROR] Error parsing D:\repo\svnrepos\kryterion\phx\trunk\wa\target\generated-site\xdoc\statscm\2007-08.xml: line [-1] Error parsing the model. org.apache.maven.doxia.parser.ParseException: Error parsing the model. at org.apache.maven.doxia.module.xdoc.XdocParser.parse(XdocParser.java:55) at org.apache.maven.doxia.DefaultDoxia.parse(DefaultDoxia.java:52) at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderDocument(DefaultSiteRenderer.java:264) at org.apache.maven.doxia.siterenderer.DoxiaDocumentRenderer.renderDocument(DoxiaDocumentRenderer.java:43) at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(DefaultSiteRenderer.java:239) at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSiteRenderer.java:115) at org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:132) at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125) at org.apache.maven.cli.MavenCli.main(MavenCli.java:272) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Caused by: org.codehaus.plexus.util.xml.pull.XmlPullParserException: entity reference names can not start with character ' ' (position: END_TAG seen ...</span>,\n IN-LIST & ... @4841:19) at org.codehaus.plexus.util.xml.pull.MXParser.parseEntityRef(MXParser.java:2209) at org.codehaus.plexus.util.xml.pull.MXParser.nextImpl(MXParser.java:1272) at org.codehaus.plexus.util.xml.pull.MXParser.next(MXParser.java:1090) at org.apache.maven.doxia.module.xdoc.XdocParser.parseXdoc(XdocParser.java:312) at org.apache.maven.doxia.module.xdoc.XdocParser.parse(XdocParser.java:51) ... 25 more The issue appears to be the line that has an "&" as part of the filename: IN-LIST & Status.xls <span class="new">(new)</span>, What would need to change so that the "&" shows up in the 2007-08.xml doc in parser friendly escaped form? -Jeff ____________________________________________________________________________________ Luggage? GPS? Comic books? Check out fitting gifts for grads at Yahoo! Search http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz |
From: Doug C. <do...@cu...> - 2007-07-20 10:57:24
|
Please run the StatCVS tool directly on your project to see if you get the same result. If you do then check this with the StatCVS project. I am not sure about the inner workings of there tool but I am sure they are. StatSCM just wraps around StatSVN and StatCVS, and I think it is unlikely that my wrapper changed the inner workings of the tools. However I could be wrong so please let me know how you get on. Good luck, Doug > Before I start complaining, good tool, thanks, but...... > > When using CVS the deleted and moved files all seem to be counted in the > total. Is it possible to ignore them? We've a project that's been running > for a few years, and it's been through various major refactorings. The > source file count is at least three times what it should be. > > > > > dddd------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________ > Stat-scm-user mailing list > Sta...@li... > https://lists.sourceforge.net/lists/listinfo/stat-scm-user > |
From: bob r. <bob...@ya...> - 2007-07-20 10:22:27
|
Before I start complaining, good tool, thanks, but......=0A=0AWhen using CV= S the deleted and moved files all seem to be counted in the total. Is it po= ssible to ignore them? We've a project that's been running for a few years,= and it's been through various major refactorings. The source file count is= at least three times what it should be.=0A=0A=0A=0A=0A dddd |
From: Damien L. <ml...@dl...> - 2007-06-11 07:29:01
|
Thank you ! Damien Lecan 2007/6/9, Doug Culnane <do...@cu...>: > Damien, > > I have created a request for this to happen. > > http://jira.codehaus.org/browse/MAVENUPLOAD-1589 > > All the best, > > Doug > > > > Damien Lecan wrote: > > Hello, > > > > This plugins is very nice but it is not available through central > > Maven repository. > > > > I know it possible to configure a specific repository for StatSCM, but > > I'm managing a corporate environment and I can't add a specific > > repositories for each external artifact we use. > > > > Please, could you upload this nice tool to maven central repository ? > > Help to do it : > > http://maven.apache.org/guides/mini/guide-ibiblio-upload.html > > > > Thanks > > > > Damien > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > > Stat-scm-user mailing list > > Sta...@li... > > https://lists.sourceforge.net/lists/listinfo/stat-scm-user > > > > |
From: Doug C. <do...@cu...> - 2007-06-09 18:23:38
|
Damien, I have created a request for this to happen. http://jira.codehaus.org/browse/MAVENUPLOAD-1589 All the best, Doug Damien Lecan wrote: > Hello, > > This plugins is very nice but it is not available through central > Maven repository. > > I know it possible to configure a specific repository for StatSCM, but > I'm managing a corporate environment and I can't add a specific > repositories for each external artifact we use. > > Please, could you upload this nice tool to maven central repository ? > Help to do it : > http://maven.apache.org/guides/mini/guide-ibiblio-upload.html > > Thanks > > Damien > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Stat-scm-user mailing list > Sta...@li... > https://lists.sourceforge.net/lists/listinfo/stat-scm-user > |
From: Damien L. <ml...@dl...> - 2007-06-01 10:54:53
|
Hello, This plugins is very nice but it is not available through central Maven repository. I know it possible to configure a specific repository for StatSCM, but I'm managing a corporate environment and I can't add a specific repositories for each external artifact we use. Please, could you upload this nice tool to maven central repository ? Help to do it : http://maven.apache.org/guides/mini/guide-ibiblio-upload.html Thanks Damien |
From: Franck A. <Fra...@re...> - 2007-05-30 11:55:50
|
Doug, I do my test manually in command line before integration in cruise control. Project root is used. Franck = -----Original Message----- From: Doug Culnane [mailto:do...@cu...] = Sent: 30 May 2007 13:47 To: Franck Amiot Cc: sta...@li... Subject: RE: stat scm - info Hi Franck, This is clearly a bug... The file target/generated-site/xdoc/statscm/jtreemap-1.1.0.jar is not there. This file should be there when StatSCM has finished. I am not sure why RepoMapPageMaker is trying to copy it and at what stage. This is StatSVN logic with I wrap around, without understanding too much. Is there something stranage about your BaseDir?. Is Maven executed from the project root or is CruiseControl doing something clever. Try this: Log in to your Soloris server. cd to the checked out project folder in CruiseControl . mvn site Does this work from the command line? All the best, Doug > Hi Doug, > > I use now following syntax in my pom.xml: > <pluginRepositories> > <pluginRepository> > <id>stat-scm-sourceforge</id> > <url>http://stat-scm.sourceforge.net/maven2</url> > </pluginRepository> > </pluginRepositories> > > ... > > <plugin> > <groupId>net.sf</groupId> > <artifactId>stat-scm</artifactId> > <version>1.0.0</version> > </plugin> > > After a mvn install I can find in .m2/repository/jtreemap-site-1.1.0 > following files: > LICENSE.txt > docs/ > jtreemap-1.1.0-bundle.jar > jtreemap-1.1.0.jar > net.sf.jtreemap.ktreemap-1.1.0-bundle.jar > net.sf.jtreemap.ktreemap-1.1.0.jar > > But mvn site always generates the same error, I've cleanup, updated, ... > My svn repository ... > It doesn't change anything? > > I've tried on my windows machine svn log is too big, on my solaris = > server jtreemap error occurs. > Any idea? > Thanks and regards > > Franck > > > > -----Original Message----- > From: Doug Culnane [mailto:do...@cu...] > Sent: 25 May 2007 15:58 > To: Franck Amiot > Cc: Doug Culnane; sta...@li... > Subject: RE: stat scm - info > > This is not good. > > It looks like the file jtreemap-1.1.0.jar is missing. Are you using = > the latest and greatest version of StatSCM? verison 1.0.0? Are you = > using the latest from a source build? > > Thanks for the info, > > Doug > >> Doug, >> >> I've tested on a clean version and I've the same error. >> Regards >> >> Franck >> >> >> -----Original Message----- >> From: Doug Culnane [mailto:do...@cu...] >> Sent: 24 May 2007 17:41 >> To: Franck Amiot >> Cc: sta...@li... >> Subject: RE: stat scm - info >> >> Try a svn update to make sure the local working copy is in sync with = >> the log file. If this does not fix the problem please let me know. >> >> All the best, >> >> Doug >> >> >> >>> Hi doug, >>> >>> Sorry to bother you again, but I still have problem with stat-scm, = >>> when I launch mvn site I can that log seems ok and that the plugin = >>> is > >>> working and many svn diff are launched but at the end of the process >>> I've the following error. >>> Have you an idea of the problem? >>> Thanks in advance >>> >>> Regards >>> Franck >>> >>> May 24, 2007 2:05:49 PM net.sf.statsvn.util.JavaUtilTaskLogger info >>> INFO: Revision of >>> webaccess-calculation-bo-forex/src/main/java/com/reuters/webaccess/c >>> a l cu lation/bo/forex/do not overwrite PIVOT class does not match = >>> expected revision >>> java.io.FileNotFoundException: >>> /files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/ >>> j a va /target/generated-site/xdoc/statscm/jtreemap-1.1.0.jar (No = >>> such file or >>> directory) >>> at java.io.FileOutputStream.open(Native Method) >>> at java.io.FileOutputStream.<init>(FileOutputStream.java:179) >>> at java.io.FileOutputStream.<init>(FileOutputStream.java:131) >>> at net.sf.statcvs.util.FileUtils.copyFile(FileUtils.java:72) >>> at >>> net.sf.statsvn.output.RepoMapPageMaker.copyJar(RepoMapPageMaker.java: >>> 1 >>> 36 >>> ) >>> at >>> net.sf.statsvn.output.RepoMapPageMaker.buildXmlForJTreeMap(RepoMapPa >>> g >>> e >>> Ma >>> ker.java:107) >>> at >>> >> net.sf.statsvn.output.RepoMapPageMaker.toFile(RepoMapPageMaker.java:9 >> 1 >> ) >>> at > net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:297) >>> at > net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:230) >>> at > net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:155) >>> at >>> net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:125) >>> at >>> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMave >>> n >>> R >>> ep >>> ort.java:101) >>> at >>> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument( >>> R >>> e >>> po >>> rtDocumentRenderer.java:67) >>> at >>> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule >>> ( >>> D >>> ef >>> aultSiteRenderer.java:239) >>> at >>> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(Defau >>> l >>> t >>> Si >>> teRenderer.java:115) >>> at >>> > org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:124) >>> at >>> org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) >>> at >>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlug >>> i >>> n >>> Ma >>> nager.java:412) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Def >>> a >>> u >>> lt >>> LifecycleExecutor.java:534) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithL >>> i >>> f >>> ec >>> ycle(DefaultLifecycleExecutor.java:475) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defa >>> u >>> l >>> tL >>> ifecycleExecutor.java:454) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHa >>> n >>> d >>> le >>> Failures(DefaultLifecycleExecutor.java:306) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegme >>> n >>> t >>> s( >>> DefaultLifecycleExecutor.java:273) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultL >>> i >>> f >>> ec >>> ycleExecutor.java:140) >>> at >>> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) >>> at >> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) >>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) >>> at >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >>> j >>> av >>> a:39) >>> at >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce >>> s >>> s >>> or >>> Impl.java:25) >>> at java.lang.reflect.Method.invoke(Method.java:585) >>> at >>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >>> at > org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >>> at >>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) >>> at org.codehaus.classworlds.Launcher.main(Launcher.java:375) >>> May 24, 2007 2:06:01 PM net.sf.statcvs.charts.ChartImage write >>> INFO: writing chart 'Lines of Code and Churn Level' to = >>> locandchurn.png >> >>> May 24, 2007 2:06:01 PM net.sf.statcvs.charts.ChartImage write >>> WARNING: could not write chart 'locandchurn.png': >>> java.io.FileNotFoundException: >>> /files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/ >>> j a va /target/generated-site/xdoc/statscm/locandchurn.png (No such = >>> file or >>> directory) >>> May 24, 2007 2:06:01 PM net.sf.statcvs.output.DefaultCssHandler >>> createOutputFiles >>> INFO: Creating CSS file at >>> '/files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src >>> / j av a/target/generated-site/xdoc/statscm/statcvs.css' >>> [ERROR] Error generating Subversion Stats. >>> java.io.FileNotFoundException: >>> /files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/ >>> j a va /target/generated-site/xdoc/statscm/statcvs.css (No such file >>> or >>> directory) >>> at java.io.FileOutputStream.open(Native Method) >>> at java.io.FileOutputStream.<init>(FileOutputStream.java:179) >>> at java.io.FileOutputStream.<init>(FileOutputStream.java:131) >>> at net.sf.statcvs.util.FileUtils.copyFile(FileUtils.java:72) >>> at >>> net.sf.statcvs.output.DefaultCssHandler.createOutputFiles(DefaultCss >>> H >>> a >>> nd >>> ler.java:79) >>> at >>> > net.sf.statcvs.pages.ReportSuiteMaker.toFile(ReportSuiteMaker.java:66) >>> at > net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:300) >>> at > net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:230) >>> at > net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:155) >>> at >>> net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:125) >>> at >>> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMave >>> n >>> R >>> ep >>> ort.java:101) >>> at >>> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument( >>> R >>> e >>> po >>> rtDocumentRenderer.java:67) >>> at >>> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule >>> ( >>> D >>> ef >>> aultSiteRenderer.java:239) >>> at >>> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(Defau >>> l >>> t >>> Si >>> teRenderer.java:115) >>> at >>> > org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:124) >>> at >>> org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) >>> at >>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlug >>> i >>> n >>> Ma >>> nager.java:412) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Def >>> a >>> u >>> lt >>> LifecycleExecutor.java:534) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithL >>> i >>> f >>> ec >>> ycle(DefaultLifecycleExecutor.java:475) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defa >>> u >>> l >>> tL >>> ifecycleExecutor.java:454) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHa >>> n >>> d >>> le >>> Failures(DefaultLifecycleExecutor.java:306) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegme >>> n >>> t >>> s( >>> DefaultLifecycleExecutor.java:273) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultL >>> i >>> f >>> ec >>> ycleExecutor.java:140) >>> at >>> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) >>> at >> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) >>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) >>> at >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >>> j >>> av >>> a:39) >>> at >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce >>> s >>> s >>> or >>> Impl.java:25) >>> at java.lang.reflect.Method.invoke(Method.java:585) >>> at >>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >>> at > org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >>> at >>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) >>> at org.codehaus.classworlds.Launcher.main(Launcher.java:375) >>> [INFO] >>> -------------------------------------------------------------------- >>> - >>> - >>> -- >>> [ERROR] BUILD ERROR >>> [INFO] >>> -------------------------------------------------------------------- >>> - >>> - >>> -- >>> [INFO] Error during page generation >>> >>> >>> >>> -----Original Message----- >>> From: Doug Culnane [mailto:do...@cu...] >>> Sent: 20 April 2007 11:05 >>> To: Franck Amiot >>> Cc: sta...@li... >>> Subject: RE: stat scm - info >>> >>> Is it possible to run StatSCM on a smaller project in your = >>> environment >> >>> to see if it is the environment or the log file that is the problem? >>> >>> Can you do a: >>> >>> $ svn checkout https://svn.sourceforge.net/svnroot/stat-scm/trunk >>> stat-scm $ cd stat-scm $ mvn site >>> >>> This will tell us if there is an XML parser problem or other = >>> environment problem or if there is something about your projects log >>> file that StatSCM does not like. >>> >>> All the best, >>> >>> Doug >>> >>>> The doc is complete and it size is around 4700 KB I've succeded to = >>>> load in firefox, so well formed. >>>> >>>> If the size is the problem, have planned to fix it? >>>> Thanks and regards for your very quick answer. >>>> >>>> Franck >>>> >>>> >>>> -----Original Message----- >>>> From: Doug Culnane [mailto:do...@cu...] >>>> Sent: 20 April 2007 10:01 >>>> To: Franck Amiot >>>> Subject: Re: stat scm - info >>>> >>>> I think the clue is: >>>> "svn log: svn info: XML document structures must start and end = >>>> within >> >>>> the same entity." >>>> >>>> It looks like the log file is not complete, and only half > downloaded. >>>> How big is this log file? Is it complete? Maybe I have a problem = >>>> with >>> >>>> my code for large logs. >>>> >>>> Good luck, >>>> >>>> Doug >>>> >>>>> Hi Doug, >>>>> >>>>> I'm trying to use statscm maven plugin following recommendations = >>>>> found >>>> >>>>> on sourceforge site, unfortunately I've a fatal error avoiding to = >>>>> have >>>> >>>>> final report. >>>>> I've the following stack: >>>>> [INFO] StatSCM Generating Source Code Management Metrics. >>>>> [INFO] Configuring StatXXX >>>>> [INFO] SCM Connection Type :svn >>>>> [INFO] Output Directory >>>>> :C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc >>>>> \ >>>>> s >>>>> t >>>>> a >>>>> ts >>>>> cm\ >>>>> [INFO] scm log > >>>>> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\ >>>>> s >>>>> t >>>>> a >>>>> t >>>>> sc >>>>> m\scm.log >>>>> [INFO] >>>>> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\ >>>>> s >>>>> t >>>>> a >>>>> t >>>>> sc >>>>> m\scm.log EOF. >>>>> [INFO] scm log ...; exitValue: 0 >>>>> Apr 20, 2007 9:13:28 AM net.sf.statsvn.util.JavaUtilTaskLogger = >>>>> info >>>>> INFO: Parsing SVN log >>>>> 'C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc >>>>> \ >>>>> s >>>>> t >>>>> a >>>>> ts >>>>> cm\scm.log' exclude pattern 'null' >>>>> [ERROR] Error parsing Log file. >>>>> net.sf.statcvs.input.LogSyntaxException: svn log: svn info: XML = >>>>> document structures must start and end within the same entity. >>>>> at >>>>> >>>> >>> >> > net.sf.statsvn.input.SvnLogfileParser.parseSvnLog(SvnLogfileParser.java: >>>>> 565) >>>>> at >>>>> >>> net.sf.statsvn.input.SvnLogfileParser.parse(SvnLogfileParser.java:29 >>> 3 >>> ) >>>>> at >>> net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:265) >>>>> at >>> net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:227) >>>>> at >>> net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:155) >>>>> at >>>>> net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:125) >>>>> at >>>>> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMa >>>>> v >>>>> e >>>>> n >>>>> R >>>>> ep >>>>> ort.java:101) >>>>> at >>>>> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocumen >>>>> t >>>>> ( >>>>> R >>>>> e >>>>> po >>>>> rtDocumentRenderer.java:67) >>>>> at >>>>> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModu >>>>> l >>>>> e >>>>> ( >>>>> D >>>>> ef >>>>> aultSiteRenderer.java:239) >>>>> at >>>>> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(Def >>>>> a >>>>> u >>>>> l >>>>> t >>>>> Si >>>>> teRenderer.java:115) >>>>> at >>>>> >>> org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:12 >>> 4 >>> ) >>>>> at >>>>> org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) >>>>> at >>>>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPl >>>>> u >>>>> g >>>>> i >>>>> n >>>>> Ma >>>>> nager.java:412) >>>>> at >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(D >>>>> e >>>>> f >>>>> a >>>>> u >>>>> lt >>>>> LifecycleExecutor.java:534) >>>>> at >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWit >>>>> h >>>>> L >>>>> i >>>>> f >>>>> ec >>>>> ycle(DefaultLifecycleExecutor.java:475) >>>>> at >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(De >>>>> f >>>>> a >>>>> u >>>>> l >>>>> tL >>>>> ifecycleExecutor.java:454) >>>>> at >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAnd >>>>> H >>>>> a >>>>> n >>>>> d >>>>> le >>>>> Failures(DefaultLifecycleExecutor.java:306) >>>>> at >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSeg >>>>> m >>>>> e >>>>> n >>>>> t >>>>> s( >>>>> DefaultLifecycleExecutor.java:273) >>>>> at >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(Defaul >>>>> t >>>>> L >>>>> i >>>>> f >>>>> ec >>>>> ycleExecutor.java:140) >>>>> at >>>>> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) >>>>> at >>>> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) >>>>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) >>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >>> Method) >>>>> at >>>>> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >>>>> j >>>>> av >>>>> a:39) >>>>> at >>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAc >>>>> c >>>>> e >>>>> s >>>>> s >>>>> or >>>>> Impl.java:25) >>>>> at java.lang.reflect.Method.invoke(Method.java:585) >>>>> at >>>>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >>>>> at >>> org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >>>>> at >>>>> >> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) >>>>> at >>>>> org.codehaus.classworlds.Launcher.main(Launcher.java:375) >>>>> [INFO] >>>>> ------------------------------------------------------------------ >>>>> - >>>>> - >>>>> - >>>>> - >>>>> -- >>>>> [ERROR] BUILD ERROR >>>>> [INFO] >>>>> ------------------------------------------------------------------ >>>>> - >>>>> - >>>>> - >>>>> - >>>>> -- >>>>> [INFO] Error during page generation >>>>> >>>>> Embedded error: Error rendering Maven report: svn log: svn info: >>>>> XML >> >>>>> document structures must start and end within the same entity. >>>>> [INFO] >>>>> ------------------------------------------------------------------ >>>>> - >>>>> - >>>>> - >>>>> - >>>>> -- [INFO] For more information, run Maven with the -e switch = >>>>> [INFO] >>>>> ------------------------------------------------------------------ >>>>> - >>>>> - >>>>> - >>>>> - >>>>> -- [INFO] Total time: 6 minutes 58 seconds [INFO] Finished at: Fri >>>>> Apr >>>> >>>>> 20 09:14:19 CEST 2007 [INFO] Final Memory: 27M/49M [INFO] >>>>> ------------------------------------------------------------------ >>>>> - >>>>> - >>>>> - >>>>> - >>>>> -- >>>>> >>>>> I'm using maven 2.0.4 on windows xp sp2, jdk 1.5.0_07 I've = >>>>> installed >> >>>>> svn 1.4.3 and check that the log file = >>>>> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\ >>>>> s >>>>> t >>>>> a >>>>> t >>>>> sc >>>>> m\scm.log is a correct xml file. >>>>> Unfortunately, I can't find nothing on mailing list. >>>>> Have you an idea of the problem? >>>>> Any help will be appreciated. >>>>> Sorry to bother you with my question. >>>>> >>>>> Thanks in advance >>>>> Regards >>>>> >>>>> Franck >>>>> >>>>> >>>>> >>>>> >>>>> This email was sent to you by Reuters, the global news and = >>>>> information >>>> >>>>> company. >>>>> To find out more about Reuters visit www.about.reuters.com >>>>> >>>>> Any views expressed in this message are those of the individual = >>>>> sender, except where the sender specifically states them to be the >>>>> views of Reuters Limited. >>>>> >>>>> Reuters Limited is part of the Reuters Group of companies, of = >>>>> which > >>>>> Reuters Group PLC is the ultimate parent company. >>>>> Reuters Group PLC - Registered office address: The Reuters = >>>>> Building, >> >>>>> South Colonnade, Canary Wharf, London E14 5EP, United Kingdom = >>>>> Registered No: 3296375 Registered in England and Wales >>>>> >>>>> >>>> >>>> >>>> >>>> >>>> This email was sent to you by Reuters, the global news and = >>>> information >>> >>>> company. >>>> To find out more about Reuters visit www.about.reuters.com >>>> >>>> Any views expressed in this message are those of the individual = >>>> sender, except where the sender specifically states them to be the = >>>> views of Reuters Limited. >>>> >>>> Reuters Limited is part of the Reuters Group of companies, of which >>>> Reuters Group PLC is the ultimate parent company. >>>> Reuters Group PLC - Registered office address: The Reuters = >>>> Building, > >>>> South Colonnade, Canary Wharf, London E14 5EP, United Kingdom = >>>> Registered No: 3296375 Registered in England and Wales >>>> >>>> >>>> >>> >>> >>> >>> >>> This email was sent to you by Reuters, the global news and = >>> information >> >>> company. >>> To find out more about Reuters visit www.about.reuters.com >>> >>> Any views expressed in this message are those of the individual = >>> sender, except where the sender specifically states them to be the = >>> views of Reuters Limited. >>> >>> Reuters Limited is part of the Reuters Group of companies, of which = >>> Reuters Group PLC is the ultimate parent company. >>> Reuters Group PLC - Registered office address: The Reuters Building, >>> South Colonnade, Canary Wharf, London E14 5EP, United Kingdom = >>> Registered No: 3296375 Registered in England and Wales >>> >>> >>> >> >> >> >> >> This email was sent to you by Reuters, the global news and = >> information > >> company. >> To find out more about Reuters visit www.about.reuters.com >> >> Any views expressed in this message are those of the individual = >> sender, except where the sender specifically states them to be the = >> views of Reuters Limited. >> >> Reuters Limited is part of the Reuters Group of companies, of which = >> Reuters Group PLC is the ultimate parent company. >> Reuters Group PLC - Registered office address: The Reuters Building, = >> South Colonnade, Canary Wharf, London E14 5EP, United Kingdom = >> Registered No: 3296375 Registered in England and Wales >> >> >> > > > > > This email was sent to you by Reuters, the global news and information > company. > To find out more about Reuters visit www.about.reuters.com > > Any views expressed in this message are those of the individual = > sender, except where the sender specifically states them to be the = > views of Reuters Limited. > > Reuters Limited is part of the Reuters Group of companies, of which = > Reuters Group PLC is the ultimate parent company. > Reuters Group PLC - Registered office address: The Reuters Building, = > South Colonnade, Canary Wharf, London E14 5EP, United Kingdom = > Registered No: 3296375 Registered in England and Wales > > > This email was sent to you by Reuters, the global news and information comp= any. = To find out more about Reuters visit www.about.reuters.com Any views expressed in this message are those of the individual sender, = except where the sender specifically states them to be the views of Reuters= Limited. Reuters Limited is part of the Reuters Group of companies, of which Reuters= Group PLC is the ultimate parent company. Reuters Group PLC - Registered office address: The Reuters Building, South = Colonnade, Canary Wharf, London E14 5EP, United Kingdom Registered No: 3296375 Registered in England and Wales |
From: Doug C. <do...@cu...> - 2007-05-30 11:47:59
|
Hi Franck, This is clearly a bug... The file target/generated-site/xdoc/statscm/jtreemap-1.1.0.jar is not there. This file should be there when StatSCM has finished. I am not sure why RepoMapPageMaker is trying to copy it and at what stage. This is StatSVN logic with I wrap around, without understanding too much. Is there something stranage about your BaseDir?. Is Maven executed from the project root or is CruiseControl doing something clever. Try this: Log in to your Soloris server. cd to the checked out project folder in CruiseControl . mvn site Does this work from the command line? All the best, Doug > Hi Doug, > > I use now following syntax in my pom.xml: > <pluginRepositories> > <pluginRepository> > <id>stat-scm-sourceforge</id> > <url>http://stat-scm.sourceforge.net/maven2</url> > </pluginRepository> > </pluginRepositories> > > ... > > <plugin> > <groupId>net.sf</groupId> > <artifactId>stat-scm</artifactId> > <version>1.0.0</version> > </plugin> > > After a mvn install I can find in .m2/repository/jtreemap-site-1.1.0 > following files: > LICENSE.txt > docs/ > jtreemap-1.1.0-bundle.jar > jtreemap-1.1.0.jar > net.sf.jtreemap.ktreemap-1.1.0-bundle.jar > net.sf.jtreemap.ktreemap-1.1.0.jar > > But mvn site always generates the same error, I've cleanup, updated, ... > My svn repository ... > It doesn't change anything? > > I've tried on my windows machine svn log is too big, on my solaris > server jtreemap error occurs. > Any idea? > Thanks and regards > > Franck > > > > -----Original Message----- > From: Doug Culnane [mailto:do...@cu...] > Sent: 25 May 2007 15:58 > To: Franck Amiot > Cc: Doug Culnane; sta...@li... > Subject: RE: stat scm - info > > This is not good. > > It looks like the file jtreemap-1.1.0.jar is missing. Are you using the > latest and greatest version of StatSCM? verison 1.0.0? Are you using > the latest from a source build? > > Thanks for the info, > > Doug > >> Doug, >> >> I've tested on a clean version and I've the same error. >> Regards >> >> Franck >> >> >> -----Original Message----- >> From: Doug Culnane [mailto:do...@cu...] >> Sent: 24 May 2007 17:41 >> To: Franck Amiot >> Cc: sta...@li... >> Subject: RE: stat scm - info >> >> Try a svn update to make sure the local working copy is in sync with >> the log file. If this does not fix the problem please let me know. >> >> All the best, >> >> Doug >> >> >> >>> Hi doug, >>> >>> Sorry to bother you again, but I still have problem with stat-scm, >>> when I launch mvn site I can that log seems ok and that the plugin is > >>> working and many svn diff are launched but at the end of the process >>> I've the following error. >>> Have you an idea of the problem? >>> Thanks in advance >>> >>> Regards >>> Franck >>> >>> May 24, 2007 2:05:49 PM net.sf.statsvn.util.JavaUtilTaskLogger info >>> INFO: Revision of >>> webaccess-calculation-bo-forex/src/main/java/com/reuters/webaccess/ca >>> l cu lation/bo/forex/do not overwrite PIVOT class does not match >>> expected revision >>> java.io.FileNotFoundException: >>> /files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/j >>> a va /target/generated-site/xdoc/statscm/jtreemap-1.1.0.jar (No such >>> file or >>> directory) >>> at java.io.FileOutputStream.open(Native Method) >>> at java.io.FileOutputStream.<init>(FileOutputStream.java:179) >>> at java.io.FileOutputStream.<init>(FileOutputStream.java:131) >>> at net.sf.statcvs.util.FileUtils.copyFile(FileUtils.java:72) >>> at >>> net.sf.statsvn.output.RepoMapPageMaker.copyJar(RepoMapPageMaker.java: >>> 1 >>> 36 >>> ) >>> at >>> net.sf.statsvn.output.RepoMapPageMaker.buildXmlForJTreeMap(RepoMapPag >>> e >>> Ma >>> ker.java:107) >>> at >>> >> net.sf.statsvn.output.RepoMapPageMaker.toFile(RepoMapPageMaker.java:91 >> ) >>> at > net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:297) >>> at > net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:230) >>> at > net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:155) >>> at >>> net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:125) >>> at >>> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMaven >>> R >>> ep >>> ort.java:101) >>> at >>> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(R >>> e >>> po >>> rtDocumentRenderer.java:67) >>> at >>> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule( >>> D >>> ef >>> aultSiteRenderer.java:239) >>> at >>> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(Defaul >>> t >>> Si >>> teRenderer.java:115) >>> at >>> > org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:124) >>> at >>> org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) >>> at >>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi >>> n >>> Ma >>> nager.java:412) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa >>> u >>> lt >>> LifecycleExecutor.java:534) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi >>> f >>> ec >>> ycle(DefaultLifecycleExecutor.java:475) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau >>> l >>> tL >>> ifecycleExecutor.java:454) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan >>> d >>> le >>> Failures(DefaultLifecycleExecutor.java:306) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen >>> t >>> s( >>> DefaultLifecycleExecutor.java:273) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi >>> f >>> ec >>> ycleExecutor.java:140) >>> at >>> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) >>> at >> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) >>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) >>> at >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >>> j >>> av >>> a:39) >>> at >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >>> s >>> or >>> Impl.java:25) >>> at java.lang.reflect.Method.invoke(Method.java:585) >>> at >>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >>> at > org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >>> at >>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) >>> at org.codehaus.classworlds.Launcher.main(Launcher.java:375) >>> May 24, 2007 2:06:01 PM net.sf.statcvs.charts.ChartImage write >>> INFO: writing chart 'Lines of Code and Churn Level' to >>> locandchurn.png >> >>> May 24, 2007 2:06:01 PM net.sf.statcvs.charts.ChartImage write >>> WARNING: could not write chart 'locandchurn.png': >>> java.io.FileNotFoundException: >>> /files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/j >>> a va /target/generated-site/xdoc/statscm/locandchurn.png (No such >>> file or >>> directory) >>> May 24, 2007 2:06:01 PM net.sf.statcvs.output.DefaultCssHandler >>> createOutputFiles >>> INFO: Creating CSS file at >>> '/files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/ >>> j av a/target/generated-site/xdoc/statscm/statcvs.css' >>> [ERROR] Error generating Subversion Stats. >>> java.io.FileNotFoundException: >>> /files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/j >>> a va /target/generated-site/xdoc/statscm/statcvs.css (No such file or >>> directory) >>> at java.io.FileOutputStream.open(Native Method) >>> at java.io.FileOutputStream.<init>(FileOutputStream.java:179) >>> at java.io.FileOutputStream.<init>(FileOutputStream.java:131) >>> at net.sf.statcvs.util.FileUtils.copyFile(FileUtils.java:72) >>> at >>> net.sf.statcvs.output.DefaultCssHandler.createOutputFiles(DefaultCssH >>> a >>> nd >>> ler.java:79) >>> at >>> > net.sf.statcvs.pages.ReportSuiteMaker.toFile(ReportSuiteMaker.java:66) >>> at > net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:300) >>> at > net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:230) >>> at > net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:155) >>> at >>> net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:125) >>> at >>> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMaven >>> R >>> ep >>> ort.java:101) >>> at >>> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(R >>> e >>> po >>> rtDocumentRenderer.java:67) >>> at >>> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule( >>> D >>> ef >>> aultSiteRenderer.java:239) >>> at >>> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(Defaul >>> t >>> Si >>> teRenderer.java:115) >>> at >>> > org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:124) >>> at >>> org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) >>> at >>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi >>> n >>> Ma >>> nager.java:412) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa >>> u >>> lt >>> LifecycleExecutor.java:534) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi >>> f >>> ec >>> ycle(DefaultLifecycleExecutor.java:475) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau >>> l >>> tL >>> ifecycleExecutor.java:454) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan >>> d >>> le >>> Failures(DefaultLifecycleExecutor.java:306) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen >>> t >>> s( >>> DefaultLifecycleExecutor.java:273) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi >>> f >>> ec >>> ycleExecutor.java:140) >>> at >>> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) >>> at >> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) >>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) >>> at >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >>> j >>> av >>> a:39) >>> at >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >>> s >>> or >>> Impl.java:25) >>> at java.lang.reflect.Method.invoke(Method.java:585) >>> at >>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >>> at > org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >>> at >>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) >>> at org.codehaus.classworlds.Launcher.main(Launcher.java:375) >>> [INFO] >>> --------------------------------------------------------------------- >>> - >>> -- >>> [ERROR] BUILD ERROR >>> [INFO] >>> --------------------------------------------------------------------- >>> - >>> -- >>> [INFO] Error during page generation >>> >>> >>> >>> -----Original Message----- >>> From: Doug Culnane [mailto:do...@cu...] >>> Sent: 20 April 2007 11:05 >>> To: Franck Amiot >>> Cc: sta...@li... >>> Subject: RE: stat scm - info >>> >>> Is it possible to run StatSCM on a smaller project in your >>> environment >> >>> to see if it is the environment or the log file that is the problem? >>> >>> Can you do a: >>> >>> $ svn checkout https://svn.sourceforge.net/svnroot/stat-scm/trunk >>> stat-scm $ cd stat-scm $ mvn site >>> >>> This will tell us if there is an XML parser problem or other >>> environment problem or if there is something about your projects log >>> file that StatSCM does not like. >>> >>> All the best, >>> >>> Doug >>> >>>> The doc is complete and it size is around 4700 KB I've succeded to >>>> load in firefox, so well formed. >>>> >>>> If the size is the problem, have planned to fix it? >>>> Thanks and regards for your very quick answer. >>>> >>>> Franck >>>> >>>> >>>> -----Original Message----- >>>> From: Doug Culnane [mailto:do...@cu...] >>>> Sent: 20 April 2007 10:01 >>>> To: Franck Amiot >>>> Subject: Re: stat scm - info >>>> >>>> I think the clue is: >>>> "svn log: svn info: XML document structures must start and end >>>> within >> >>>> the same entity." >>>> >>>> It looks like the log file is not complete, and only half > downloaded. >>>> How big is this log file? Is it complete? Maybe I have a problem >>>> with >>> >>>> my code for large logs. >>>> >>>> Good luck, >>>> >>>> Doug >>>> >>>>> Hi Doug, >>>>> >>>>> I'm trying to use statscm maven plugin following recommendations >>>>> found >>>> >>>>> on sourceforge site, unfortunately I've a fatal error avoiding to >>>>> have >>>> >>>>> final report. >>>>> I've the following stack: >>>>> [INFO] StatSCM Generating Source Code Management Metrics. >>>>> [INFO] Configuring StatXXX >>>>> [INFO] SCM Connection Type :svn >>>>> [INFO] Output Directory >>>>> :C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\ >>>>> s >>>>> t >>>>> a >>>>> ts >>>>> cm\ >>>>> [INFO] scm log > >>>>> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\s >>>>> t >>>>> a >>>>> t >>>>> sc >>>>> m\scm.log >>>>> [INFO] >>>>> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\s >>>>> t >>>>> a >>>>> t >>>>> sc >>>>> m\scm.log EOF. >>>>> [INFO] scm log ...; exitValue: 0 >>>>> Apr 20, 2007 9:13:28 AM net.sf.statsvn.util.JavaUtilTaskLogger info >>>>> INFO: Parsing SVN log >>>>> 'C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\ >>>>> s >>>>> t >>>>> a >>>>> ts >>>>> cm\scm.log' exclude pattern 'null' >>>>> [ERROR] Error parsing Log file. >>>>> net.sf.statcvs.input.LogSyntaxException: svn log: svn info: XML >>>>> document structures must start and end within the same entity. >>>>> at >>>>> >>>> >>> >> > net.sf.statsvn.input.SvnLogfileParser.parseSvnLog(SvnLogfileParser.java: >>>>> 565) >>>>> at >>>>> >>> net.sf.statsvn.input.SvnLogfileParser.parse(SvnLogfileParser.java:293 >>> ) >>>>> at >>> net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:265) >>>>> at >>> net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:227) >>>>> at >>> net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:155) >>>>> at >>>>> net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:125) >>>>> at >>>>> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMav >>>>> e >>>>> n >>>>> R >>>>> ep >>>>> ort.java:101) >>>>> at >>>>> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument >>>>> ( >>>>> R >>>>> e >>>>> po >>>>> rtDocumentRenderer.java:67) >>>>> at >>>>> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModul >>>>> e >>>>> ( >>>>> D >>>>> ef >>>>> aultSiteRenderer.java:239) >>>>> at >>>>> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(Defa >>>>> u >>>>> l >>>>> t >>>>> Si >>>>> teRenderer.java:115) >>>>> at >>>>> >>> org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:124 >>> ) >>>>> at >>>>> org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) >>>>> at >>>>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlu >>>>> g >>>>> i >>>>> n >>>>> Ma >>>>> nager.java:412) >>>>> at >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(De >>>>> f >>>>> a >>>>> u >>>>> lt >>>>> LifecycleExecutor.java:534) >>>>> at >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWith >>>>> L >>>>> i >>>>> f >>>>> ec >>>>> ycle(DefaultLifecycleExecutor.java:475) >>>>> at >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Def >>>>> a >>>>> u >>>>> l >>>>> tL >>>>> ifecycleExecutor.java:454) >>>>> at >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndH >>>>> a >>>>> n >>>>> d >>>>> le >>>>> Failures(DefaultLifecycleExecutor.java:306) >>>>> at >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegm >>>>> e >>>>> n >>>>> t >>>>> s( >>>>> DefaultLifecycleExecutor.java:273) >>>>> at >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(Default >>>>> L >>>>> i >>>>> f >>>>> ec >>>>> ycleExecutor.java:140) >>>>> at >>>>> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) >>>>> at >>>> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) >>>>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) >>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >>> Method) >>>>> at >>>>> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >>>>> j >>>>> av >>>>> a:39) >>>>> at >>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcc >>>>> e >>>>> s >>>>> s >>>>> or >>>>> Impl.java:25) >>>>> at java.lang.reflect.Method.invoke(Method.java:585) >>>>> at >>>>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >>>>> at >>> org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >>>>> at >>>>> >> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) >>>>> at >>>>> org.codehaus.classworlds.Launcher.main(Launcher.java:375) >>>>> [INFO] >>>>> ------------------------------------------------------------------- >>>>> - >>>>> - >>>>> - >>>>> -- >>>>> [ERROR] BUILD ERROR >>>>> [INFO] >>>>> ------------------------------------------------------------------- >>>>> - >>>>> - >>>>> - >>>>> -- >>>>> [INFO] Error during page generation >>>>> >>>>> Embedded error: Error rendering Maven report: svn log: svn info: >>>>> XML >> >>>>> document structures must start and end within the same entity. >>>>> [INFO] >>>>> ------------------------------------------------------------------- >>>>> - >>>>> - >>>>> - >>>>> -- [INFO] For more information, run Maven with the -e switch [INFO] >>>>> ------------------------------------------------------------------- >>>>> - >>>>> - >>>>> - >>>>> -- [INFO] Total time: 6 minutes 58 seconds [INFO] Finished at: Fri >>>>> Apr >>>> >>>>> 20 09:14:19 CEST 2007 [INFO] Final Memory: 27M/49M [INFO] >>>>> ------------------------------------------------------------------- >>>>> - >>>>> - >>>>> - >>>>> -- >>>>> >>>>> I'm using maven 2.0.4 on windows xp sp2, jdk 1.5.0_07 I've >>>>> installed >> >>>>> svn 1.4.3 and check that the log file >>>>> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\s >>>>> t >>>>> a >>>>> t >>>>> sc >>>>> m\scm.log is a correct xml file. >>>>> Unfortunately, I can't find nothing on mailing list. >>>>> Have you an idea of the problem? >>>>> Any help will be appreciated. >>>>> Sorry to bother you with my question. >>>>> >>>>> Thanks in advance >>>>> Regards >>>>> >>>>> Franck >>>>> >>>>> >>>>> >>>>> >>>>> This email was sent to you by Reuters, the global news and >>>>> information >>>> >>>>> company. >>>>> To find out more about Reuters visit www.about.reuters.com >>>>> >>>>> Any views expressed in this message are those of the individual >>>>> sender, except where the sender specifically states them to be the >>>>> views of Reuters Limited. >>>>> >>>>> Reuters Limited is part of the Reuters Group of companies, of which > >>>>> Reuters Group PLC is the ultimate parent company. >>>>> Reuters Group PLC - Registered office address: The Reuters >>>>> Building, >> >>>>> South Colonnade, Canary Wharf, London E14 5EP, United Kingdom >>>>> Registered No: 3296375 Registered in England and Wales >>>>> >>>>> >>>> >>>> >>>> >>>> >>>> This email was sent to you by Reuters, the global news and >>>> information >>> >>>> company. >>>> To find out more about Reuters visit www.about.reuters.com >>>> >>>> Any views expressed in this message are those of the individual >>>> sender, except where the sender specifically states them to be the >>>> views of Reuters Limited. >>>> >>>> Reuters Limited is part of the Reuters Group of companies, of which >>>> Reuters Group PLC is the ultimate parent company. >>>> Reuters Group PLC - Registered office address: The Reuters Building, > >>>> South Colonnade, Canary Wharf, London E14 5EP, United Kingdom >>>> Registered No: 3296375 Registered in England and Wales >>>> >>>> >>>> >>> >>> >>> >>> >>> This email was sent to you by Reuters, the global news and >>> information >> >>> company. >>> To find out more about Reuters visit www.about.reuters.com >>> >>> Any views expressed in this message are those of the individual >>> sender, except where the sender specifically states them to be the >>> views of Reuters Limited. >>> >>> Reuters Limited is part of the Reuters Group of companies, of which >>> Reuters Group PLC is the ultimate parent company. >>> Reuters Group PLC - Registered office address: The Reuters Building, >>> South Colonnade, Canary Wharf, London E14 5EP, United Kingdom >>> Registered No: 3296375 Registered in England and Wales >>> >>> >>> >> >> >> >> >> This email was sent to you by Reuters, the global news and information > >> company. >> To find out more about Reuters visit www.about.reuters.com >> >> Any views expressed in this message are those of the individual >> sender, except where the sender specifically states them to be the >> views of Reuters Limited. >> >> Reuters Limited is part of the Reuters Group of companies, of which >> Reuters Group PLC is the ultimate parent company. >> Reuters Group PLC - Registered office address: The Reuters Building, >> South Colonnade, Canary Wharf, London E14 5EP, United Kingdom >> Registered No: 3296375 Registered in England and Wales >> >> >> > > > > > This email was sent to you by Reuters, the global news and information > company. > To find out more about Reuters visit www.about.reuters.com > > Any views expressed in this message are those of the individual sender, > except where the sender specifically states them to be the views of > Reuters Limited. > > Reuters Limited is part of the Reuters Group of companies, of which > Reuters Group PLC is the ultimate parent company. > Reuters Group PLC - Registered office address: The Reuters Building, South > Colonnade, Canary Wharf, London E14 5EP, United Kingdom > Registered No: 3296375 > Registered in England and Wales > > > |
From: Franck A. <Fra...@re...> - 2007-05-30 06:21:19
|
Hi Doug, I use now following syntax in my pom.xml: <pluginRepositories> <pluginRepository> <id>stat-scm-sourceforge</id> <url>http://stat-scm.sourceforge.net/maven2</url> </pluginRepository> </pluginRepositories> ... <plugin> <groupId>net.sf</groupId> <artifactId>stat-scm</artifactId> <version>1.0.0</version> </plugin> After a mvn install I can find in .m2/repository/jtreemap-site-1.1.0 following files: LICENSE.txt docs/ jtreemap-1.1.0-bundle.jar jtreemap-1.1.0.jar net.sf.jtreemap.ktreemap-1.1.0-bundle.jar net.sf.jtreemap.ktreemap-1.1.0.jar But mvn site always generates the same error, I've cleanup, updated, ... My svn repository ... It doesn't change anything? I've tried on my windows machine svn log is too big, on my solaris server jtreemap error occurs. Any idea? Thanks and regards Franck = -----Original Message----- From: Doug Culnane [mailto:do...@cu...] = Sent: 25 May 2007 15:58 To: Franck Amiot Cc: Doug Culnane; sta...@li... Subject: RE: stat scm - info This is not good. It looks like the file jtreemap-1.1.0.jar is missing. Are you using the latest and greatest version of StatSCM? verison 1.0.0? Are you using the latest from a source build? Thanks for the info, Doug > Doug, > > I've tested on a clean version and I've the same error. > Regards > > Franck > > > -----Original Message----- > From: Doug Culnane [mailto:do...@cu...] > Sent: 24 May 2007 17:41 > To: Franck Amiot > Cc: sta...@li... > Subject: RE: stat scm - info > > Try a svn update to make sure the local working copy is in sync with = > the log file. If this does not fix the problem please let me know. > > All the best, > > Doug > > > >> Hi doug, >> >> Sorry to bother you again, but I still have problem with stat-scm, = >> when I launch mvn site I can that log seems ok and that the plugin is >> working and many svn diff are launched but at the end of the process = >> I've the following error. >> Have you an idea of the problem? >> Thanks in advance >> >> Regards >> Franck >> >> May 24, 2007 2:05:49 PM net.sf.statsvn.util.JavaUtilTaskLogger info >> INFO: Revision of >> webaccess-calculation-bo-forex/src/main/java/com/reuters/webaccess/ca >> l cu lation/bo/forex/do not overwrite PIVOT class does not match = >> expected revision >> java.io.FileNotFoundException: >> /files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/j >> a va /target/generated-site/xdoc/statscm/jtreemap-1.1.0.jar (No such = >> file or >> directory) >> at java.io.FileOutputStream.open(Native Method) >> at java.io.FileOutputStream.<init>(FileOutputStream.java:179) >> at java.io.FileOutputStream.<init>(FileOutputStream.java:131) >> at net.sf.statcvs.util.FileUtils.copyFile(FileUtils.java:72) >> at >> net.sf.statsvn.output.RepoMapPageMaker.copyJar(RepoMapPageMaker.java: >> 1 >> 36 >> ) >> at >> net.sf.statsvn.output.RepoMapPageMaker.buildXmlForJTreeMap(RepoMapPag >> e >> Ma >> ker.java:107) >> at >> > net.sf.statsvn.output.RepoMapPageMaker.toFile(RepoMapPageMaker.java:91 > ) >> at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:297) >> at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:230) >> at net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:155) >> at >> net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:125) >> at >> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMaven >> R >> ep >> ort.java:101) >> at >> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(R >> e >> po >> rtDocumentRenderer.java:67) >> at >> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule( >> D >> ef >> aultSiteRenderer.java:239) >> at >> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(Defaul >> t >> Si >> teRenderer.java:115) >> at >> org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:124) >> at >> org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) >> at >> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi >> n >> Ma >> nager.java:412) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa >> u >> lt >> LifecycleExecutor.java:534) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi >> f >> ec >> ycle(DefaultLifecycleExecutor.java:475) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau >> l >> tL >> ifecycleExecutor.java:454) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan >> d >> le >> Failures(DefaultLifecycleExecutor.java:306) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen >> t >> s( >> DefaultLifecycleExecutor.java:273) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi >> f >> ec >> ycleExecutor.java:140) >> at >> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) >> at > org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) >> at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >> j >> av >> a:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >> s >> or >> Impl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at >> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >> at >> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) >> at org.codehaus.classworlds.Launcher.main(Launcher.java:375) >> May 24, 2007 2:06:01 PM net.sf.statcvs.charts.ChartImage write >> INFO: writing chart 'Lines of Code and Churn Level' to = >> locandchurn.png > >> May 24, 2007 2:06:01 PM net.sf.statcvs.charts.ChartImage write >> WARNING: could not write chart 'locandchurn.png': >> java.io.FileNotFoundException: >> /files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/j >> a va /target/generated-site/xdoc/statscm/locandchurn.png (No such = >> file or >> directory) >> May 24, 2007 2:06:01 PM net.sf.statcvs.output.DefaultCssHandler >> createOutputFiles >> INFO: Creating CSS file at >> '/files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/ >> j av a/target/generated-site/xdoc/statscm/statcvs.css' >> [ERROR] Error generating Subversion Stats. >> java.io.FileNotFoundException: >> /files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/j >> a va /target/generated-site/xdoc/statscm/statcvs.css (No such file or >> directory) >> at java.io.FileOutputStream.open(Native Method) >> at java.io.FileOutputStream.<init>(FileOutputStream.java:179) >> at java.io.FileOutputStream.<init>(FileOutputStream.java:131) >> at net.sf.statcvs.util.FileUtils.copyFile(FileUtils.java:72) >> at >> net.sf.statcvs.output.DefaultCssHandler.createOutputFiles(DefaultCssH >> a >> nd >> ler.java:79) >> at >> net.sf.statcvs.pages.ReportSuiteMaker.toFile(ReportSuiteMaker.java:66) >> at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:300) >> at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:230) >> at net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:155) >> at >> net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:125) >> at >> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMaven >> R >> ep >> ort.java:101) >> at >> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(R >> e >> po >> rtDocumentRenderer.java:67) >> at >> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule( >> D >> ef >> aultSiteRenderer.java:239) >> at >> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(Defaul >> t >> Si >> teRenderer.java:115) >> at >> org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:124) >> at >> org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) >> at >> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi >> n >> Ma >> nager.java:412) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa >> u >> lt >> LifecycleExecutor.java:534) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi >> f >> ec >> ycle(DefaultLifecycleExecutor.java:475) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau >> l >> tL >> ifecycleExecutor.java:454) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan >> d >> le >> Failures(DefaultLifecycleExecutor.java:306) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen >> t >> s( >> DefaultLifecycleExecutor.java:273) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi >> f >> ec >> ycleExecutor.java:140) >> at >> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) >> at > org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) >> at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >> j >> av >> a:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >> s >> or >> Impl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at >> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >> at >> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) >> at org.codehaus.classworlds.Launcher.main(Launcher.java:375) >> [INFO] >> --------------------------------------------------------------------- >> - >> -- >> [ERROR] BUILD ERROR >> [INFO] >> --------------------------------------------------------------------- >> - >> -- >> [INFO] Error during page generation >> >> >> >> -----Original Message----- >> From: Doug Culnane [mailto:do...@cu...] >> Sent: 20 April 2007 11:05 >> To: Franck Amiot >> Cc: sta...@li... >> Subject: RE: stat scm - info >> >> Is it possible to run StatSCM on a smaller project in your = >> environment > >> to see if it is the environment or the log file that is the problem? >> >> Can you do a: >> >> $ svn checkout https://svn.sourceforge.net/svnroot/stat-scm/trunk >> stat-scm $ cd stat-scm $ mvn site >> >> This will tell us if there is an XML parser problem or other = >> environment problem or if there is something about your projects log = >> file that StatSCM does not like. >> >> All the best, >> >> Doug >> >>> The doc is complete and it size is around 4700 KB I've succeded to = >>> load in firefox, so well formed. >>> >>> If the size is the problem, have planned to fix it? >>> Thanks and regards for your very quick answer. >>> >>> Franck >>> >>> >>> -----Original Message----- >>> From: Doug Culnane [mailto:do...@cu...] >>> Sent: 20 April 2007 10:01 >>> To: Franck Amiot >>> Subject: Re: stat scm - info >>> >>> I think the clue is: >>> "svn log: svn info: XML document structures must start and end = >>> within > >>> the same entity." >>> >>> It looks like the log file is not complete, and only half downloaded. >>> How big is this log file? Is it complete? Maybe I have a problem = >>> with >> >>> my code for large logs. >>> >>> Good luck, >>> >>> Doug >>> >>>> Hi Doug, >>>> >>>> I'm trying to use statscm maven plugin following recommendations = >>>> found >>> >>>> on sourceforge site, unfortunately I've a fatal error avoiding to = >>>> have >>> >>>> final report. >>>> I've the following stack: >>>> [INFO] StatSCM Generating Source Code Management Metrics. >>>> [INFO] Configuring StatXXX >>>> [INFO] SCM Connection Type :svn >>>> [INFO] Output Directory >>>> :C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\ >>>> s >>>> t >>>> a >>>> ts >>>> cm\ >>>> [INFO] scm log > >>>> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\s >>>> t >>>> a >>>> t >>>> sc >>>> m\scm.log >>>> [INFO] >>>> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\s >>>> t >>>> a >>>> t >>>> sc >>>> m\scm.log EOF. >>>> [INFO] scm log ...; exitValue: 0 >>>> Apr 20, 2007 9:13:28 AM net.sf.statsvn.util.JavaUtilTaskLogger info >>>> INFO: Parsing SVN log >>>> 'C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\ >>>> s >>>> t >>>> a >>>> ts >>>> cm\scm.log' exclude pattern 'null' >>>> [ERROR] Error parsing Log file. >>>> net.sf.statcvs.input.LogSyntaxException: svn log: svn info: XML = >>>> document structures must start and end within the same entity. >>>> at >>>> >>> >> > net.sf.statsvn.input.SvnLogfileParser.parseSvnLog(SvnLogfileParser.java: >>>> 565) >>>> at >>>> >> net.sf.statsvn.input.SvnLogfileParser.parse(SvnLogfileParser.java:293 >> ) >>>> at >> net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:265) >>>> at >> net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:227) >>>> at >> net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:155) >>>> at >>>> net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:125) >>>> at >>>> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMav >>>> e >>>> n >>>> R >>>> ep >>>> ort.java:101) >>>> at >>>> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument >>>> ( >>>> R >>>> e >>>> po >>>> rtDocumentRenderer.java:67) >>>> at >>>> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModul >>>> e >>>> ( >>>> D >>>> ef >>>> aultSiteRenderer.java:239) >>>> at >>>> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(Defa >>>> u >>>> l >>>> t >>>> Si >>>> teRenderer.java:115) >>>> at >>>> >> org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:124 >> ) >>>> at >>>> org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) >>>> at >>>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlu >>>> g >>>> i >>>> n >>>> Ma >>>> nager.java:412) >>>> at >>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(De >>>> f >>>> a >>>> u >>>> lt >>>> LifecycleExecutor.java:534) >>>> at >>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWith >>>> L >>>> i >>>> f >>>> ec >>>> ycle(DefaultLifecycleExecutor.java:475) >>>> at >>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Def >>>> a >>>> u >>>> l >>>> tL >>>> ifecycleExecutor.java:454) >>>> at >>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndH >>>> a >>>> n >>>> d >>>> le >>>> Failures(DefaultLifecycleExecutor.java:306) >>>> at >>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegm >>>> e >>>> n >>>> t >>>> s( >>>> DefaultLifecycleExecutor.java:273) >>>> at >>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(Default >>>> L >>>> i >>>> f >>>> ec >>>> ycleExecutor.java:140) >>>> at >>>> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) >>>> at >>> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) >>>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) >>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >> Method) >>>> at >>>> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >>>> j >>>> av >>>> a:39) >>>> at >>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcc >>>> e >>>> s >>>> s >>>> or >>>> Impl.java:25) >>>> at java.lang.reflect.Method.invoke(Method.java:585) >>>> at >>>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >>>> at >> org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >>>> at >>>> > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) >>>> at = >>>> org.codehaus.classworlds.Launcher.main(Launcher.java:375) >>>> [INFO] >>>> ------------------------------------------------------------------- >>>> - >>>> - >>>> - >>>> -- >>>> [ERROR] BUILD ERROR >>>> [INFO] >>>> ------------------------------------------------------------------- >>>> - >>>> - >>>> - >>>> -- >>>> [INFO] Error during page generation >>>> >>>> Embedded error: Error rendering Maven report: svn log: svn info: = >>>> XML > >>>> document structures must start and end within the same entity. >>>> [INFO] >>>> ------------------------------------------------------------------- >>>> - >>>> - >>>> - >>>> -- [INFO] For more information, run Maven with the -e switch [INFO] >>>> ------------------------------------------------------------------- >>>> - >>>> - >>>> - >>>> -- [INFO] Total time: 6 minutes 58 seconds [INFO] Finished at: Fri = >>>> Apr >>> >>>> 20 09:14:19 CEST 2007 [INFO] Final Memory: 27M/49M [INFO] >>>> ------------------------------------------------------------------- >>>> - >>>> - >>>> - >>>> -- >>>> >>>> I'm using maven 2.0.4 on windows xp sp2, jdk 1.5.0_07 I've = >>>> installed > >>>> svn 1.4.3 and check that the log file = >>>> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\s >>>> t >>>> a >>>> t >>>> sc >>>> m\scm.log is a correct xml file. >>>> Unfortunately, I can't find nothing on mailing list. >>>> Have you an idea of the problem? >>>> Any help will be appreciated. >>>> Sorry to bother you with my question. >>>> >>>> Thanks in advance >>>> Regards >>>> >>>> Franck >>>> >>>> >>>> >>>> >>>> This email was sent to you by Reuters, the global news and = >>>> information >>> >>>> company. >>>> To find out more about Reuters visit www.about.reuters.com >>>> >>>> Any views expressed in this message are those of the individual = >>>> sender, except where the sender specifically states them to be the = >>>> views of Reuters Limited. >>>> >>>> Reuters Limited is part of the Reuters Group of companies, of which >>>> Reuters Group PLC is the ultimate parent company. >>>> Reuters Group PLC - Registered office address: The Reuters = >>>> Building, > >>>> South Colonnade, Canary Wharf, London E14 5EP, United Kingdom = >>>> Registered No: 3296375 Registered in England and Wales >>>> >>>> >>> >>> >>> >>> >>> This email was sent to you by Reuters, the global news and = >>> information >> >>> company. >>> To find out more about Reuters visit www.about.reuters.com >>> >>> Any views expressed in this message are those of the individual = >>> sender, except where the sender specifically states them to be the = >>> views of Reuters Limited. >>> >>> Reuters Limited is part of the Reuters Group of companies, of which = >>> Reuters Group PLC is the ultimate parent company. >>> Reuters Group PLC - Registered office address: The Reuters Building, >>> South Colonnade, Canary Wharf, London E14 5EP, United Kingdom = >>> Registered No: 3296375 Registered in England and Wales >>> >>> >>> >> >> >> >> >> This email was sent to you by Reuters, the global news and = >> information > >> company. >> To find out more about Reuters visit www.about.reuters.com >> >> Any views expressed in this message are those of the individual = >> sender, except where the sender specifically states them to be the = >> views of Reuters Limited. >> >> Reuters Limited is part of the Reuters Group of companies, of which = >> Reuters Group PLC is the ultimate parent company. >> Reuters Group PLC - Registered office address: The Reuters Building, = >> South Colonnade, Canary Wharf, London E14 5EP, United Kingdom = >> Registered No: 3296375 Registered in England and Wales >> >> >> > > > > > This email was sent to you by Reuters, the global news and information > company. > To find out more about Reuters visit www.about.reuters.com > > Any views expressed in this message are those of the individual = > sender, except where the sender specifically states them to be the = > views of Reuters Limited. > > Reuters Limited is part of the Reuters Group of companies, of which = > Reuters Group PLC is the ultimate parent company. > Reuters Group PLC - Registered office address: The Reuters Building, = > South Colonnade, Canary Wharf, London E14 5EP, United Kingdom = > Registered No: 3296375 Registered in England and Wales > > > This email was sent to you by Reuters, the global news and information comp= any. = To find out more about Reuters visit www.about.reuters.com Any views expressed in this message are those of the individual sender, = except where the sender specifically states them to be the views of Reuters= Limited. Reuters Limited is part of the Reuters Group of companies, of which Reuters= Group PLC is the ultimate parent company. Reuters Group PLC - Registered office address: The Reuters Building, South = Colonnade, Canary Wharf, London E14 5EP, United Kingdom Registered No: 3296375 Registered in England and Wales |
From: ir. i. J. D. <jan...@gm...> - 2007-05-25 22:05:03
|
Our project (see http://code.google.com/p/beedraz/) is hosted at Google Code. The URL to be used by StatSCM is the url for anonymous access, no? That is <http://beedraz.googlecode.com/svn/trunk/parent-pom>. The developer URL uses SSL. It is <https://beedraz.googlecode.com/svn/ trunk/parent-pom>. This is so declared in the pom: <scm> <connection>scm:svn:http://beedraz.googlecode.com/svn/trunk/$ {beedraz.repositoryModule}</connection> <developerConnection>scm:svn:https://${user.name} @beedraz.googlecode.com/svn/trunk/${beedraz.repositoryModule}</ developerConnection> <url>http://beedraz.googlecode.com/svn/trunk/$ {beedraz.repositoryModule}/</url> </scm> (where ${beedraz.repositoryModule} == "parent-pom") I'm running on Mac OS X 10.4.9, with SVN 1.4.3 installed from http:// downloads.open.collab.net/binaries.html. This distro contains, as far as I know, SSL. The problem I'm having is that, when I do "mvn site", I get a request for a password: ... [INFO] Generate "StatSCM" report. [INFO] StatSCM Generating Source Code Management Metrics. [INFO] Configuring StatXXX [INFO] SCM Connection Type :svn [INFO] Output Directory :/Volumes/Users/jand/Documents/eclipse/ workspace/Beedraz-parent-pom/target/generated-site/xdoc/statscm/ [INFO] scm log > /Volumes/Users/jand/Documents/eclipse/workspace/ Beedraz-parent-pom/target/generated-site/xdoc/statscm/scm.log Password for 'jand': [WARNING] Authentication realm: <https:// beedraz.googlecode.com:443> Google Code Subversion Repository Obviously, <developerConnection> is used. On another computer, where we have an SVN without SSL, we do not get this request. So I presume <connection> is used. I can't give the password, because the user name is my gmail account name, which differs from my unix user name, so whatever I type, it is wrong. Obviously. everybody has a different account name, too. Now, whatever I do in the <developerConnection> URL, nothing works. I have remode ${user.name}@, I have filled out my gmail account name, I have added the password. StatSCM keeps asking the password for my unix account name. Duh? To replicate: $ svn checkout http://beedraz.googlecode.com/svn/trunk/parent-pom parent-pom $ cd parent-pom $ mvn site |
From: Franck A. <Fra...@re...> - 2007-05-25 14:08:34
|
1.0-20070404.092949-20 in my repository, I will test with 1.0.0 Keep you informed. Thanks Franck = -----Original Message----- From: Doug Culnane [mailto:do...@cu...] = Sent: 25 May 2007 15:58 To: Franck Amiot Cc: Doug Culnane; sta...@li... Subject: RE: stat scm - info This is not good. It looks like the file jtreemap-1.1.0.jar is missing. Are you using the latest and greatest version of StatSCM? verison 1.0.0? Are you using the latest from a source build? Thanks for the info, Doug > Doug, > > I've tested on a clean version and I've the same error. > Regards > > Franck > > > -----Original Message----- > From: Doug Culnane [mailto:do...@cu...] > Sent: 24 May 2007 17:41 > To: Franck Amiot > Cc: sta...@li... > Subject: RE: stat scm - info > > Try a svn update to make sure the local working copy is in sync with = > the log file. If this does not fix the problem please let me know. > > All the best, > > Doug > > > >> Hi doug, >> >> Sorry to bother you again, but I still have problem with stat-scm, = >> when I launch mvn site I can that log seems ok and that the plugin is >> working and many svn diff are launched but at the end of the process = >> I've the following error. >> Have you an idea of the problem? >> Thanks in advance >> >> Regards >> Franck >> >> May 24, 2007 2:05:49 PM net.sf.statsvn.util.JavaUtilTaskLogger info >> INFO: Revision of >> webaccess-calculation-bo-forex/src/main/java/com/reuters/webaccess/ca >> l cu lation/bo/forex/do not overwrite PIVOT class does not match = >> expected revision >> java.io.FileNotFoundException: >> /files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/j >> a va /target/generated-site/xdoc/statscm/jtreemap-1.1.0.jar (No such = >> file or >> directory) >> at java.io.FileOutputStream.open(Native Method) >> at java.io.FileOutputStream.<init>(FileOutputStream.java:179) >> at java.io.FileOutputStream.<init>(FileOutputStream.java:131) >> at net.sf.statcvs.util.FileUtils.copyFile(FileUtils.java:72) >> at >> net.sf.statsvn.output.RepoMapPageMaker.copyJar(RepoMapPageMaker.java: >> 1 >> 36 >> ) >> at >> net.sf.statsvn.output.RepoMapPageMaker.buildXmlForJTreeMap(RepoMapPag >> e >> Ma >> ker.java:107) >> at >> > net.sf.statsvn.output.RepoMapPageMaker.toFile(RepoMapPageMaker.java:91 > ) >> at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:297) >> at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:230) >> at net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:155) >> at >> net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:125) >> at >> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMaven >> R >> ep >> ort.java:101) >> at >> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(R >> e >> po >> rtDocumentRenderer.java:67) >> at >> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule( >> D >> ef >> aultSiteRenderer.java:239) >> at >> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(Defaul >> t >> Si >> teRenderer.java:115) >> at >> org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:124) >> at >> org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) >> at >> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi >> n >> Ma >> nager.java:412) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa >> u >> lt >> LifecycleExecutor.java:534) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi >> f >> ec >> ycle(DefaultLifecycleExecutor.java:475) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau >> l >> tL >> ifecycleExecutor.java:454) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan >> d >> le >> Failures(DefaultLifecycleExecutor.java:306) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen >> t >> s( >> DefaultLifecycleExecutor.java:273) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi >> f >> ec >> ycleExecutor.java:140) >> at >> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) >> at > org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) >> at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >> j >> av >> a:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >> s >> or >> Impl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at >> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >> at >> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) >> at org.codehaus.classworlds.Launcher.main(Launcher.java:37= 5) >> May 24, 2007 2:06:01 PM net.sf.statcvs.charts.ChartImage write >> INFO: writing chart 'Lines of Code and Churn Level' to = >> locandchurn.png > >> May 24, 2007 2:06:01 PM net.sf.statcvs.charts.ChartImage write >> WARNING: could not write chart 'locandchurn.png': >> java.io.FileNotFoundException: >> /files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/j >> a va /target/generated-site/xdoc/statscm/locandchurn.png (No such = >> file or >> directory) >> May 24, 2007 2:06:01 PM net.sf.statcvs.output.DefaultCssHandler >> createOutputFiles >> INFO: Creating CSS file at >> '/files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/ >> j av a/target/generated-site/xdoc/statscm/statcvs.css' >> [ERROR] Error generating Subversion Stats. >> java.io.FileNotFoundException: >> /files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/j >> a va /target/generated-site/xdoc/statscm/statcvs.css (No such file or >> directory) >> at java.io.FileOutputStream.open(Native Method) >> at java.io.FileOutputStream.<init>(FileOutputStream.java:179) >> at java.io.FileOutputStream.<init>(FileOutputStream.java:131) >> at net.sf.statcvs.util.FileUtils.copyFile(FileUtils.java:72) >> at >> net.sf.statcvs.output.DefaultCssHandler.createOutputFiles(DefaultCssH >> a >> nd >> ler.java:79) >> at >> net.sf.statcvs.pages.ReportSuiteMaker.toFile(ReportSuiteMaker.java:66) >> at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:300) >> at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:230) >> at net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:155) >> at >> net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:125) >> at >> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMaven >> R >> ep >> ort.java:101) >> at >> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(R >> e >> po >> rtDocumentRenderer.java:67) >> at >> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule( >> D >> ef >> aultSiteRenderer.java:239) >> at >> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(Defaul >> t >> Si >> teRenderer.java:115) >> at >> org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:124) >> at >> org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) >> at >> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi >> n >> Ma >> nager.java:412) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa >> u >> lt >> LifecycleExecutor.java:534) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi >> f >> ec >> ycle(DefaultLifecycleExecutor.java:475) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau >> l >> tL >> ifecycleExecutor.java:454) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan >> d >> le >> Failures(DefaultLifecycleExecutor.java:306) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen >> t >> s( >> DefaultLifecycleExecutor.java:273) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi >> f >> ec >> ycleExecutor.java:140) >> at >> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) >> at > org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) >> at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >> j >> av >> a:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >> s >> or >> Impl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at >> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >> at >> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) >> at org.codehaus.classworlds.Launcher.main(Launcher.java:375) >> [INFO] >> --------------------------------------------------------------------- >> - >> -- >> [ERROR] BUILD ERROR >> [INFO] >> --------------------------------------------------------------------- >> - >> -- >> [INFO] Error during page generation >> >> >> >> -----Original Message----- >> From: Doug Culnane [mailto:do...@cu...] >> Sent: 20 April 2007 11:05 >> To: Franck Amiot >> Cc: sta...@li... >> Subject: RE: stat scm - info >> >> Is it possible to run StatSCM on a smaller project in your = >> environment > >> to see if it is the environment or the log file that is the problem? >> >> Can you do a: >> >> $ svn checkout https://svn.sourceforge.net/svnroot/stat-scm/trunk >> stat-scm $ cd stat-scm $ mvn site >> >> This will tell us if there is an XML parser problem or other = >> environment problem or if there is something about your projects log = >> file that StatSCM does not like. >> >> All the best, >> >> Doug >> >>> The doc is complete and it size is around 4700 KB I've succeded to = >>> load in firefox, so well formed. >>> >>> If the size is the problem, have planned to fix it? >>> Thanks and regards for your very quick answer. >>> >>> Franck >>> >>> >>> -----Original Message----- >>> From: Doug Culnane [mailto:do...@cu...] >>> Sent: 20 April 2007 10:01 >>> To: Franck Amiot >>> Subject: Re: stat scm - info >>> >>> I think the clue is: >>> "svn log: svn info: XML document structures must start and end = >>> within > >>> the same entity." >>> >>> It looks like the log file is not complete, and only half downloaded. >>> How big is this log file? Is it complete? Maybe I have a problem = >>> with >> >>> my code for large logs. >>> >>> Good luck, >>> >>> Doug >>> >>>> Hi Doug, >>>> >>>> I'm trying to use statscm maven plugin following recommendations = >>>> found >>> >>>> on sourceforge site, unfortunately I've a fatal error avoiding to = >>>> have >>> >>>> final report. >>>> I've the following stack: >>>> [INFO] StatSCM Generating Source Code Management Metrics. >>>> [INFO] Configuring StatXXX >>>> [INFO] SCM Connection Type :svn >>>> [INFO] Output Directory >>>> :C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\ >>>> s >>>> t >>>> a >>>> ts >>>> cm\ >>>> [INFO] scm log > >>>> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\s >>>> t >>>> a >>>> t >>>> sc >>>> m\scm.log >>>> [INFO] >>>> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\s >>>> t >>>> a >>>> t >>>> sc >>>> m\scm.log EOF. >>>> [INFO] scm log ...; exitValue: 0 >>>> Apr 20, 2007 9:13:28 AM net.sf.statsvn.util.JavaUtilTaskLogger info >>>> INFO: Parsing SVN log >>>> 'C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\ >>>> s >>>> t >>>> a >>>> ts >>>> cm\scm.log' exclude pattern 'null' >>>> [ERROR] Error parsing Log file. >>>> net.sf.statcvs.input.LogSyntaxException: svn log: svn info: XML = >>>> document structures must start and end within the same entity. >>>> at >>>> >>> >> > net.sf.statsvn.input.SvnLogfileParser.parseSvnLog(SvnLogfileParser.java: >>>> 565) >>>> at >>>> >> net.sf.statsvn.input.SvnLogfileParser.parse(SvnLogfileParser.java:293 >> ) >>>> at >> net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:265) >>>> at >> net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:227) >>>> at >> net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:155) >>>> at >>>> net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:125) >>>> at >>>> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMav >>>> e >>>> n >>>> R >>>> ep >>>> ort.java:101) >>>> at >>>> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument >>>> ( >>>> R >>>> e >>>> po >>>> rtDocumentRenderer.java:67) >>>> at >>>> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModul >>>> e >>>> ( >>>> D >>>> ef >>>> aultSiteRenderer.java:239) >>>> at >>>> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(Defa >>>> u >>>> l >>>> t >>>> Si >>>> teRenderer.java:115) >>>> at >>>> >> org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:124 >> ) >>>> at >>>> org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) >>>> at >>>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlu >>>> g >>>> i >>>> n >>>> Ma >>>> nager.java:412) >>>> at >>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(De >>>> f >>>> a >>>> u >>>> lt >>>> LifecycleExecutor.java:534) >>>> at >>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWith >>>> L >>>> i >>>> f >>>> ec >>>> ycle(DefaultLifecycleExecutor.java:475) >>>> at >>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Def >>>> a >>>> u >>>> l >>>> tL >>>> ifecycleExecutor.java:454) >>>> at >>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndH >>>> a >>>> n >>>> d >>>> le >>>> Failures(DefaultLifecycleExecutor.java:306) >>>> at >>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegm >>>> e >>>> n >>>> t >>>> s( >>>> DefaultLifecycleExecutor.java:273) >>>> at >>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(Default >>>> L >>>> i >>>> f >>>> ec >>>> ycleExecutor.java:140) >>>> at >>>> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) >>>> at >>> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) >>>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) >>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >> Method) >>>> at >>>> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >>>> j >>>> av >>>> a:39) >>>> at >>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcc >>>> e >>>> s >>>> s >>>> or >>>> Impl.java:25) >>>> at java.lang.reflect.Method.invoke(Method.java:585) >>>> at >>>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >>>> at >> org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >>>> at >>>> > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) >>>> at = >>>> org.codehaus.classworlds.Launcher.main(Launcher.java:375) >>>> [INFO] >>>> ------------------------------------------------------------------- >>>> - >>>> - >>>> - >>>> -- >>>> [ERROR] BUILD ERROR >>>> [INFO] >>>> ------------------------------------------------------------------- >>>> - >>>> - >>>> - >>>> -- >>>> [INFO] Error during page generation >>>> >>>> Embedded error: Error rendering Maven report: svn log: svn info: = >>>> XML > >>>> document structures must start and end within the same entity. >>>> [INFO] >>>> ------------------------------------------------------------------- >>>> - >>>> - >>>> - >>>> -- [INFO] For more information, run Maven with the -e switch [INFO] >>>> ------------------------------------------------------------------- >>>> - >>>> - >>>> - >>>> -- [INFO] Total time: 6 minutes 58 seconds [INFO] Finished at: Fri = >>>> Apr >>> >>>> 20 09:14:19 CEST 2007 [INFO] Final Memory: 27M/49M [INFO] >>>> ------------------------------------------------------------------- >>>> - >>>> - >>>> - >>>> -- >>>> >>>> I'm using maven 2.0.4 on windows xp sp2, jdk 1.5.0_07 I've = >>>> installed > >>>> svn 1.4.3 and check that the log file = >>>> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\s >>>> t >>>> a >>>> t >>>> sc >>>> m\scm.log is a correct xml file. >>>> Unfortunately, I can't find nothing on mailing list. >>>> Have you an idea of the problem? >>>> Any help will be appreciated. >>>> Sorry to bother you with my question. >>>> >>>> Thanks in advance >>>> Regards >>>> >>>> Franck >>>> >>>> >>>> >>>> >>>> This email was sent to you by Reuters, the global news and = >>>> information >>> >>>> company. >>>> To find out more about Reuters visit www.about.reuters.com >>>> >>>> Any views expressed in this message are those of the individual = >>>> sender, except where the sender specifically states them to be the = >>>> views of Reuters Limited. >>>> >>>> Reuters Limited is part of the Reuters Group of companies, of which >>>> Reuters Group PLC is the ultimate parent company. >>>> Reuters Group PLC - Registered office address: The Reuters = >>>> Building, > >>>> South Colonnade, Canary Wharf, London E14 5EP, United Kingdom = >>>> Registered No: 3296375 Registered in England and Wales >>>> >>>> >>> >>> >>> >>> >>> This email was sent to you by Reuters, the global news and = >>> information >> >>> company. >>> To find out more about Reuters visit www.about.reuters.com >>> >>> Any views expressed in this message are those of the individual = >>> sender, except where the sender specifically states them to be the = >>> views of Reuters Limited. >>> >>> Reuters Limited is part of the Reuters Group of companies, of which = >>> Reuters Group PLC is the ultimate parent company. >>> Reuters Group PLC - Registered office address: The Reuters Building, >>> South Colonnade, Canary Wharf, London E14 5EP, United Kingdom = >>> Registered No: 3296375 Registered in England and Wales >>> >>> >>> >> >> >> >> >> This email was sent to you by Reuters, the global news and = >> information > >> company. >> To find out more about Reuters visit www.about.reuters.com >> >> Any views expressed in this message are those of the individual = >> sender, except where the sender specifically states them to be the = >> views of Reuters Limited. >> >> Reuters Limited is part of the Reuters Group of companies, of which = >> Reuters Group PLC is the ultimate parent company. >> Reuters Group PLC - Registered office address: The Reuters Building, = >> South Colonnade, Canary Wharf, London E14 5EP, United Kingdom = >> Registered No: 3296375 Registered in England and Wales >> >> >> > > > > > This email was sent to you by Reuters, the global news and information > company. > To find out more about Reuters visit www.about.reuters.com > > Any views expressed in this message are those of the individual = > sender, except where the sender specifically states them to be the = > views of Reuters Limited. > > Reuters Limited is part of the Reuters Group of companies, of which = > Reuters Group PLC is the ultimate parent company. > Reuters Group PLC - Registered office address: The Reuters Building, = > South Colonnade, Canary Wharf, London E14 5EP, United Kingdom = > Registered No: 3296375 Registered in England and Wales > > > This email was sent to you by Reuters, the global news and information comp= any. = To find out more about Reuters visit www.about.reuters.com Any views expressed in this message are those of the individual sender, = except where the sender specifically states them to be the views of Reuters= Limited. Reuters Limited is part of the Reuters Group of companies, of which Reuters= Group PLC is the ultimate parent company. Reuters Group PLC - Registered office address: The Reuters Building, South = Colonnade, Canary Wharf, London E14 5EP, United Kingdom Registered No: 3296375 Registered in England and Wales |
From: Doug C. <do...@cu...> - 2007-05-25 13:58:16
|
This is not good. It looks like the file jtreemap-1.1.0.jar is missing. Are you using the latest and greatest version of StatSCM? verison 1.0.0? Are you using the latest from a source build? Thanks for the info, Doug > Doug, > > I've tested on a clean version and I've the same error. > Regards > > Franck > > > -----Original Message----- > From: Doug Culnane [mailto:do...@cu...] > Sent: 24 May 2007 17:41 > To: Franck Amiot > Cc: sta...@li... > Subject: RE: stat scm - info > > Try a svn update to make sure the local working copy is in sync with the > log file. If this does not fix the problem please let me know. > > All the best, > > Doug > > > >> Hi doug, >> >> Sorry to bother you again, but I still have problem with stat-scm, >> when I launch mvn site I can that log seems ok and that the plugin is >> working and many svn diff are launched but at the end of the process >> I've the following error. >> Have you an idea of the problem? >> Thanks in advance >> >> Regards >> Franck >> >> May 24, 2007 2:05:49 PM net.sf.statsvn.util.JavaUtilTaskLogger info >> INFO: Revision of >> webaccess-calculation-bo-forex/src/main/java/com/reuters/webaccess/cal >> cu lation/bo/forex/do not overwrite PIVOT class does not match >> expected revision >> java.io.FileNotFoundException: >> /files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/ja >> va /target/generated-site/xdoc/statscm/jtreemap-1.1.0.jar (No such >> file or >> directory) >> at java.io.FileOutputStream.open(Native Method) >> at java.io.FileOutputStream.<init>(FileOutputStream.java:179) >> at java.io.FileOutputStream.<init>(FileOutputStream.java:131) >> at net.sf.statcvs.util.FileUtils.copyFile(FileUtils.java:72) >> at >> net.sf.statsvn.output.RepoMapPageMaker.copyJar(RepoMapPageMaker.java:1 >> 36 >> ) >> at >> net.sf.statsvn.output.RepoMapPageMaker.buildXmlForJTreeMap(RepoMapPage >> Ma >> ker.java:107) >> at >> > net.sf.statsvn.output.RepoMapPageMaker.toFile(RepoMapPageMaker.java:91) >> at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:297) >> at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:230) >> at net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:155) >> at >> net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:125) >> at >> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenR >> ep >> ort.java:101) >> at >> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(Re >> po >> rtDocumentRenderer.java:67) >> at >> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(D >> ef >> aultSiteRenderer.java:239) >> at >> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(Default >> Si >> teRenderer.java:115) >> at >> org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:124) >> at >> org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) >> at >> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugin >> Ma >> nager.java:412) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defau >> lt >> LifecycleExecutor.java:534) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLif >> ec >> ycle(DefaultLifecycleExecutor.java:475) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defaul >> tL >> ifecycleExecutor.java:454) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHand >> le >> Failures(DefaultLifecycleExecutor.java:306) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegment >> s( >> DefaultLifecycleExecutor.java:273) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLif >> ec >> ycleExecutor.java:140) >> at >> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) >> at > org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) >> at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j >> av >> a:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess >> or >> Impl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at >> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >> at >> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) >> at org.codehaus.classworlds.Launcher.main(Launcher.java:375) >> May 24, 2007 2:06:01 PM net.sf.statcvs.charts.ChartImage write >> INFO: writing chart 'Lines of Code and Churn Level' to locandchurn.png > >> May 24, 2007 2:06:01 PM net.sf.statcvs.charts.ChartImage write >> WARNING: could not write chart 'locandchurn.png': >> java.io.FileNotFoundException: >> /files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/ja >> va /target/generated-site/xdoc/statscm/locandchurn.png (No such file >> or >> directory) >> May 24, 2007 2:06:01 PM net.sf.statcvs.output.DefaultCssHandler >> createOutputFiles >> INFO: Creating CSS file at >> '/files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/j >> av a/target/generated-site/xdoc/statscm/statcvs.css' >> [ERROR] Error generating Subversion Stats. >> java.io.FileNotFoundException: >> /files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/ja >> va /target/generated-site/xdoc/statscm/statcvs.css (No such file or >> directory) >> at java.io.FileOutputStream.open(Native Method) >> at java.io.FileOutputStream.<init>(FileOutputStream.java:179) >> at java.io.FileOutputStream.<init>(FileOutputStream.java:131) >> at net.sf.statcvs.util.FileUtils.copyFile(FileUtils.java:72) >> at >> net.sf.statcvs.output.DefaultCssHandler.createOutputFiles(DefaultCssHa >> nd >> ler.java:79) >> at >> net.sf.statcvs.pages.ReportSuiteMaker.toFile(ReportSuiteMaker.java:66) >> at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:300) >> at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:230) >> at net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:155) >> at >> net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:125) >> at >> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenR >> ep >> ort.java:101) >> at >> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(Re >> po >> rtDocumentRenderer.java:67) >> at >> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(D >> ef >> aultSiteRenderer.java:239) >> at >> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(Default >> Si >> teRenderer.java:115) >> at >> org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:124) >> at >> org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) >> at >> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugin >> Ma >> nager.java:412) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defau >> lt >> LifecycleExecutor.java:534) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLif >> ec >> ycle(DefaultLifecycleExecutor.java:475) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defaul >> tL >> ifecycleExecutor.java:454) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHand >> le >> Failures(DefaultLifecycleExecutor.java:306) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegment >> s( >> DefaultLifecycleExecutor.java:273) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLif >> ec >> ycleExecutor.java:140) >> at >> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) >> at > org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) >> at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j >> av >> a:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess >> or >> Impl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at >> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >> at >> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) >> at org.codehaus.classworlds.Launcher.main(Launcher.java:375) >> [INFO] >> ---------------------------------------------------------------------- >> -- >> [ERROR] BUILD ERROR >> [INFO] >> ---------------------------------------------------------------------- >> -- >> [INFO] Error during page generation >> >> >> >> -----Original Message----- >> From: Doug Culnane [mailto:do...@cu...] >> Sent: 20 April 2007 11:05 >> To: Franck Amiot >> Cc: sta...@li... >> Subject: RE: stat scm - info >> >> Is it possible to run StatSCM on a smaller project in your environment > >> to see if it is the environment or the log file that is the problem? >> >> Can you do a: >> >> $ svn checkout https://svn.sourceforge.net/svnroot/stat-scm/trunk >> stat-scm $ cd stat-scm $ mvn site >> >> This will tell us if there is an XML parser problem or other >> environment problem or if there is something about your projects log >> file that StatSCM does not like. >> >> All the best, >> >> Doug >> >>> The doc is complete and it size is around 4700 KB I've succeded to >>> load in firefox, so well formed. >>> >>> If the size is the problem, have planned to fix it? >>> Thanks and regards for your very quick answer. >>> >>> Franck >>> >>> >>> -----Original Message----- >>> From: Doug Culnane [mailto:do...@cu...] >>> Sent: 20 April 2007 10:01 >>> To: Franck Amiot >>> Subject: Re: stat scm - info >>> >>> I think the clue is: >>> "svn log: svn info: XML document structures must start and end within > >>> the same entity." >>> >>> It looks like the log file is not complete, and only half downloaded. >>> How big is this log file? Is it complete? Maybe I have a problem >>> with >> >>> my code for large logs. >>> >>> Good luck, >>> >>> Doug >>> >>>> Hi Doug, >>>> >>>> I'm trying to use statscm maven plugin following recommendations >>>> found >>> >>>> on sourceforge site, unfortunately I've a fatal error avoiding to >>>> have >>> >>>> final report. >>>> I've the following stack: >>>> [INFO] StatSCM Generating Source Code Management Metrics. >>>> [INFO] Configuring StatXXX >>>> [INFO] SCM Connection Type :svn >>>> [INFO] Output Directory >>>> :C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\s >>>> t >>>> a >>>> ts >>>> cm\ >>>> [INFO] scm log > >>>> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\st >>>> a >>>> t >>>> sc >>>> m\scm.log >>>> [INFO] >>>> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\st >>>> a >>>> t >>>> sc >>>> m\scm.log EOF. >>>> [INFO] scm log ...; exitValue: 0 >>>> Apr 20, 2007 9:13:28 AM net.sf.statsvn.util.JavaUtilTaskLogger info >>>> INFO: Parsing SVN log >>>> 'C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\s >>>> t >>>> a >>>> ts >>>> cm\scm.log' exclude pattern 'null' >>>> [ERROR] Error parsing Log file. >>>> net.sf.statcvs.input.LogSyntaxException: svn log: svn info: XML >>>> document structures must start and end within the same entity. >>>> at >>>> >>> >> > net.sf.statsvn.input.SvnLogfileParser.parseSvnLog(SvnLogfileParser.java: >>>> 565) >>>> at >>>> >> net.sf.statsvn.input.SvnLogfileParser.parse(SvnLogfileParser.java:293) >>>> at >> net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:265) >>>> at >> net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:227) >>>> at >> net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:155) >>>> at >>>> net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:125) >>>> at >>>> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMave >>>> n >>>> R >>>> ep >>>> ort.java:101) >>>> at >>>> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument( >>>> R >>>> e >>>> po >>>> rtDocumentRenderer.java:67) >>>> at >>>> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule >>>> ( >>>> D >>>> ef >>>> aultSiteRenderer.java:239) >>>> at >>>> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(Defau >>>> l >>>> t >>>> Si >>>> teRenderer.java:115) >>>> at >>>> >> org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:124) >>>> at >>>> org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) >>>> at >>>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlug >>>> i >>>> n >>>> Ma >>>> nager.java:412) >>>> at >>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Def >>>> a >>>> u >>>> lt >>>> LifecycleExecutor.java:534) >>>> at >>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithL >>>> i >>>> f >>>> ec >>>> ycle(DefaultLifecycleExecutor.java:475) >>>> at >>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defa >>>> u >>>> l >>>> tL >>>> ifecycleExecutor.java:454) >>>> at >>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHa >>>> n >>>> d >>>> le >>>> Failures(DefaultLifecycleExecutor.java:306) >>>> at >>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegme >>>> n >>>> t >>>> s( >>>> DefaultLifecycleExecutor.java:273) >>>> at >>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultL >>>> i >>>> f >>>> ec >>>> ycleExecutor.java:140) >>>> at >>>> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) >>>> at >>> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) >>>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) >>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >> Method) >>>> at >>>> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >>>> j >>>> av >>>> a:39) >>>> at >>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce >>>> s >>>> s >>>> or >>>> Impl.java:25) >>>> at java.lang.reflect.Method.invoke(Method.java:585) >>>> at >>>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >>>> at >> org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >>>> at >>>> > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) >>>> at org.codehaus.classworlds.Launcher.main(Launcher.java:375) >>>> [INFO] >>>> -------------------------------------------------------------------- >>>> - >>>> - >>>> -- >>>> [ERROR] BUILD ERROR >>>> [INFO] >>>> -------------------------------------------------------------------- >>>> - >>>> - >>>> -- >>>> [INFO] Error during page generation >>>> >>>> Embedded error: Error rendering Maven report: svn log: svn info: XML > >>>> document structures must start and end within the same entity. >>>> [INFO] >>>> -------------------------------------------------------------------- >>>> - >>>> - >>>> -- [INFO] For more information, run Maven with the -e switch [INFO] >>>> -------------------------------------------------------------------- >>>> - >>>> - >>>> -- [INFO] Total time: 6 minutes 58 seconds [INFO] Finished at: Fri >>>> Apr >>> >>>> 20 09:14:19 CEST 2007 [INFO] Final Memory: 27M/49M [INFO] >>>> -------------------------------------------------------------------- >>>> - >>>> - >>>> -- >>>> >>>> I'm using maven 2.0.4 on windows xp sp2, jdk 1.5.0_07 I've installed > >>>> svn 1.4.3 and check that the log file >>>> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\st >>>> a >>>> t >>>> sc >>>> m\scm.log is a correct xml file. >>>> Unfortunately, I can't find nothing on mailing list. >>>> Have you an idea of the problem? >>>> Any help will be appreciated. >>>> Sorry to bother you with my question. >>>> >>>> Thanks in advance >>>> Regards >>>> >>>> Franck >>>> >>>> >>>> >>>> >>>> This email was sent to you by Reuters, the global news and >>>> information >>> >>>> company. >>>> To find out more about Reuters visit www.about.reuters.com >>>> >>>> Any views expressed in this message are those of the individual >>>> sender, except where the sender specifically states them to be the >>>> views of Reuters Limited. >>>> >>>> Reuters Limited is part of the Reuters Group of companies, of which >>>> Reuters Group PLC is the ultimate parent company. >>>> Reuters Group PLC - Registered office address: The Reuters Building, > >>>> South Colonnade, Canary Wharf, London E14 5EP, United Kingdom >>>> Registered No: 3296375 Registered in England and Wales >>>> >>>> >>> >>> >>> >>> >>> This email was sent to you by Reuters, the global news and >>> information >> >>> company. >>> To find out more about Reuters visit www.about.reuters.com >>> >>> Any views expressed in this message are those of the individual >>> sender, except where the sender specifically states them to be the >>> views of Reuters Limited. >>> >>> Reuters Limited is part of the Reuters Group of companies, of which >>> Reuters Group PLC is the ultimate parent company. >>> Reuters Group PLC - Registered office address: The Reuters Building, >>> South Colonnade, Canary Wharf, London E14 5EP, United Kingdom >>> Registered No: 3296375 Registered in England and Wales >>> >>> >>> >> >> >> >> >> This email was sent to you by Reuters, the global news and information > >> company. >> To find out more about Reuters visit www.about.reuters.com >> >> Any views expressed in this message are those of the individual >> sender, except where the sender specifically states them to be the >> views of Reuters Limited. >> >> Reuters Limited is part of the Reuters Group of companies, of which >> Reuters Group PLC is the ultimate parent company. >> Reuters Group PLC - Registered office address: The Reuters Building, >> South Colonnade, Canary Wharf, London E14 5EP, United Kingdom >> Registered No: 3296375 Registered in England and Wales >> >> >> > > > > > This email was sent to you by Reuters, the global news and information > company. > To find out more about Reuters visit www.about.reuters.com > > Any views expressed in this message are those of the individual sender, > except where the sender specifically states them to be the views of > Reuters Limited. > > Reuters Limited is part of the Reuters Group of companies, of which > Reuters Group PLC is the ultimate parent company. > Reuters Group PLC - Registered office address: The Reuters Building, South > Colonnade, Canary Wharf, London E14 5EP, United Kingdom > Registered No: 3296375 > Registered in England and Wales > > > |
From: Franck A. <Fra...@re...> - 2007-05-25 12:58:36
|
Doug, I've tested on a clean version and I've the same error. Regards Franck = -----Original Message----- From: Doug Culnane [mailto:do...@cu...] = Sent: 24 May 2007 17:41 To: Franck Amiot Cc: sta...@li... Subject: RE: stat scm - info Try a svn update to make sure the local working copy is in sync with the log file. If this does not fix the problem please let me know. All the best, Doug > Hi doug, > > Sorry to bother you again, but I still have problem with stat-scm, = > when I launch mvn site I can that log seems ok and that the plugin is = > working and many svn diff are launched but at the end of the process = > I've the following error. > Have you an idea of the problem? > Thanks in advance > > Regards > Franck > > May 24, 2007 2:05:49 PM net.sf.statsvn.util.JavaUtilTaskLogger info > INFO: Revision of > webaccess-calculation-bo-forex/src/main/java/com/reuters/webaccess/cal > cu lation/bo/forex/do not overwrite PIVOT class does not match = > expected revision > java.io.FileNotFoundException: > /files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/ja > va /target/generated-site/xdoc/statscm/jtreemap-1.1.0.jar (No such = > file or > directory) > at java.io.FileOutputStream.open(Native Method) > at java.io.FileOutputStream.<init>(FileOutputStream.java:179) > at java.io.FileOutputStream.<init>(FileOutputStream.java:131) > at net.sf.statcvs.util.FileUtils.copyFile(FileUtils.java:72) > at > net.sf.statsvn.output.RepoMapPageMaker.copyJar(RepoMapPageMaker.java:1 > 36 > ) > at > net.sf.statsvn.output.RepoMapPageMaker.buildXmlForJTreeMap(RepoMapPage > Ma > ker.java:107) > at > net.sf.statsvn.output.RepoMapPageMaker.toFile(RepoMapPageMaker.java:91) > at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:297) > at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:230) > at net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:155) > at > net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:125) > at > org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenR > ep > ort.java:101) > at > org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(Re > po > rtDocumentRenderer.java:67) > at > org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(D > ef > aultSiteRenderer.java:239) > at > org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(Default > Si > teRenderer.java:115) > at > org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:124) > at > org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) > at > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugin > Ma > nager.java:412) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defau > lt > LifecycleExecutor.java:534) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLif > ec > ycle(DefaultLifecycleExecutor.java:475) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defaul > tL > ifecycleExecutor.java:454) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHand > le > Failures(DefaultLifecycleExecutor.java:306) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegment > s( > DefaultLifecycleExecutor.java:273) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLif > ec > ycleExecutor.java:140) > at > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j > av > a:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess > or > Impl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > May 24, 2007 2:06:01 PM net.sf.statcvs.charts.ChartImage write > INFO: writing chart 'Lines of Code and Churn Level' to locandchurn.png > May 24, 2007 2:06:01 PM net.sf.statcvs.charts.ChartImage write > WARNING: could not write chart 'locandchurn.png': > java.io.FileNotFoundException: > /files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/ja > va /target/generated-site/xdoc/statscm/locandchurn.png (No such file = > or > directory) > May 24, 2007 2:06:01 PM net.sf.statcvs.output.DefaultCssHandler > createOutputFiles > INFO: Creating CSS file at > '/files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/j > av a/target/generated-site/xdoc/statscm/statcvs.css' > [ERROR] Error generating Subversion Stats. > java.io.FileNotFoundException: > /files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/ja > va /target/generated-site/xdoc/statscm/statcvs.css (No such file or > directory) > at java.io.FileOutputStream.open(Native Method) > at java.io.FileOutputStream.<init>(FileOutputStream.java:179) > at java.io.FileOutputStream.<init>(FileOutputStream.java:131) > at net.sf.statcvs.util.FileUtils.copyFile(FileUtils.java:72) > at > net.sf.statcvs.output.DefaultCssHandler.createOutputFiles(DefaultCssHa > nd > ler.java:79) > at > net.sf.statcvs.pages.ReportSuiteMaker.toFile(ReportSuiteMaker.java:66) > at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:300) > at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:230) > at net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:155) > at > net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:125) > at > org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenR > ep > ort.java:101) > at > org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(Re > po > rtDocumentRenderer.java:67) > at > org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(D > ef > aultSiteRenderer.java:239) > at > org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(Default > Si > teRenderer.java:115) > at > org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:124) > at > org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) > at > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugin > Ma > nager.java:412) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defau > lt > LifecycleExecutor.java:534) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLif > ec > ycle(DefaultLifecycleExecutor.java:475) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defaul > tL > ifecycleExecutor.java:454) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHand > le > Failures(DefaultLifecycleExecutor.java:306) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegment > s( > DefaultLifecycleExecutor.java:273) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLif > ec > ycleExecutor.java:140) > at > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j > av > a:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess > or > Impl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > [INFO] > ---------------------------------------------------------------------- > -- > [ERROR] BUILD ERROR > [INFO] > ---------------------------------------------------------------------- > -- > [INFO] Error during page generation > > > > -----Original Message----- > From: Doug Culnane [mailto:do...@cu...] > Sent: 20 April 2007 11:05 > To: Franck Amiot > Cc: sta...@li... > Subject: RE: stat scm - info > > Is it possible to run StatSCM on a smaller project in your environment > to see if it is the environment or the log file that is the problem? > > Can you do a: > > $ svn checkout https://svn.sourceforge.net/svnroot/stat-scm/trunk > stat-scm $ cd stat-scm $ mvn site > > This will tell us if there is an XML parser problem or other = > environment problem or if there is something about your projects log = > file that StatSCM does not like. > > All the best, > > Doug > >> The doc is complete and it size is around 4700 KB I've succeded to = >> load in firefox, so well formed. >> >> If the size is the problem, have planned to fix it? >> Thanks and regards for your very quick answer. >> >> Franck >> >> >> -----Original Message----- >> From: Doug Culnane [mailto:do...@cu...] >> Sent: 20 April 2007 10:01 >> To: Franck Amiot >> Subject: Re: stat scm - info >> >> I think the clue is: >> "svn log: svn info: XML document structures must start and end within >> the same entity." >> >> It looks like the log file is not complete, and only half downloaded. >> How big is this log file? Is it complete? Maybe I have a problem = >> with > >> my code for large logs. >> >> Good luck, >> >> Doug >> >>> Hi Doug, >>> >>> I'm trying to use statscm maven plugin following recommendations = >>> found >> >>> on sourceforge site, unfortunately I've a fatal error avoiding to = >>> have >> >>> final report. >>> I've the following stack: >>> [INFO] StatSCM Generating Source Code Management Metrics. >>> [INFO] Configuring StatXXX >>> [INFO] SCM Connection Type :svn >>> [INFO] Output Directory >>> :C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\s >>> t >>> a >>> ts >>> cm\ >>> [INFO] scm log > >>> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\st >>> a >>> t >>> sc >>> m\scm.log >>> [INFO] >>> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\st >>> a >>> t >>> sc >>> m\scm.log EOF. >>> [INFO] scm log ...; exitValue: 0 >>> Apr 20, 2007 9:13:28 AM net.sf.statsvn.util.JavaUtilTaskLogger info >>> INFO: Parsing SVN log >>> 'C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\s >>> t >>> a >>> ts >>> cm\scm.log' exclude pattern 'null' >>> [ERROR] Error parsing Log file. >>> net.sf.statcvs.input.LogSyntaxException: svn log: svn info: XML = >>> document structures must start and end within the same entity. >>> at >>> >> > net.sf.statsvn.input.SvnLogfileParser.parseSvnLog(SvnLogfileParser.java: >>> 565) >>> at >>> > net.sf.statsvn.input.SvnLogfileParser.parse(SvnLogfileParser.java:293) >>> at > net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:265) >>> at > net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:227) >>> at > net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:155) >>> at >>> net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:125) >>> at >>> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMave >>> n >>> R >>> ep >>> ort.java:101) >>> at >>> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument( >>> R >>> e >>> po >>> rtDocumentRenderer.java:67) >>> at >>> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule >>> ( >>> D >>> ef >>> aultSiteRenderer.java:239) >>> at >>> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(Defau >>> l >>> t >>> Si >>> teRenderer.java:115) >>> at >>> > org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:124) >>> at >>> org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) >>> at >>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlug >>> i >>> n >>> Ma >>> nager.java:412) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Def >>> a >>> u >>> lt >>> LifecycleExecutor.java:534) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithL >>> i >>> f >>> ec >>> ycle(DefaultLifecycleExecutor.java:475) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defa >>> u >>> l >>> tL >>> ifecycleExecutor.java:454) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHa >>> n >>> d >>> le >>> Failures(DefaultLifecycleExecutor.java:306) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegme >>> n >>> t >>> s( >>> DefaultLifecycleExecutor.java:273) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultL >>> i >>> f >>> ec >>> ycleExecutor.java:140) >>> at >>> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) >>> at >> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) >>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) >>> at >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >>> j >>> av >>> a:39) >>> at >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce >>> s >>> s >>> or >>> Impl.java:25) >>> at java.lang.reflect.Method.invoke(Method.java:585) >>> at >>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >>> at > org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >>> at >>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) >>> at org.codehaus.classworlds.Launcher.main(Launcher.java:375) >>> [INFO] >>> -------------------------------------------------------------------- >>> - >>> - >>> -- >>> [ERROR] BUILD ERROR >>> [INFO] >>> -------------------------------------------------------------------- >>> - >>> - >>> -- >>> [INFO] Error during page generation >>> >>> Embedded error: Error rendering Maven report: svn log: svn info: XML >>> document structures must start and end within the same entity. >>> [INFO] >>> -------------------------------------------------------------------- >>> - >>> - >>> -- [INFO] For more information, run Maven with the -e switch [INFO] >>> -------------------------------------------------------------------- >>> - >>> - >>> -- [INFO] Total time: 6 minutes 58 seconds [INFO] Finished at: Fri = >>> Apr >> >>> 20 09:14:19 CEST 2007 [INFO] Final Memory: 27M/49M [INFO] >>> -------------------------------------------------------------------- >>> - >>> - >>> -- >>> >>> I'm using maven 2.0.4 on windows xp sp2, jdk 1.5.0_07 I've installed >>> svn 1.4.3 and check that the log file = >>> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\st >>> a >>> t >>> sc >>> m\scm.log is a correct xml file. >>> Unfortunately, I can't find nothing on mailing list. >>> Have you an idea of the problem? >>> Any help will be appreciated. >>> Sorry to bother you with my question. >>> >>> Thanks in advance >>> Regards >>> >>> Franck >>> >>> >>> >>> >>> This email was sent to you by Reuters, the global news and = >>> information >> >>> company. >>> To find out more about Reuters visit www.about.reuters.com >>> >>> Any views expressed in this message are those of the individual = >>> sender, except where the sender specifically states them to be the = >>> views of Reuters Limited. >>> >>> Reuters Limited is part of the Reuters Group of companies, of which = >>> Reuters Group PLC is the ultimate parent company. >>> Reuters Group PLC - Registered office address: The Reuters Building, >>> South Colonnade, Canary Wharf, London E14 5EP, United Kingdom = >>> Registered No: 3296375 Registered in England and Wales >>> >>> >> >> >> >> >> This email was sent to you by Reuters, the global news and = >> information > >> company. >> To find out more about Reuters visit www.about.reuters.com >> >> Any views expressed in this message are those of the individual = >> sender, except where the sender specifically states them to be the = >> views of Reuters Limited. >> >> Reuters Limited is part of the Reuters Group of companies, of which = >> Reuters Group PLC is the ultimate parent company. >> Reuters Group PLC - Registered office address: The Reuters Building, = >> South Colonnade, Canary Wharf, London E14 5EP, United Kingdom = >> Registered No: 3296375 Registered in England and Wales >> >> >> > > > > > This email was sent to you by Reuters, the global news and information > company. > To find out more about Reuters visit www.about.reuters.com > > Any views expressed in this message are those of the individual = > sender, except where the sender specifically states them to be the = > views of Reuters Limited. > > Reuters Limited is part of the Reuters Group of companies, of which = > Reuters Group PLC is the ultimate parent company. > Reuters Group PLC - Registered office address: The Reuters Building, = > South Colonnade, Canary Wharf, London E14 5EP, United Kingdom = > Registered No: 3296375 Registered in England and Wales > > > This email was sent to you by Reuters, the global news and information comp= any. = To find out more about Reuters visit www.about.reuters.com Any views expressed in this message are those of the individual sender, = except where the sender specifically states them to be the views of Reuters= Limited. Reuters Limited is part of the Reuters Group of companies, of which Reuters= Group PLC is the ultimate parent company. Reuters Group PLC - Registered office address: The Reuters Building, South = Colonnade, Canary Wharf, London E14 5EP, United Kingdom Registered No: 3296375 Registered in England and Wales |
From: Doug C. <do...@cu...> - 2007-05-24 15:41:28
|
Try a svn update to make sure the local working copy is in sync with the log file. If this does not fix the problem please let me know. All the best, Doug > Hi doug, > > Sorry to bother you again, but I still have problem with stat-scm, when > I launch mvn site I can that log seems ok and that the plugin is working > and many svn diff are launched but at the end of the process I've the > following error. > Have you an idea of the problem? > Thanks in advance > > Regards > Franck > > May 24, 2007 2:05:49 PM net.sf.statsvn.util.JavaUtilTaskLogger info > INFO: Revision of > webaccess-calculation-bo-forex/src/main/java/com/reuters/webaccess/calcu > lation/bo/forex/do not overwrite PIVOT class does not match expected > revision > java.io.FileNotFoundException: > /files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/java > /target/generated-site/xdoc/statscm/jtreemap-1.1.0.jar (No such file or > directory) > at java.io.FileOutputStream.open(Native Method) > at java.io.FileOutputStream.<init>(FileOutputStream.java:179) > at java.io.FileOutputStream.<init>(FileOutputStream.java:131) > at net.sf.statcvs.util.FileUtils.copyFile(FileUtils.java:72) > at > net.sf.statsvn.output.RepoMapPageMaker.copyJar(RepoMapPageMaker.java:136 > ) > at > net.sf.statsvn.output.RepoMapPageMaker.buildXmlForJTreeMap(RepoMapPageMa > ker.java:107) > at > net.sf.statsvn.output.RepoMapPageMaker.toFile(RepoMapPageMaker.java:91) > at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:297) > at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:230) > at net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:155) > at > net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:125) > at > org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenRep > ort.java:101) > at > org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(Repo > rtDocumentRenderer.java:67) > at > org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(Def > aultSiteRenderer.java:239) > at > org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSi > teRenderer.java:115) > at > org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:124) > at > org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) > at > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMa > nager.java:412) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Default > LifecycleExecutor.java:534) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifec > ycle(DefaultLifecycleExecutor.java:475) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultL > ifecycleExecutor.java:454) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandle > Failures(DefaultLifecycleExecutor.java:306) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments( > DefaultLifecycleExecutor.java:273) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifec > ycleExecutor.java:140) > at > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav > a:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor > Impl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > May 24, 2007 2:06:01 PM net.sf.statcvs.charts.ChartImage write > INFO: writing chart 'Lines of Code and Churn Level' to locandchurn.png > May 24, 2007 2:06:01 PM net.sf.statcvs.charts.ChartImage write > WARNING: could not write chart 'locandchurn.png': > java.io.FileNotFoundException: > /files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/java > /target/generated-site/xdoc/statscm/locandchurn.png (No such file or > directory) > May 24, 2007 2:06:01 PM net.sf.statcvs.output.DefaultCssHandler > createOutputFiles > INFO: Creating CSS file at > '/files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/jav > a/target/generated-site/xdoc/statscm/statcvs.css' > [ERROR] Error generating Subversion Stats. > java.io.FileNotFoundException: > /files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/java > /target/generated-site/xdoc/statscm/statcvs.css (No such file or > directory) > at java.io.FileOutputStream.open(Native Method) > at java.io.FileOutputStream.<init>(FileOutputStream.java:179) > at java.io.FileOutputStream.<init>(FileOutputStream.java:131) > at net.sf.statcvs.util.FileUtils.copyFile(FileUtils.java:72) > at > net.sf.statcvs.output.DefaultCssHandler.createOutputFiles(DefaultCssHand > ler.java:79) > at > net.sf.statcvs.pages.ReportSuiteMaker.toFile(ReportSuiteMaker.java:66) > at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:300) > at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:230) > at net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:155) > at > net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:125) > at > org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenRep > ort.java:101) > at > org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(Repo > rtDocumentRenderer.java:67) > at > org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(Def > aultSiteRenderer.java:239) > at > org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSi > teRenderer.java:115) > at > org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:124) > at > org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) > at > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMa > nager.java:412) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Default > LifecycleExecutor.java:534) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifec > ycle(DefaultLifecycleExecutor.java:475) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultL > ifecycleExecutor.java:454) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandle > Failures(DefaultLifecycleExecutor.java:306) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments( > DefaultLifecycleExecutor.java:273) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifec > ycleExecutor.java:140) > at > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav > a:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor > Impl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Error during page generation > > > > -----Original Message----- > From: Doug Culnane [mailto:do...@cu...] > Sent: 20 April 2007 11:05 > To: Franck Amiot > Cc: sta...@li... > Subject: RE: stat scm - info > > Is it possible to run StatSCM on a smaller project in your environment > to see if it is the environment or the log file that is the problem? > > Can you do a: > > $ svn checkout https://svn.sourceforge.net/svnroot/stat-scm/trunk > stat-scm $ cd stat-scm $ mvn site > > This will tell us if there is an XML parser problem or other environment > problem or if there is something about your projects log file that > StatSCM does not like. > > All the best, > > Doug > >> The doc is complete and it size is around 4700 KB I've succeded to >> load in firefox, so well formed. >> >> If the size is the problem, have planned to fix it? >> Thanks and regards for your very quick answer. >> >> Franck >> >> >> -----Original Message----- >> From: Doug Culnane [mailto:do...@cu...] >> Sent: 20 April 2007 10:01 >> To: Franck Amiot >> Subject: Re: stat scm - info >> >> I think the clue is: >> "svn log: svn info: XML document structures must start and end within >> the same entity." >> >> It looks like the log file is not complete, and only half downloaded. >> How big is this log file? Is it complete? Maybe I have a problem with > >> my code for large logs. >> >> Good luck, >> >> Doug >> >>> Hi Doug, >>> >>> I'm trying to use statscm maven plugin following recommendations >>> found >> >>> on sourceforge site, unfortunately I've a fatal error avoiding to >>> have >> >>> final report. >>> I've the following stack: >>> [INFO] StatSCM Generating Source Code Management Metrics. >>> [INFO] Configuring StatXXX >>> [INFO] SCM Connection Type :svn >>> [INFO] Output Directory >>> :C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\st >>> a >>> ts >>> cm\ >>> [INFO] scm log > >>> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\sta >>> t >>> sc >>> m\scm.log >>> [INFO] >>> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\sta >>> t >>> sc >>> m\scm.log EOF. >>> [INFO] scm log ...; exitValue: 0 >>> Apr 20, 2007 9:13:28 AM net.sf.statsvn.util.JavaUtilTaskLogger info >>> INFO: Parsing SVN log >>> 'C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\st >>> a >>> ts >>> cm\scm.log' exclude pattern 'null' >>> [ERROR] Error parsing Log file. >>> net.sf.statcvs.input.LogSyntaxException: svn log: svn info: XML >>> document structures must start and end within the same entity. >>> at >>> >> > net.sf.statsvn.input.SvnLogfileParser.parseSvnLog(SvnLogfileParser.java: >>> 565) >>> at >>> > net.sf.statsvn.input.SvnLogfileParser.parse(SvnLogfileParser.java:293) >>> at > net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:265) >>> at > net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:227) >>> at > net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:155) >>> at >>> net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:125) >>> at >>> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMaven >>> R >>> ep >>> ort.java:101) >>> at >>> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(R >>> e >>> po >>> rtDocumentRenderer.java:67) >>> at >>> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule( >>> D >>> ef >>> aultSiteRenderer.java:239) >>> at >>> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(Defaul >>> t >>> Si >>> teRenderer.java:115) >>> at >>> > org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:124) >>> at >>> org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) >>> at >>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi >>> n >>> Ma >>> nager.java:412) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa >>> u >>> lt >>> LifecycleExecutor.java:534) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi >>> f >>> ec >>> ycle(DefaultLifecycleExecutor.java:475) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau >>> l >>> tL >>> ifecycleExecutor.java:454) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan >>> d >>> le >>> Failures(DefaultLifecycleExecutor.java:306) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen >>> t >>> s( >>> DefaultLifecycleExecutor.java:273) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi >>> f >>> ec >>> ycleExecutor.java:140) >>> at >>> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) >>> at >> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) >>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) >>> at >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >>> j >>> av >>> a:39) >>> at >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >>> s >>> or >>> Impl.java:25) >>> at java.lang.reflect.Method.invoke(Method.java:585) >>> at >>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >>> at > org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >>> at >>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) >>> at org.codehaus.classworlds.Launcher.main(Launcher.java:375) >>> [INFO] >>> --------------------------------------------------------------------- >>> - >>> -- >>> [ERROR] BUILD ERROR >>> [INFO] >>> --------------------------------------------------------------------- >>> - >>> -- >>> [INFO] Error during page generation >>> >>> Embedded error: Error rendering Maven report: svn log: svn info: XML >>> document structures must start and end within the same entity. >>> [INFO] >>> --------------------------------------------------------------------- >>> - >>> -- [INFO] For more information, run Maven with the -e switch [INFO] >>> --------------------------------------------------------------------- >>> - >>> -- [INFO] Total time: 6 minutes 58 seconds [INFO] Finished at: Fri >>> Apr >> >>> 20 09:14:19 CEST 2007 [INFO] Final Memory: 27M/49M [INFO] >>> --------------------------------------------------------------------- >>> - >>> -- >>> >>> I'm using maven 2.0.4 on windows xp sp2, jdk 1.5.0_07 I've installed >>> svn 1.4.3 and check that the log file >>> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\sta >>> t >>> sc >>> m\scm.log is a correct xml file. >>> Unfortunately, I can't find nothing on mailing list. >>> Have you an idea of the problem? >>> Any help will be appreciated. >>> Sorry to bother you with my question. >>> >>> Thanks in advance >>> Regards >>> >>> Franck >>> >>> >>> >>> >>> This email was sent to you by Reuters, the global news and >>> information >> >>> company. >>> To find out more about Reuters visit www.about.reuters.com >>> >>> Any views expressed in this message are those of the individual >>> sender, except where the sender specifically states them to be the >>> views of Reuters Limited. >>> >>> Reuters Limited is part of the Reuters Group of companies, of which >>> Reuters Group PLC is the ultimate parent company. >>> Reuters Group PLC - Registered office address: The Reuters Building, >>> South Colonnade, Canary Wharf, London E14 5EP, United Kingdom >>> Registered No: 3296375 Registered in England and Wales >>> >>> >> >> >> >> >> This email was sent to you by Reuters, the global news and information > >> company. >> To find out more about Reuters visit www.about.reuters.com >> >> Any views expressed in this message are those of the individual >> sender, except where the sender specifically states them to be the >> views of Reuters Limited. >> >> Reuters Limited is part of the Reuters Group of companies, of which >> Reuters Group PLC is the ultimate parent company. >> Reuters Group PLC - Registered office address: The Reuters Building, >> South Colonnade, Canary Wharf, London E14 5EP, United Kingdom >> Registered No: 3296375 Registered in England and Wales >> >> >> > > > > > This email was sent to you by Reuters, the global news and information > company. > To find out more about Reuters visit www.about.reuters.com > > Any views expressed in this message are those of the individual sender, > except where the sender specifically states them to be the views of > Reuters Limited. > > Reuters Limited is part of the Reuters Group of companies, of which > Reuters Group PLC is the ultimate parent company. > Reuters Group PLC - Registered office address: The Reuters Building, South > Colonnade, Canary Wharf, London E14 5EP, United Kingdom > Registered No: 3296375 > Registered in England and Wales > > > |
From: Franck A. <Fra...@re...> - 2007-05-24 15:33:26
|
Hi doug, Sorry to bother you again, but I still have problem with stat-scm, when I launch mvn site I can that log seems ok and that the plugin is working and many svn diff are launched but at the end of the process I've the following error. Have you an idea of the problem? Thanks in advance Regards Franck May 24, 2007 2:05:49 PM net.sf.statsvn.util.JavaUtilTaskLogger info INFO: Revision of webaccess-calculation-bo-forex/src/main/java/com/reuters/webaccess/calcu lation/bo/forex/do not overwrite PIVOT class does not match expected revision java.io.FileNotFoundException: /files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/java /target/generated-site/xdoc/statscm/jtreemap-1.1.0.jar (No such file or directory) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(FileOutputStream.java:179) at java.io.FileOutputStream.<init>(FileOutputStream.java:131) at net.sf.statcvs.util.FileUtils.copyFile(FileUtils.java:72) at net.sf.statsvn.output.RepoMapPageMaker.copyJar(RepoMapPageMaker.java:136 ) at net.sf.statsvn.output.RepoMapPageMaker.buildXmlForJTreeMap(RepoMapPageMa ker.java:107) at net.sf.statsvn.output.RepoMapPageMaker.toFile(RepoMapPageMaker.java:91) at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:297) at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:230) at net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:155) at net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:125) at org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenRep ort.java:101) at org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(Repo rtDocumentRenderer.java:67) at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(Def aultSiteRenderer.java:239) at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSi teRenderer.java:115) at org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:124) at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMa nager.java:412) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Default LifecycleExecutor.java:534) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifec ycle(DefaultLifecycleExecutor.java:475) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultL ifecycleExecutor.java:454) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandle Failures(DefaultLifecycleExecutor.java:306) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments( DefaultLifecycleExecutor.java:273) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifec ycleExecutor.java:140) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav a:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor Impl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) May 24, 2007 2:06:01 PM net.sf.statcvs.charts.ChartImage write INFO: writing chart 'Lines of Code and Churn Level' to locandchurn.png May 24, 2007 2:06:01 PM net.sf.statcvs.charts.ChartImage write WARNING: could not write chart 'locandchurn.png': java.io.FileNotFoundException: /files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/java /target/generated-site/xdoc/statscm/locandchurn.png (No such file or directory) May 24, 2007 2:06:01 PM net.sf.statcvs.output.DefaultCssHandler createOutputFiles INFO: Creating CSS file at '/files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/jav a/target/generated-site/xdoc/statscm/statcvs.css' [ERROR] Error generating Subversion Stats. java.io.FileNotFoundException: /files1/cruise_control/cruisecontrol-bin-2.6/projects/webaccess/src/java /target/generated-site/xdoc/statscm/statcvs.css (No such file or directory) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(FileOutputStream.java:179) at java.io.FileOutputStream.<init>(FileOutputStream.java:131) at net.sf.statcvs.util.FileUtils.copyFile(FileUtils.java:72) at net.sf.statcvs.output.DefaultCssHandler.createOutputFiles(DefaultCssHand ler.java:79) at net.sf.statcvs.pages.ReportSuiteMaker.toFile(ReportSuiteMaker.java:66) at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:300) at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:230) at net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:155) at net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:125) at org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenRep ort.java:101) at org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(Repo rtDocumentRenderer.java:67) at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(Def aultSiteRenderer.java:239) at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSi teRenderer.java:115) at org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:124) at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMa nager.java:412) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Default LifecycleExecutor.java:534) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifec ycle(DefaultLifecycleExecutor.java:475) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultL ifecycleExecutor.java:454) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandle Failures(DefaultLifecycleExecutor.java:306) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments( DefaultLifecycleExecutor.java:273) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifec ycleExecutor.java:140) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav a:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor Impl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error during page generation = -----Original Message----- From: Doug Culnane [mailto:do...@cu...] = Sent: 20 April 2007 11:05 To: Franck Amiot Cc: sta...@li... Subject: RE: stat scm - info Is it possible to run StatSCM on a smaller project in your environment to see if it is the environment or the log file that is the problem? Can you do a: $ svn checkout https://svn.sourceforge.net/svnroot/stat-scm/trunk stat-scm $ cd stat-scm $ mvn site This will tell us if there is an XML parser problem or other environment problem or if there is something about your projects log file that StatSCM does not like. All the best, Doug > The doc is complete and it size is around 4700 KB I've succeded to = > load in firefox, so well formed. > > If the size is the problem, have planned to fix it? > Thanks and regards for your very quick answer. > > Franck > > > -----Original Message----- > From: Doug Culnane [mailto:do...@cu...] > Sent: 20 April 2007 10:01 > To: Franck Amiot > Subject: Re: stat scm - info > > I think the clue is: > "svn log: svn info: XML document structures must start and end within = > the same entity." > > It looks like the log file is not complete, and only half downloaded. > How big is this log file? Is it complete? Maybe I have a problem with > my code for large logs. > > Good luck, > > Doug > >> Hi Doug, >> >> I'm trying to use statscm maven plugin following recommendations = >> found > >> on sourceforge site, unfortunately I've a fatal error avoiding to = >> have > >> final report. >> I've the following stack: >> [INFO] StatSCM Generating Source Code Management Metrics. >> [INFO] Configuring StatXXX >> [INFO] SCM Connection Type :svn >> [INFO] Output Directory >> :C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\st >> a >> ts >> cm\ >> [INFO] scm log > >> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\sta >> t >> sc >> m\scm.log >> [INFO] >> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\sta >> t >> sc >> m\scm.log EOF. >> [INFO] scm log ...; exitValue: 0 >> Apr 20, 2007 9:13:28 AM net.sf.statsvn.util.JavaUtilTaskLogger info >> INFO: Parsing SVN log >> 'C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\st >> a >> ts >> cm\scm.log' exclude pattern 'null' >> [ERROR] Error parsing Log file. >> net.sf.statcvs.input.LogSyntaxException: svn log: svn info: XML = >> document structures must start and end within the same entity. >> at >> > net.sf.statsvn.input.SvnLogfileParser.parseSvnLog(SvnLogfileParser.java: >> 565) >> at >> net.sf.statsvn.input.SvnLogfileParser.parse(SvnLogfileParser.java:293) >> at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:265) >> at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:227) >> at net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:155) >> at >> net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:125) >> at >> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMaven >> R >> ep >> ort.java:101) >> at >> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(R >> e >> po >> rtDocumentRenderer.java:67) >> at >> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule( >> D >> ef >> aultSiteRenderer.java:239) >> at >> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(Defaul >> t >> Si >> teRenderer.java:115) >> at >> org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:124) >> at >> org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) >> at >> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi >> n >> Ma >> nager.java:412) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa >> u >> lt >> LifecycleExecutor.java:534) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi >> f >> ec >> ycle(DefaultLifecycleExecutor.java:475) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau >> l >> tL >> ifecycleExecutor.java:454) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan >> d >> le >> Failures(DefaultLifecycleExecutor.java:306) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen >> t >> s( >> DefaultLifecycleExecutor.java:273) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi >> f >> ec >> ycleExecutor.java:140) >> at >> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) >> at > org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) >> at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >> j >> av >> a:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >> s >> or >> Impl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at >> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >> at >> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) >> at org.codehaus.classworlds.Launcher.main(Launcher.java:375) >> [INFO] >> --------------------------------------------------------------------- >> - >> -- >> [ERROR] BUILD ERROR >> [INFO] >> --------------------------------------------------------------------- >> - >> -- >> [INFO] Error during page generation >> >> Embedded error: Error rendering Maven report: svn log: svn info: XML = >> document structures must start and end within the same entity. >> [INFO] >> --------------------------------------------------------------------- >> - >> -- [INFO] For more information, run Maven with the -e switch [INFO] >> --------------------------------------------------------------------- >> - >> -- [INFO] Total time: 6 minutes 58 seconds [INFO] Finished at: Fri = >> Apr > >> 20 09:14:19 CEST 2007 [INFO] Final Memory: 27M/49M [INFO] >> --------------------------------------------------------------------- >> - >> -- >> >> I'm using maven 2.0.4 on windows xp sp2, jdk 1.5.0_07 I've installed = >> svn 1.4.3 and check that the log file = >> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\sta >> t >> sc >> m\scm.log is a correct xml file. >> Unfortunately, I can't find nothing on mailing list. >> Have you an idea of the problem? >> Any help will be appreciated. >> Sorry to bother you with my question. >> >> Thanks in advance >> Regards >> >> Franck >> >> >> >> >> This email was sent to you by Reuters, the global news and = >> information > >> company. >> To find out more about Reuters visit www.about.reuters.com >> >> Any views expressed in this message are those of the individual = >> sender, except where the sender specifically states them to be the = >> views of Reuters Limited. >> >> Reuters Limited is part of the Reuters Group of companies, of which = >> Reuters Group PLC is the ultimate parent company. >> Reuters Group PLC - Registered office address: The Reuters Building, = >> South Colonnade, Canary Wharf, London E14 5EP, United Kingdom = >> Registered No: 3296375 Registered in England and Wales >> >> > > > > > This email was sent to you by Reuters, the global news and information > company. > To find out more about Reuters visit www.about.reuters.com > > Any views expressed in this message are those of the individual = > sender, except where the sender specifically states them to be the = > views of Reuters Limited. > > Reuters Limited is part of the Reuters Group of companies, of which = > Reuters Group PLC is the ultimate parent company. > Reuters Group PLC - Registered office address: The Reuters Building, = > South Colonnade, Canary Wharf, London E14 5EP, United Kingdom = > Registered No: 3296375 Registered in England and Wales > > > This email was sent to you by Reuters, the global news and information comp= any. = To find out more about Reuters visit www.about.reuters.com Any views expressed in this message are those of the individual sender, = except where the sender specifically states them to be the views of Reuters= Limited. Reuters Limited is part of the Reuters Group of companies, of which Reuters= Group PLC is the ultimate parent company. Reuters Group PLC - Registered office address: The Reuters Building, South = Colonnade, Canary Wharf, London E14 5EP, United Kingdom Registered No: 3296375 Registered in England and Wales |