stat-scm-user Mailing List for Source Code Management Statistics Mojo (Page 3)
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: Franck A. <Fra...@re...> - 2007-04-20 09:35:53
|
Proxy problem, I will test on a smaller project I've in my repository Keep you informed Francck = -----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 |
From: Franck A. <Fra...@re...> - 2007-04-20 09:23:32
|
I've the following error = C:\works>svn checkout https://svn.sourceforge.net/svnroot/stat-scm/trunk svn: PROPFIND request failed on '/svnroot/stat-scm/trunk' svn: PROPFIND of '/svnroot/stat-scm/trunk': Could not resolve hostname `svn.sourceforge.net': The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for. (https://svn.sourceforge.net) Thanks = Franck -----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 |
From: Doug C. <do...@cu...> - 2007-04-20 09:05:17
|
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\sta >> ts >> cm\ >> [INFO] scm log > >> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\stat >> sc >> m\scm.log >> [INFO] >> C:\works\webaccess\trunk\src\main\java\target\generated-site\xdoc\stat >> 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\sta >> 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(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 >> >> 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\stat >> 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 > > > |
From: Doug C. <do...@cu...> - 2007-04-01 17:26:06
|
Andreas, Thank for your mail it is great to hear from people that find the utility useful. The problem is not really my code which does not really do much (as all the clever stuff is done by StatCVS and StatSVN). the problem is the StatCVS and StatSVN code. StatSVN did a Maven 2 release for version 0.2 (i think) but have not maintained this for version 0.3. Therefore I need a release of StatCVS and StatSVN so that I can do a Maven release. Note that they use a very non Maven methods for handling dependencies, so I have to do releases in parallel, with a Maven 2 build and their code base. While waiting for 0.3 to be Maven released the code moved on and the new functionality is hard to throw away. Therefore I have been stuck in SNAPSHOT world. I can release my code but it will depend on SNAPSHOT dependencies. I do not really want to start releasing another projects code with my own version numbers so I was just waiting to catch the next StatCVS release. I have a Maven 2 build of StatCVS and StatSVN so you could easily do a private release of these project and StatSCM and deploy it on your network. http://stat-scm.sourceforge.net/stat-cvs http://stat-scm.sourceforge.net/stat-svn http://stat-scm.sourceforge.net/ Not a great answer but I hope it explains the status quo. If you have any ideas how to get out of this let me know. All the best, Doug Andreas Guther wrote: > Doug, > > Thank you very much for your fast answer. I see a lot of value in the > Stat-SCM plug-in for our needs. I understand that you want to take > extra care for a 1.0.0 release. Do you see any chance to make a beta or > alpha release sooner? > > An alpha or beta release would set the right expectations into the > release but still would allow using it in a Maven release process > without the hassle I explained I am dealing with right now. > > I could go ahead and change the SNAPSHOT version into a BETA version on > our internal repository, but I rather would use an official build than > such a workaround. > > Best, > > Andreas > > > > -----Original Message----- > From: Doug Culnane [mailto:do...@cu...] > Sent: Sunday, April 01, 2007 9:15 AM > To: Andreas Guther; sta...@li... > Subject: Re: [Stat-scm-user] Stat-SCM non SNAPSHOT version planned? > > Hi Andreas, > > I have been meaning to Release version 1.0.0 for a while but I want to > link it with releases of StatSVN and StatCVS. For various reasons this > have not come together yet. However I will try extra hard to get this > coordinated soon that I can do a proper release. > > All the best, > > Doug > > Andreas Guther wrote: > >> Hi, >> >> I am having problems using the stat-scm Maven 2 plug-in together with >> the Maven release plug-in. The Maven 2 release plug-in refuses to >> continue in case if finds any SNAPSHOT dependency in the pom.xml. In >> > my > >> case the only SNAPSHOT dependency we have during release time is the >> > one > >> to the stat-scm plug-in which is only available as SNAPSHOT version. >> All I can do is to manually comment out the dependency during release >> time and then later undo the change. This is obviously an un-ideal >> situation. >> >> My question: >> >> Is there a stat-scm full version planned, or at least an alpha or beta >> version? The release plug-in takes anything but a SNAPSHOT. >> >> Andreas >> >> >> >> >> > ------------------------------------------------------------------------ > - > >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> > share your > >> opinions on IT & business topics through brief surveys-and earn cash >> >> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE > V > >> _______________________________________________ >> Stat-scm-user mailing list >> Sta...@li... >> https://lists.sourceforge.net/lists/listinfo/stat-scm-user >> >> > > |
From: Andreas G. <And...@ma...> - 2007-04-01 16:08:49
|
Hi, I am having problems using the stat-scm Maven 2 plug-in together with the Maven release plug-in. The Maven 2 release plug-in refuses to continue in case if finds any SNAPSHOT dependency in the pom.xml. In my case the only SNAPSHOT dependency we have during release time is the one to the stat-scm plug-in which is only available as SNAPSHOT version. All I can do is to manually comment out the dependency during release time and then later undo the change. This is obviously an un-ideal situation. My question: Is there a stat-scm full version planned, or at least an alpha or beta version? The release plug-in takes anything but a SNAPSHOT. Andreas |
From: Doug C. <do...@cu...> - 2007-03-28 16:36:21
|
Rodrigo, Please do a: mvn -U site on you project. I have just deployed a fix to the gray background problem, so you need to update (-U) your version of StatSCM and it should work. A same CVS based StatSCM report can be found at: http://stat-scm.sourceforge.net/stat-cvs/ All the best, Doug > OK! > > Thx... I'll be waiting for the changes _:) > > > Doug Culnane wrote: OK thanks for the example. It looks like XDOC is > working but the style-sheets need some work as you suggest. I will look > into this. All the best, Doug Rodrigo Gonçalves wrote: > hi! thx for answer. here it is attached an example of a site generated > by maven with the stat-scm report, when you click the image on the > stat-scm main page you'll see what i mean! thx again... Doug Culnane > wrote: I have not really tested the the StatSCM with CVS > for a while. Does it work? I think that CVS generates HTML but it > should generate XDOCS which would put everything in Maven style. I would > have to play around with this a bit to get it working. I do not have CVS > project to play with it would be great to check out your project and have > a go at running the maven site on your project. Is this possible? If > not I will try to set something up and see if I can get proper XDOC > generation working. That would be a better fix to your problem, that a > quick style-sheet hack. All the best, Doug > Hi!! I'm using stat-scm, and my proj is on a cvs server. On the > reporting stat-scm main page when I click the graph, appears a page with > a gray background color. I discovered that this is defined on the file > statcvs.css generated by the plugin. How can I change this? Or just stop > the generation of the file statcvs.css ? Any ideas ? THX > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT Join > SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ Stat-scm-user mailing > list Sta...@li... > https://lists.sourceforge.net/lists/listinfo/stat-scm-user > |
From: <rmg...@cr...> - 2007-03-28 15:39:48
|
Hi... I notice something in stat-scm working with CVS. I have an application with different modules, each module has his own reporting, but the stat-scm reporting always points for the root project. How do I configure stat-scm to point to that specific module? Instead of showing all the project. THX in advance... |
From: Doug C. <do...@cu...> - 2007-03-26 18:00:54
|
OK thanks for the example. It looks like XDOC is working but the style-sheets need some work as you suggest. I will look into this. All the best, Doug Rodrigo Gonçalves wrote: > hi! > thx for answer. > here it is attached an example of a site generated by maven with the > stat-scm report, > when you click the image on the stat-scm main page you'll see what i > mean! > > thx again... > > > > Doug Culnane wrote: >> I have not really tested the the StatSCM with CVS for a while. Does >> it work? >> >> I think that CVS generates HTML but it should generate XDOCS which would >> put everything in Maven style. I would have to play around with this a >> bit to get it working. I do not have CVS project to play with it >> would be >> great to check out your project and have a go at running the maven >> site on >> your project. Is this possible? >> >> If not I will try to set something up and see if I can get proper XDOC >> generation working. That would be a better fix to your problem, that a >> quick style-sheet hack. >> >> All the best, >> >> Doug >> >> >>> Hi!! >>> >>> I'm using stat-scm, and my proj is on a cvs server. >>> On the reporting stat-scm main page when I click the graph, appears a >>> page with a gray background color. >>> I discovered that this is defined on the file statcvs.css generated by >>> the plugin. >>> How can I change this? Or just stop the generation of the file >>> statcvs.css >>> ? >>> >>> Any ideas ? >>> >>> THX >>> >>> ------------------------------------------------------------------------- >>> >>> Take Surveys. Earn Cash. Influence the Future of IT >>> Join SourceForge.net's Techsay panel and you'll get the chance to share >>> your >>> opinions on IT & business topics through brief surveys-and earn cash >>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >>> >>> _______________________________________________ >>> Stat-scm-user mailing list >>> Sta...@li... >>> https://lists.sourceforge.net/lists/listinfo/stat-scm-user >>> >>> >> >> >> >> > |
From: Doug C. <do...@cu...> - 2007-03-23 08:34:01
|
I have not really tested the the StatSCM with CVS for a while. Does it work? I think that CVS generates HTML but it should generate XDOCS which would put everything in Maven style. I would have to play around with this a bit to get it working. I do not have CVS project to play with it would be great to check out your project and have a go at running the maven site on your project. Is this possible? If not I will try to set something up and see if I can get proper XDOC generation working. That would be a better fix to your problem, that a quick style-sheet hack. All the best, Doug > Hi!! > > I'm using stat-scm, and my proj is on a cvs server. > On the reporting stat-scm main page when I click the graph, appears a > page with a gray background color. > I discovered that this is defined on the file statcvs.css generated by > the plugin. > How can I change this? Or just stop the generation of the file statcvs.css > ? > > Any ideas ? > > THX > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Stat-scm-user mailing list > Sta...@li... > https://lists.sourceforge.net/lists/listinfo/stat-scm-user > |
From: <rmg...@cr...> - 2007-03-22 18:30:37
|
Hi!! I'm using stat-scm, and my proj is on a cvs server. On the reporting stat-scm main page when I click the graph, appears a page with a gray background color. I discovered that this is defined on the file statcvs.css generated by the plugin. How can I change this? Or just stop the generation of the file statcvs.css ? Any ideas ? THX |
From: Anna <ann...@gm...> - 2007-03-13 21:03:21
|
I am receiving the message "Error getting reports from the plugin 'net.sf:stat-scm': Unable to find the mojo 'net.sf:stat-scm:1.0-SNAPSHOT:stats' in the plugin 'net.sf:stat-scm' net/sf/statcvs/input/EmptyRepositoryException" when attempting to run mvn site. I haven't been able to find any other info related to this error. Any ideas? ~ Thanks. Here is the trace: [INFO] Scanning for projects... [INFO] ---------------------------------------------------------------------------- [INFO] Building ThreadUtils [INFO] task-segment: [site] [INFO] ---------------------------------------------------------------------------- [INFO] snapshot net.sf:stat-scm:1.0-SNAPSHOT: checking for updates from ce-snapshots [WARNING] repository metadata for: 'snapshot net.sf:stat-scm:1.0-SNAPSHOT' could not be retrieved from repository: ce-snapshots due to an error: Error transferring file [INFO] Repository 'ce-snapshots' will be blacklisted [WARNING] While downloading jfreechart:jfreechart:1.0.0 This artifact has been relocated to jfree:jfreechart:1.0.0. Downloading: http://stat-scm.sourceforge.net/maven2-snapshots/net/sf/stat-svn/0.1.3-SANPSHOT/stat-svn-0.1.3-SANPSHOT.pom [WARNING] Unable to get resource from repository stat-scm-sourceforge (http://stat-scm.sourceforge.net/maven2-snapshots) Downloading: http://repo1.maven.org/maven2/net/sf/stat-svn/0.1.3-SANPSHOT/stat-svn-0.1.3-SANPSHOT.pom [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2) ----------------------------------------------------- this realm = app0.child-container[net.sf:stat-scm] urls[0] = file:/root/.m2/repository/net/sf/stat-scm/1.0-SNAPSHOT/stat-scm-1.0-SNAPSHOT.jar urls[1] = file:/root/.m2/repository/jfree/jfreechart/1.0.0/jfreechart-1.0.0.jar urls[2] = file:/root/.m2/repository/junit/junit/3.8/junit-3.8.jar urls[3] = file:/root/.m2/repository/ant/ant/1.6.5/ant-1.6.5.jar urls[4] = file:/root/.m2/repository/jfree/jcommon/1.0.0/jcommon-1.0.0.jar urls[5] = file:/root/.m2/repository/net/sf/stat-svn/0.1.3-SANPSHOT/stat-svn-0.1.3-SANPSHOT.jar Number of imports: 0 this realm = plexus.core.maven urls[0] = file:/usr/local/apps/maven/lib/maven-project-2.0.4.jar urls[1] = file:/usr/local/apps/maven/lib/maven-error-diagnostics-2.0.4.jar urls[2] = file:/usr/local/apps/maven/lib/wagon-http-lightweight-1.0-alpha-6.jar urls[3] = file:/usr/local/apps/maven/lib/maven-repository-metadata-2.0.4.jar urls[4] = file:/usr/local/apps/maven/lib/maven-plugin-registry-2.0.4.jar urls[5] = file:/usr/local/apps/maven/lib/maven-monitor-2.0.4.jar urls[6] = file:/usr/local/apps/maven/lib/maven-artifact-2.0.4.jar urls[7] = file:/usr/local/apps/maven/lib/wagon-file-1.0-alpha-7.jar urls[8] = file:/usr/local/apps/maven/lib/maven-plugin-api-2.0.4.jar urls[9] = file:/usr/local/apps/maven/lib/maven-artifact-manager-2.0.4.jar urls[10] = file:/usr/local/apps/maven/lib/commons-cli-1.0.jar urls[11] = file:/usr/local/apps/maven/lib/maven-profile-2.0.4.jar urls[12] = file:/usr/local/apps/maven/lib/wagon-ssh-external-1.0-alpha-6.jar urls[13] = file:/usr/local/apps/maven/lib/maven-core-2.0.4.jar urls[14] = file:/usr/local/apps/maven/lib/plexus-interactivity-api-1.0-alpha-4.jar urls[15] = file:/usr/local/apps/maven/lib/wagon-ssh-1.0-alpha-7.jar urls[16] = file:/usr/local/apps/maven/lib/jsch-0.1.24.jar urls[17] = file:/usr/local/apps/maven/lib/doxia-sink-api-1.0-alpha-7.jar urls[18] = file:/usr/local/apps/maven/lib/maven-plugin-descriptor-2.0.4.jar urls[19] = file:/usr/local/apps/maven/lib/maven-plugin-parameter-documenter-2.0.4.jar urls[20] = file:/usr/local/apps/maven/lib/maven-settings-2.0.4.jar urls[21] = file:/usr/local/apps/maven/lib/maven-model-2.0.4.jar urls[22] = file:/usr/local/apps/maven/lib/wagon-provider-api-1.0-alpha-6.jar urls[23] = file:/usr/local/apps/maven/lib/maven-reporting-api-2.0.4.jar urls[24] = file:/root/.m2/repository/mil/jfcom/cie/maven/maven-config/1.0/maven-config-1.0.jar urls[25] = file:/root/.m2/repository/de/zeigermann/xml/xml-im-exporter/1.1/xml-im-exporter-1.1.jar urls[26] = file:/root/.m2/repository/jdom/jdom/1.0/jdom-1.0.jar urls[27] = file:/root/.m2/repository/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar urls[28] = file:/root/.m2/repository/commons-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.jar urls[29] = file:/root/.m2/repository/slide/slide-webdavlib/2.1/slide-webdavlib-2.1.jar urls[30] = file:/root/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar Number of imports: 0 this realm = plexus.core urls[0] = file:/usr/local/apps/maven/core/plexus-container-default-1.0-alpha-9.jar urls[1] = file:/usr/local/apps/maven/core/plexus-utils-1.1.jar Number of imports: 0 ----------------------------------------------------- [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error getting reports from the plugin 'net.sf:stat-scm': Unable to find the mojo 'net.sf:stat-scm:1.0-SNAPSHOT:stats' in the plugin 'net.sf:stat-scm' net/sf/statcvs/input/EmptyRepositoryException [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.lifecycle.LifecycleExecutionException: Error getting reports from the plugin 'net.sf:stat-scm': Unable to find the mojo 'net.sf:stat-scm:1.0-SNAPSHOT:stats' in the plugin 'net.sf:stat-scm' at org.apache.maven.lifecycle.DefaultLifecycleExecutor.getReports(DefaultLifecycleExecutor.java:689) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.getReports(DefaultLifecycleExecutor.java:637) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:512) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:475) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.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.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) 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.apache.maven.plugin.PluginManagerException: Unable to find the mojo 'net.sf:stat-scm:1.0-SNAPSHOT:stats' in the plugin 'net.sf:stat-scm' at org.apache.maven.plugin.DefaultPluginManager.getConfiguredMojo(DefaultPluginManager.java:533) at org.apache.maven.plugin.DefaultPluginManager.getReport(DefaultPluginManager.java:462) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.getReports(DefaultLifecycleExecutor.java:678) ... 18 more Caused by: org.codehaus.plexus.component.repository.exception.ComponentLookupException: Unable to lookup component 'org.apache.maven.plugin.Mojonet.sf:stat-scm:1.0-SNAPSHOT:stats', it could not be created at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:335) at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:440) at org.apache.maven.plugin.DefaultPluginManager.getConfiguredMojo(DefaultPluginManager.java:524) ... 20 more Caused by: org.codehaus.plexus.component.factory.ComponentInstantiationException: Could not instanciate component: role: 'null', implementation: 'net.sf.statscm.StatScmMojo' at org.codehaus.plexus.component.factory.java.JavaComponentFactory.makeException(JavaComponentFactory.java:77) at org.codehaus.plexus.component.factory.java.JavaComponentFactory.newInstance(JavaComponentFactory.java:62) at org.codehaus.plexus.DefaultPlexusContainer.createComponentInstance(DefaultPlexusContainer.java:1464) at org.codehaus.plexus.component.manager.AbstractComponentManager.createComponentInstance(AbstractComponentManager.java:93) at org.codehaus.plexus.component.manager.PerLookupComponentManager.getComponent(PerLookupComponentManager.java:48) at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:331) ... 22 more Caused by: java.lang.NoClassDefFoundError: net/sf/statcvs/input/EmptyRepositoryException at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389) at java.lang.Class.getConstructor0(Class.java:2699) at java.lang.Class.newInstance0(Class.java:326) at java.lang.Class.newInstance(Class.java:308) at org.codehaus.plexus.component.factory.java.JavaComponentFactory.newInstance(JavaComponentFactory.java:44) ... 26 more [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3 seconds [INFO] Finished at: Tue Mar 13 17:00:21 EDT 2007 [INFO] Final Memory: 4M/9M [INFO] ------------------------------------------------------------------------ The following section is in the pom: <pluginRepositories> <pluginRepository> <id>stat-scm-sourceforge</id> <url>http://stat-scm.sourceforge.net/maven2-snapshots</url> </pluginRepository> </pluginRepositories> <reporting> <plugins> <plugin> <groupId>net.sf</groupId> <artifactId>stat-scm</artifactId> <version>1.0-SNAPSHOT</version> </plugin> </plugins> </reporting> |
From: Abel C. <abe...@gm...> - 2007-03-02 16:19:13
|
Hi, I've executed a 'svn update' followed by 'svn commit' (there was just a change in pom.xml to re-activate the plugin I had commented out), and after that a 'mvn site' and it's simply worked Thank you very much, excuse the interruption, Abel. On 3/2/07, Doug Culnane <do...@cu...> wrote: > > Are you using SVN or CVS? > > Can you do a "cvs st" or "svn st" and send the output. > > Sometimes you need to do a checkin to sync the files on the disk with the > log file. > > Let me know if this helps. > > Thanks, > > Doug > > > Hi, > > > > I'm getting a NullPointerException while executing stat-scm plugin. I > > attach my pom.xml and copy here the log of the execution of 'mvn -e > site': > > [INFO] StatSCM Generating Source Code Management Metrics. > > [INFO] Configuring StatXXX > > [INFO] SCM Connection Type :svn > > [INFO] Output Directory > > > :/home/abel/proyectos/java/proyectos/consolidadorLogs/target/generated-site/xdoc/statscm/ > > [INFO] scm log > > > > /home/abel/proyectos/java/proyectos/consolidadorLogs/target/generated-site/xdoc/statscm/scm.log > > [INFO] > > > /home/abel/proyectos/java/proyectos/consolidadorLogs/target/generated-site/xdoc/statscm/scm.log > > EOF. > > [INFO] scm log ...; exitValue: 0 > > Mar 1, 2007 9:56:29 PM net.sf.statsvn.util.JavaUtilTaskLogger info > > INFO: Parsing SVN log > > > '/home/abel/proyectos/java/proyectos/consolidadorLogs/target/generated-site/xdoc/statscm/scm.log' > > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > > INFO: Scheduled 0 svn diff calls on 0 threads. > > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > > INFO: Generating report for consolidador Logs into > > > /home/abel/proyectos/java/proyectos/consolidadorLogs/target/generated-site/xdoc/statscm/ > > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > > INFO: Using default CSS file (statcvs.css) > > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > > INFO: Revision of consolidadorLogs.ipr does not match expected revision > > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > > INFO: Revision of > > > src/test/java/es/cajamadrid/consolidadorLogs/ConsolidadorLogsCLITest.java > > does not match expected revision > > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > > INFO: Revision of > > src/test/java/es/cajamadrid/consolidadorLogs/ConsolidadorLogsTest.java > > does not match expected revision > > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > > INFO: Revision of > > src/main/java/es/cajamadrid/consolidadorLogs/ConsolidadorLogsCLI.java > > does not match expected revision > > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > > INFO: Revision of > > src/main/java/es/cajamadrid/consolidadorLogs/util/UtilFicheros.java does > > not match expected revision > > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > > INFO: Revision of src/changes/changes.xml does not match expected > revision > > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > > INFO: Revision of consolidadorLogs.iws does not match expected revision > > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > > INFO: Revision of > > src/main/java/es/cajamadrid/consolidadorLogs/ConsolidadorLogs.java does > > not match expected revision > > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > > INFO: Revision of > > src/main/java/es/cajamadrid/consolidadorLogs/LibroExcel.java does not > > match expected revision > > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > > INFO: Revision of > > src/test/java/es/cajamadrid/consolidadorLogs/LibroExcelTest.java does > > not match expected revision > > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > > INFO: Revision of consolidadorLogs.iml does not match expected revision > > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > > INFO: Revision of > > src/test/java/es/cajamadrid/consolidadorLogs/DatoResumenEntradaTest.java > > does not match expected revision > > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > > INFO: Revision of > > > src/main/java/es/cajamadrid/consolidadorLogs/ConsolidadorLogsManager.java > > does not match expected revision > > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > > INFO: Revision of > > > src/test/java/es/cajamadrid/consolidadorLogs/ConsolidadorLogsManagerTest.java > > does not match expected revision > > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > > INFO: Revision of pom.xml does not match expected revision > > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > > INFO: Revision of > > src/main/java/es/cajamadrid/consolidadorLogs/DatoResumenEntrada.java > > does not match expected revision > > Mar 1, 2007 9:56:30 PM net.sf.statcvs.charts.ChartImage write > > INFO: writing chart 'Lines of Code and Churn Level' to locandchurn.png > > Mar 1, 2007 9:56:31 PM net.sf.statcvs.output.DefaultCssHandler > > createOutputFiles > > INFO: Creating CSS file at > > > '/home/abel/proyectos/java/proyectos/consolidadorLogs/target/generated-site/xdoc/statscm/statcvs.css' > > Mar 1, 2007 9:56:31 PM net.sf.statcvs.charts.ChartImage write > > INFO: writing chart 'Activity by Hour of Day' to activity_time.png > > Mar 1, 2007 9:56:31 PM net.sf.statcvs.charts.ChartImage write > > INFO: writing chart 'Activity by Day of Week' to activity_day.png > > Mar 1, 2007 9:56:31 PM net.sf.statcvs.charts.ChartImage write > > INFO: writing chart 'Commit Activity' to commitscatterauthors.png > > Mar 1, 2007 9:56:31 PM net.sf.statcvs.charts.ChartImage write > > INFO: writing chart 'Author Activity' to activity.png > > Mar 1, 2007 9:56:31 PM net.sf.statcvs.charts.ChartImage write > > INFO: writing chart 'Lines of Code' to loc.png > > [INFO] > > ------------------------------------------------------------------------ > > [ERROR] FATAL ERROR > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] null > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Trace > > java.lang.NullPointerException > > at net.sf.statcvs.pages.Page.add(Page.java:160) > > at > > net.sf.statcvs.pages.FileSizesPageMaker.toFile(FileSizesPageMaker.java > :53) > > at > > net.sf.statcvs.pages.ReportSuiteMaker.toFile(ReportSuiteMaker.java:80) > > at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:303) > > at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:235) > > at net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:158) > > at net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java > :128) > > at > > org.apache.maven.reporting.AbstractMavenReport.generate( > AbstractMavenReport.java:101) > > at > > org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument( > ReportDocumentRenderer.java:67) > > 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:124) > > at > > org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) > > at > > org.apache.maven.plugin.DefaultPluginManager.executeMojo( > DefaultPluginManager.java:420) > > 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 > :330) > > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:123) > > 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:597) > > 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) > > > > This is what there is in '.target/generated-site/xdoc/statscm/' folder: > > > > >ls -al target/generated-site/xdoc/statscm/ > > total 193 > > drwxr-xr-x 2 abel abel 528 2007-03-01 21:31 . > > drwxr-xr-x 4 abel abel 128 2007-03-01 21:28 .. > > -rw-r--r-- 1 abel abel 8014 2007-03-01 22:00 activity_day.png > > -rw-r--r-- 1 abel abel 4182 2007-03-01 22:00 activity.png > > -rw-r--r-- 1 abel abel 7359 2007-03-01 22:00 activity_time.png > > -rw-r--r-- 1 abel abel 774 2007-03-01 22:00 bug.png > > -rw-r--r-- 1 abel abel 6449 2007-03-01 22:00 commitscatterauthors.png > > -rw-r--r-- 1 abel abel 359 2007-03-01 22:00 file-deleted.png > > -rw-r--r-- 1 abel abel 341 2007-03-01 22:00 file.png > > -rw-r--r-- 1 abel abel 376 2007-03-01 22:00 folder-deleted.png > > -rw-r--r-- 1 abel abel 379 2007-03-01 22:00 folder.png > > -rw-r--r-- 1 abel abel 84815 2007-03-01 22:00 jtreemap-1.1.0.jar > > -rw-r--r-- 1 abel abel 16847 2007-03-01 22:00 locandchurn.png > > -rw-r--r-- 1 abel abel 14670 2007-03-01 22:00 loc.png > > -rw-r--r-- 1 abel abel 7452 2007-03-01 22:00 repomap-data.txt > > -rw-r--r-- 1 abel abel 7923 2007-03-01 22:00 scm.log > > -rw-r--r-- 1 abel abel 2930 2007-03-01 22:00 statcvs.css > > > > and this is what there is in './target/site/statscm/' folder: > > >ls -al target/site/statscm/ > > total 1 > > drwxr-xr-x 2 abel abel 80 2007-03-01 21:28 . > > drwxr-xr-x 10 abel abel 1144 2007-03-01 21:28 .. > > -rw-r--r-- 1 abel abel 0 2007-03-01 22:00 statscm.html > > > > > > Thanks in advance, > > Abel. > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > > your > > opinions on IT & business topics through brief surveys-and earn cash > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV_______________________________________________ > > Stat-scm-user mailing list > > Sta...@li... > > https://lists.sourceforge.net/lists/listinfo/stat-scm-user > > > > > |
From: Doug C. <do...@cu...> - 2007-03-02 08:28:23
|
Are you using SVN or CVS? Can you do a "cvs st" or "svn st" and send the output. Sometimes you need to do a checkin to sync the files on the disk with the log file. Let me know if this helps. Thanks, Doug > Hi, > > I'm getting a NullPointerException while executing stat-scm plugin. I > attach my pom.xml and copy here the log of the execution of 'mvn -e site': > [INFO] StatSCM Generating Source Code Management Metrics. > [INFO] Configuring StatXXX > [INFO] SCM Connection Type :svn > [INFO] Output Directory > :/home/abel/proyectos/java/proyectos/consolidadorLogs/target/generated-site/xdoc/statscm/ > [INFO] scm log > > /home/abel/proyectos/java/proyectos/consolidadorLogs/target/generated-site/xdoc/statscm/scm.log > [INFO] > /home/abel/proyectos/java/proyectos/consolidadorLogs/target/generated-site/xdoc/statscm/scm.log > EOF. > [INFO] scm log ...; exitValue: 0 > Mar 1, 2007 9:56:29 PM net.sf.statsvn.util.JavaUtilTaskLogger info > INFO: Parsing SVN log > '/home/abel/proyectos/java/proyectos/consolidadorLogs/target/generated-site/xdoc/statscm/scm.log' > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > INFO: Scheduled 0 svn diff calls on 0 threads. > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > INFO: Generating report for consolidador Logs into > /home/abel/proyectos/java/proyectos/consolidadorLogs/target/generated-site/xdoc/statscm/ > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > INFO: Using default CSS file (statcvs.css) > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > INFO: Revision of consolidadorLogs.ipr does not match expected revision > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > INFO: Revision of > src/test/java/es/cajamadrid/consolidadorLogs/ConsolidadorLogsCLITest.java > does not match expected revision > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > INFO: Revision of > src/test/java/es/cajamadrid/consolidadorLogs/ConsolidadorLogsTest.java > does not match expected revision > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > INFO: Revision of > src/main/java/es/cajamadrid/consolidadorLogs/ConsolidadorLogsCLI.java > does not match expected revision > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > INFO: Revision of > src/main/java/es/cajamadrid/consolidadorLogs/util/UtilFicheros.java does > not match expected revision > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > INFO: Revision of src/changes/changes.xml does not match expected revision > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > INFO: Revision of consolidadorLogs.iws does not match expected revision > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > INFO: Revision of > src/main/java/es/cajamadrid/consolidadorLogs/ConsolidadorLogs.java does > not match expected revision > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > INFO: Revision of > src/main/java/es/cajamadrid/consolidadorLogs/LibroExcel.java does not > match expected revision > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > INFO: Revision of > src/test/java/es/cajamadrid/consolidadorLogs/LibroExcelTest.java does > not match expected revision > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > INFO: Revision of consolidadorLogs.iml does not match expected revision > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > INFO: Revision of > src/test/java/es/cajamadrid/consolidadorLogs/DatoResumenEntradaTest.java > does not match expected revision > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > INFO: Revision of > src/main/java/es/cajamadrid/consolidadorLogs/ConsolidadorLogsManager.java > does not match expected revision > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > INFO: Revision of > src/test/java/es/cajamadrid/consolidadorLogs/ConsolidadorLogsManagerTest.java > does not match expected revision > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > INFO: Revision of pom.xml does not match expected revision > Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info > INFO: Revision of > src/main/java/es/cajamadrid/consolidadorLogs/DatoResumenEntrada.java > does not match expected revision > Mar 1, 2007 9:56:30 PM net.sf.statcvs.charts.ChartImage write > INFO: writing chart 'Lines of Code and Churn Level' to locandchurn.png > Mar 1, 2007 9:56:31 PM net.sf.statcvs.output.DefaultCssHandler > createOutputFiles > INFO: Creating CSS file at > '/home/abel/proyectos/java/proyectos/consolidadorLogs/target/generated-site/xdoc/statscm/statcvs.css' > Mar 1, 2007 9:56:31 PM net.sf.statcvs.charts.ChartImage write > INFO: writing chart 'Activity by Hour of Day' to activity_time.png > Mar 1, 2007 9:56:31 PM net.sf.statcvs.charts.ChartImage write > INFO: writing chart 'Activity by Day of Week' to activity_day.png > Mar 1, 2007 9:56:31 PM net.sf.statcvs.charts.ChartImage write > INFO: writing chart 'Commit Activity' to commitscatterauthors.png > Mar 1, 2007 9:56:31 PM net.sf.statcvs.charts.ChartImage write > INFO: writing chart 'Author Activity' to activity.png > Mar 1, 2007 9:56:31 PM net.sf.statcvs.charts.ChartImage write > INFO: writing chart 'Lines of Code' to loc.png > [INFO] > ------------------------------------------------------------------------ > [ERROR] FATAL ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] null > [INFO] > ------------------------------------------------------------------------ > [INFO] Trace > java.lang.NullPointerException > at net.sf.statcvs.pages.Page.add(Page.java:160) > at > net.sf.statcvs.pages.FileSizesPageMaker.toFile(FileSizesPageMaker.java:53) > at > net.sf.statcvs.pages.ReportSuiteMaker.toFile(ReportSuiteMaker.java:80) > at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:303) > at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:235) > at net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:158) > at net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:128) > at > org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:101) > at > org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(ReportDocumentRenderer.java:67) > 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:124) > at > org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) > at > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:420) > 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:330) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:123) > 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:597) > 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) > > This is what there is in '.target/generated-site/xdoc/statscm/' folder: > > >ls -al target/generated-site/xdoc/statscm/ > total 193 > drwxr-xr-x 2 abel abel 528 2007-03-01 21:31 . > drwxr-xr-x 4 abel abel 128 2007-03-01 21:28 .. > -rw-r--r-- 1 abel abel 8014 2007-03-01 22:00 activity_day.png > -rw-r--r-- 1 abel abel 4182 2007-03-01 22:00 activity.png > -rw-r--r-- 1 abel abel 7359 2007-03-01 22:00 activity_time.png > -rw-r--r-- 1 abel abel 774 2007-03-01 22:00 bug.png > -rw-r--r-- 1 abel abel 6449 2007-03-01 22:00 commitscatterauthors.png > -rw-r--r-- 1 abel abel 359 2007-03-01 22:00 file-deleted.png > -rw-r--r-- 1 abel abel 341 2007-03-01 22:00 file.png > -rw-r--r-- 1 abel abel 376 2007-03-01 22:00 folder-deleted.png > -rw-r--r-- 1 abel abel 379 2007-03-01 22:00 folder.png > -rw-r--r-- 1 abel abel 84815 2007-03-01 22:00 jtreemap-1.1.0.jar > -rw-r--r-- 1 abel abel 16847 2007-03-01 22:00 locandchurn.png > -rw-r--r-- 1 abel abel 14670 2007-03-01 22:00 loc.png > -rw-r--r-- 1 abel abel 7452 2007-03-01 22:00 repomap-data.txt > -rw-r--r-- 1 abel abel 7923 2007-03-01 22:00 scm.log > -rw-r--r-- 1 abel abel 2930 2007-03-01 22:00 statcvs.css > > and this is what there is in './target/site/statscm/' folder: > >ls -al target/site/statscm/ > total 1 > drwxr-xr-x 2 abel abel 80 2007-03-01 21:28 . > drwxr-xr-x 10 abel abel 1144 2007-03-01 21:28 .. > -rw-r--r-- 1 abel abel 0 2007-03-01 22:00 statscm.html > > > Thanks in advance, > Abel. > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV_______________________________________________ > Stat-scm-user mailing list > Sta...@li... > https://lists.sourceforge.net/lists/listinfo/stat-scm-user > |
From: Abel C. <abe...@gm...> - 2007-03-01 21:05:38
|
Hi, I'm getting a NullPointerException while executing stat-scm plugin. I attach my pom.xml and copy here the log of the execution of 'mvn -e site': [INFO] StatSCM Generating Source Code Management Metrics. [INFO] Configuring StatXXX [INFO] SCM Connection Type :svn [INFO] Output Directory :/home/abel/proyectos/java/proyectos/consolidadorLogs/target/generated-site/xdoc/statscm/ [INFO] scm log > /home/abel/proyectos/java/proyectos/consolidadorLogs/target/generated-site/xdoc/statscm/scm.log [INFO] /home/abel/proyectos/java/proyectos/consolidadorLogs/target/generated-site/xdoc/statscm/scm.log EOF. [INFO] scm log ...; exitValue: 0 Mar 1, 2007 9:56:29 PM net.sf.statsvn.util.JavaUtilTaskLogger info INFO: Parsing SVN log '/home/abel/proyectos/java/proyectos/consolidadorLogs/target/generated-site/xdoc/statscm/scm.log' Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info INFO: Scheduled 0 svn diff calls on 0 threads. Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info INFO: Generating report for consolidador Logs into /home/abel/proyectos/java/proyectos/consolidadorLogs/target/generated-site/xdoc/statscm/ Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info INFO: Using default CSS file (statcvs.css) Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info INFO: Revision of consolidadorLogs.ipr does not match expected revision Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info INFO: Revision of src/test/java/es/cajamadrid/consolidadorLogs/ConsolidadorLogsCLITest.java does not match expected revision Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info INFO: Revision of src/test/java/es/cajamadrid/consolidadorLogs/ConsolidadorLogsTest.java does not match expected revision Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info INFO: Revision of src/main/java/es/cajamadrid/consolidadorLogs/ConsolidadorLogsCLI.java does not match expected revision Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info INFO: Revision of src/main/java/es/cajamadrid/consolidadorLogs/util/UtilFicheros.java does not match expected revision Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info INFO: Revision of src/changes/changes.xml does not match expected revision Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info INFO: Revision of consolidadorLogs.iws does not match expected revision Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info INFO: Revision of src/main/java/es/cajamadrid/consolidadorLogs/ConsolidadorLogs.java does not match expected revision Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info INFO: Revision of src/main/java/es/cajamadrid/consolidadorLogs/LibroExcel.java does not match expected revision Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info INFO: Revision of src/test/java/es/cajamadrid/consolidadorLogs/LibroExcelTest.java does not match expected revision Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info INFO: Revision of consolidadorLogs.iml does not match expected revision Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info INFO: Revision of src/test/java/es/cajamadrid/consolidadorLogs/DatoResumenEntradaTest.java does not match expected revision Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info INFO: Revision of src/main/java/es/cajamadrid/consolidadorLogs/ConsolidadorLogsManager.java does not match expected revision Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info INFO: Revision of src/test/java/es/cajamadrid/consolidadorLogs/ConsolidadorLogsManagerTest.java does not match expected revision Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info INFO: Revision of pom.xml does not match expected revision Mar 1, 2007 9:56:30 PM net.sf.statsvn.util.JavaUtilTaskLogger info INFO: Revision of src/main/java/es/cajamadrid/consolidadorLogs/DatoResumenEntrada.java does not match expected revision Mar 1, 2007 9:56:30 PM net.sf.statcvs.charts.ChartImage write INFO: writing chart 'Lines of Code and Churn Level' to locandchurn.png Mar 1, 2007 9:56:31 PM net.sf.statcvs.output.DefaultCssHandler createOutputFiles INFO: Creating CSS file at '/home/abel/proyectos/java/proyectos/consolidadorLogs/target/generated-site/xdoc/statscm/statcvs.css' Mar 1, 2007 9:56:31 PM net.sf.statcvs.charts.ChartImage write INFO: writing chart 'Activity by Hour of Day' to activity_time.png Mar 1, 2007 9:56:31 PM net.sf.statcvs.charts.ChartImage write INFO: writing chart 'Activity by Day of Week' to activity_day.png Mar 1, 2007 9:56:31 PM net.sf.statcvs.charts.ChartImage write INFO: writing chart 'Commit Activity' to commitscatterauthors.png Mar 1, 2007 9:56:31 PM net.sf.statcvs.charts.ChartImage write INFO: writing chart 'Author Activity' to activity.png Mar 1, 2007 9:56:31 PM net.sf.statcvs.charts.ChartImage write INFO: writing chart 'Lines of Code' to loc.png [INFO] ------------------------------------------------------------------------ [ERROR] FATAL ERROR [INFO] ------------------------------------------------------------------------ [INFO] null [INFO] ------------------------------------------------------------------------ [INFO] Trace java.lang.NullPointerException at net.sf.statcvs.pages.Page.add(Page.java:160) at net.sf.statcvs.pages.FileSizesPageMaker.toFile(FileSizesPageMaker.java:53) at net.sf.statcvs.pages.ReportSuiteMaker.toFile(ReportSuiteMaker.java:80) at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:303) at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:235) at net.sf.statscm.StatScmMojo.doSvnStats(StatScmMojo.java:158) at net.sf.statscm.StatScmMojo.executeReport(StatScmMojo.java:128) at org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:101) at org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(ReportDocumentRenderer.java:67) 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:124) at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:92) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:420) 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:330) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:123) 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:597) 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) This is what there is in '.target/generated-site/xdoc/statscm/' folder: >ls -al target/generated-site/xdoc/statscm/ total 193 drwxr-xr-x 2 abel abel 528 2007-03-01 21:31 . drwxr-xr-x 4 abel abel 128 2007-03-01 21:28 .. -rw-r--r-- 1 abel abel 8014 2007-03-01 22:00 activity_day.png -rw-r--r-- 1 abel abel 4182 2007-03-01 22:00 activity.png -rw-r--r-- 1 abel abel 7359 2007-03-01 22:00 activity_time.png -rw-r--r-- 1 abel abel 774 2007-03-01 22:00 bug.png -rw-r--r-- 1 abel abel 6449 2007-03-01 22:00 commitscatterauthors.png -rw-r--r-- 1 abel abel 359 2007-03-01 22:00 file-deleted.png -rw-r--r-- 1 abel abel 341 2007-03-01 22:00 file.png -rw-r--r-- 1 abel abel 376 2007-03-01 22:00 folder-deleted.png -rw-r--r-- 1 abel abel 379 2007-03-01 22:00 folder.png -rw-r--r-- 1 abel abel 84815 2007-03-01 22:00 jtreemap-1.1.0.jar -rw-r--r-- 1 abel abel 16847 2007-03-01 22:00 locandchurn.png -rw-r--r-- 1 abel abel 14670 2007-03-01 22:00 loc.png -rw-r--r-- 1 abel abel 7452 2007-03-01 22:00 repomap-data.txt -rw-r--r-- 1 abel abel 7923 2007-03-01 22:00 scm.log -rw-r--r-- 1 abel abel 2930 2007-03-01 22:00 statcvs.css and this is what there is in './target/site/statscm/' folder: >ls -al target/site/statscm/ total 1 drwxr-xr-x 2 abel abel 80 2007-03-01 21:28 . drwxr-xr-x 10 abel abel 1144 2007-03-01 21:28 .. -rw-r--r-- 1 abel abel 0 2007-03-01 22:00 statscm.html Thanks in advance, Abel. |
From: Jason K. <jk...@sh...> - 2006-12-04 20:13:52
|
> Where is the StatSVN cache so I can delete this for further tests? It is in your home folder\.statsvn (c:\documents and settings\jkealey\.statsvn on Windows, for me) -----Original Message----- From: sta...@li... [mailto:sta...@li...] On Behalf Of Doug Culnane Sent: December 4, 2006 3:09 PM To: sta...@li... Cc: sta...@li... Subject: Re: [Statsvn-developers] Multi-threading SVN Diffs I have upgraded StatSCM to use latest StatSVN. Multi threading seams to work fine. Where is the StatSVN cache so I can delete this for further tests? Multi threading should make StatSVN / statSCM usable on a bigger SF projects, so this is great. Not sure if the SF Subversion Server Admins are going to be too pleased about this. I found out that I can use the MavenProject object to configure StatSCM. There is no config parameters to set for the plug-in at the moment. All parameters come from the pom.xml. :-) I have introduced automatically configured Buzilla and ViewVC integration. These features are new to StatVN. At the moment I have to assume ViewVC is used. I am trying to avoid a configuration parameter but think that unless a project.scm.websystem element is introduced into the pom then I will have to get the user to override this with a config parameter, if they use another system. Does anyone know of some logic for autodetecting the system used? All the best, Doug |
From: Doug C. <do...@cu...> - 2006-12-04 20:09:14
|
I have upgraded StatSCM to use latest StatSVN. Multi threading seams to work fine. Where is the StatSVN cache so I can delete this for further tests? Multi threading should make StatSVN / statSCM usable on a bigger SF projects, so this is great. Not sure if the SF Subversion Server Admins are going to be too pleased about this. I found out that I can use the MavenProject object to configure StatSCM. There is no config parameters to set for the plug-in at the moment. All parameters come from the pom.xml. :-) I have introduced automatically configured Buzilla and ViewVC integration. These features are new to StatVN. At the moment I have to assume ViewVC is used. I am trying to avoid a configuration parameter but think that unless a project.scm.websystem element is introduced into the pom then I will have to get the user to override this with a config parameter, if they use another system. Does anyone know of some logic for autodetecting the system used? All the best, Doug Benoit Xhenseval wrote: > Hi *, > > Last night I checked in a mechanism to multi-thread the calls to svn > diff that build the cache. > I've tried it on several projects and the results seems good > (certainly much faster! :-) > > The 2 command line options are: > -threads n (default 25) > -concurrency-threshold (default 2000 ms) > > This means that if a call to SVN DIFF takes more than 2000 ms, StatSVN > will then use 25 threads to launch the svn diff in parallel. > > StatSVN also now gives an estimated time for the SVN diff. I've used > it against Spring Rich Client (on Sourceforge!) with 55 threads and it > reduced the estimated time from 50+h to 1h30. > > More tests and feedback are welcome! > > Thanks & regards, > > Benoit > > -- > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.5.430 / Virus Database: 268.15.6/567 - Release Date: > 04/12/2006 07:18 > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ------------------------------------------------------------------------ > > _______________________________________________ > Statsvn-developers mailing list > Sta...@li... > https://lists.sourceforge.net/lists/listinfo/statsvn-developers > |
From: Doug C. <do...@cu...> - 2006-11-28 18:06:11
|
Thanks for the feedback. It is clear that the front page could be a lot better. This will only improve (i hope) and you should get updates automatically :-) Maven is so cool when it works. All the best, Doug Miroslav Šulc wrote: > Doug Culnane wrote: >> Thank you. My project is very small and really only wraps around >> StatSVN they are the guy that have done the real work. >> > I know that most of the work is done by StatSVN but I like the way the > stats are placed within the Maven generated site which I suppose is > what your plugin does. And definitely the automation of the task is > perfect :-) > > One thing I would suggest is that the subsections links like Author > Page, Commit Log etc. could be placed also on the stats intro page so > not experienced users know there's something behind the intro chart. >> Will try to update my dependency to StatSVN soon. >> > Thank you. >> Have added a link to your sample report to the site. This will be >> deployed soon. >> > Thank you. Link from my pages to your plugin is already there provided > by your plugin ;-) >> All the best, >> >> Doug >> > Have a nice day. > > Miroslav >> Miroslav Šulc wrote: >> >>> Doug, >>> >>> really nice work :-) Thank you. You can see the result of your plugin >>> at http://apgdiff.sourceforge.net/statscm/statscm.html. >>> >>> StatSVN 0.2.0 was just released today and there are some interesting >>> improvements so it would be great if the plugin could use the latest >>> version. StatSVN 0.2.0 depends on StatCVS 0.2.4 which was not released >>> yet. I asked about the dependancy in their forum so hope I'll get some >>> answer soon: >>> http://sourceforge.net/forum/forum.php?thread_id=1621539&forum_id=560747 >>> >>> > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ------------------------------------------------------------------------ > > _______________________________________________ > Stat-scm-user mailing list > Sta...@li... > https://lists.sourceforge.net/lists/listinfo/stat-scm-user > |
From: <mir...@st...> - 2006-11-28 17:30:53
|
Doug Culnane wrote: > Thank you. My project is very small and really only wraps around > StatSVN they are the guy that have done the real work. > I know that most of the work is done by StatSVN but I like the way the stats are placed within the Maven generated site which I suppose is what your plugin does. And definitely the automation of the task is perfect :-) One thing I would suggest is that the subsections links like Author Page, Commit Log etc. could be placed also on the stats intro page so not experienced users know there's something behind the intro chart. > Will try to update my dependency to StatSVN soon. > Thank you. > Have added a link to your sample report to the site. This will be > deployed soon. > Thank you. Link from my pages to your plugin is already there provided by your plugin ;-) > All the best, > > Doug > Have a nice day. Miroslav > Miroslav Šulc wrote: > >> Doug, >> >> really nice work :-) Thank you. You can see the result of your plugin >> at http://apgdiff.sourceforge.net/statscm/statscm.html. >> >> StatSVN 0.2.0 was just released today and there are some interesting >> improvements so it would be great if the plugin could use the latest >> version. StatSVN 0.2.0 depends on StatCVS 0.2.4 which was not released >> yet. I asked about the dependancy in their forum so hope I'll get some >> answer soon: >> http://sourceforge.net/forum/forum.php?thread_id=1621539&forum_id=560747 >> |
From: Doug C. <do...@cu...> - 2006-11-28 17:00:47
|
Thank you. My project is very small and really only wraps around StatSVN they are the guy that have done the real work. Will try to update my dependency to StatSVN soon. Have added a link to your sample report to the site. This will be deployed soon. All the best, Doug Miroslav Šulc wrote: > Doug, > > really nice work :-) Thank you. You can see the result of your plugin > at http://apgdiff.sourceforge.net/statscm/statscm.html. > > StatSVN 0.2.0 was just released today and there are some interesting > improvements so it would be great if the plugin could use the latest > version. StatSVN 0.2.0 depends on StatCVS 0.2.4 which was not released > yet. I asked about the dependancy in their forum so hope I'll get some > answer soon: > http://sourceforge.net/forum/forum.php?thread_id=1621539&forum_id=560747 > > Have a nice day. > > -- > Miroslav > > Miroslav Šulc wrote: >> Hm, I just changed the id of your second repository to >> stat-scm-sourceforge-snapshot because it seemed to be ignored before >> and now things get downloaded :-) >> >> -- >> Miroslav >> >> Miroslav Šulc wrote: >>> Hi Doug, >>> >>> thank you for your fast reply :-) Maybe you'll get more feedback now >>> as http://www.statsvn.org/ just released their new website with link >>> to your project :-) >>> >>> The problem still persist but now the output is more concrete. From >>> it is obvious it cannot get >>> http://stat-scm.sourceforge.net/maven2/net/sf/stat-scm/1.0-SNAPSHOT/stat-scm-1.0-SNAPSHOT.pom >>> which really isn't there: >>> >>> [INFO] snapshot net.sf:stat-scm:1.0-SNAPSHOT: checking for updates >>> from codehaus-snapshot-plugins >>> [INFO] snapshot net.sf:stat-scm:1.0-SNAPSHOT: checking for updates >>> from unto.net >>> [INFO] snapshot net.sf:stat-scm:1.0-SNAPSHOT: checking for updates >>> from stat-scm-sourceforge >>> Downloading: >>> http://snapshots.repository.codehaus.org//net/sf/stat-scm/1.0-SNAPSHOT/stat-scm-1.0-SNAPSHOT.pom >>> >>> [WARNING] Unable to get resource from repository >>> codehaus-snapshot-plugins (http://snapshots.repository.codehaus.org/) >>> Downloading: >>> http://repository.unto.net/maven//net/sf/stat-scm/1.0-SNAPSHOT/stat-scm-1.0-SNAPSHOT.pom >>> >>> [WARNING] Unable to get resource from repository unto.net >>> (http://repository.unto.net/maven/) >>> Downloading: >>> http://stat-scm.sourceforge.net/maven2/net/sf/stat-scm/1.0-SNAPSHOT/stat-scm-1.0-SNAPSHOT.pom >>> >>> [WARNING] Unable to get resource from repository >>> stat-scm-sourceforge (http://stat-scm.sourceforge.net/maven2) >>> [INFO] >>> ------------------------------------------------------------------------ >>> >>> [ERROR] BUILD ERROR >>> [INFO] >>> ------------------------------------------------------------------------ >>> >>> [INFO] Error building POM (may not be this project's POM). >>> >>> >>> Project ID: net.sf:stat-scm >>> >>> Reason: POM 'net.sf:stat-scm' not found in repository: Unable to >>> download the artifact from any repository >>> >>> net.sf:stat-scm:pom:1.0-SNAPSHOT >>> >>> from the specified remote repositories: >>> codehaus-snapshot-plugins (http://snapshots.repository.codehaus.org/), >>> codehaus-plugins (http://repository.codehaus.org/), >>> stat-scm-sourceforge (http://stat-scm.sourceforge.net/maven2), >>> unto.net (http://repository.unto.net/maven/), >>> central (http://repo1.maven.org/maven2) >> ------------------------------------------------------------------------- >> >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> share your >> opinions on IT & business topics through brief surveys - and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Stat-scm-user mailing list >> Sta...@li... >> https://lists.sourceforge.net/lists/listinfo/stat-scm-user >> > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ------------------------------------------------------------------------ > > _______________________________________________ > Stat-scm-user mailing list > Sta...@li... > https://lists.sourceforge.net/lists/listinfo/stat-scm-user > |
From: <mir...@st...> - 2006-11-28 14:21:04
|
Doug, really nice work :-) Thank you. You can see the result of your plugin at http://apgdiff.sourceforge.net/statscm/statscm.html. StatSVN 0.2.0 was just released today and there are some interesting improvements so it would be great if the plugin could use the latest version. StatSVN 0.2.0 depends on StatCVS 0.2.4 which was not released yet. I asked about the dependancy in their forum so hope I'll get some answer soon: http://sourceforge.net/forum/forum.php?thread_id=1621539&forum_id=560747 Have a nice day. -- Miroslav Miroslav Šulc wrote: > Hm, I just changed the id of your second repository to > stat-scm-sourceforge-snapshot because it seemed to be ignored before > and now things get downloaded :-) > > -- > Miroslav > > Miroslav Šulc wrote: >> Hi Doug, >> >> thank you for your fast reply :-) Maybe you'll get more feedback now >> as http://www.statsvn.org/ just released their new website with link >> to your project :-) >> >> The problem still persist but now the output is more concrete. From >> it is obvious it cannot get >> http://stat-scm.sourceforge.net/maven2/net/sf/stat-scm/1.0-SNAPSHOT/stat-scm-1.0-SNAPSHOT.pom >> which really isn't there: >> >> [INFO] snapshot net.sf:stat-scm:1.0-SNAPSHOT: checking for updates >> from codehaus-snapshot-plugins >> [INFO] snapshot net.sf:stat-scm:1.0-SNAPSHOT: checking for updates >> from unto.net >> [INFO] snapshot net.sf:stat-scm:1.0-SNAPSHOT: checking for updates >> from stat-scm-sourceforge >> Downloading: >> http://snapshots.repository.codehaus.org//net/sf/stat-scm/1.0-SNAPSHOT/stat-scm-1.0-SNAPSHOT.pom >> >> [WARNING] Unable to get resource from repository >> codehaus-snapshot-plugins (http://snapshots.repository.codehaus.org/) >> Downloading: >> http://repository.unto.net/maven//net/sf/stat-scm/1.0-SNAPSHOT/stat-scm-1.0-SNAPSHOT.pom >> >> [WARNING] Unable to get resource from repository unto.net >> (http://repository.unto.net/maven/) >> Downloading: >> http://stat-scm.sourceforge.net/maven2/net/sf/stat-scm/1.0-SNAPSHOT/stat-scm-1.0-SNAPSHOT.pom >> >> [WARNING] Unable to get resource from repository stat-scm-sourceforge >> (http://stat-scm.sourceforge.net/maven2) >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD ERROR >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Error building POM (may not be this project's POM). >> >> >> Project ID: net.sf:stat-scm >> >> Reason: POM 'net.sf:stat-scm' not found in repository: Unable to >> download the artifact from any repository >> >> net.sf:stat-scm:pom:1.0-SNAPSHOT >> >> from the specified remote repositories: >> codehaus-snapshot-plugins (http://snapshots.repository.codehaus.org/), >> codehaus-plugins (http://repository.codehaus.org/), >> stat-scm-sourceforge (http://stat-scm.sourceforge.net/maven2), >> unto.net (http://repository.unto.net/maven/), >> central (http://repo1.maven.org/maven2) > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ------------------------------------------------------------------------ > > _______________________________________________ > Stat-scm-user mailing list > Sta...@li... > https://lists.sourceforge.net/lists/listinfo/stat-scm-user > |
From: <mir...@st...> - 2006-11-28 13:52:30
|
Hm, I just changed the id of your second repository to stat-scm-sourceforge-snapshot because it seemed to be ignored before and now things get downloaded :-) -- Miroslav Miroslav Šulc wrote: > Hi Doug, > > thank you for your fast reply :-) Maybe you'll get more feedback now > as http://www.statsvn.org/ just released their new website with link > to your project :-) > > The problem still persist but now the output is more concrete. From it > is obvious it cannot get > http://stat-scm.sourceforge.net/maven2/net/sf/stat-scm/1.0-SNAPSHOT/stat-scm-1.0-SNAPSHOT.pom > which really isn't there: > > [INFO] snapshot net.sf:stat-scm:1.0-SNAPSHOT: checking for updates > from codehaus-snapshot-plugins > [INFO] snapshot net.sf:stat-scm:1.0-SNAPSHOT: checking for updates > from unto.net > [INFO] snapshot net.sf:stat-scm:1.0-SNAPSHOT: checking for updates > from stat-scm-sourceforge > Downloading: > http://snapshots.repository.codehaus.org//net/sf/stat-scm/1.0-SNAPSHOT/stat-scm-1.0-SNAPSHOT.pom > > [WARNING] Unable to get resource from repository > codehaus-snapshot-plugins (http://snapshots.repository.codehaus.org/) > Downloading: > http://repository.unto.net/maven//net/sf/stat-scm/1.0-SNAPSHOT/stat-scm-1.0-SNAPSHOT.pom > > [WARNING] Unable to get resource from repository unto.net > (http://repository.unto.net/maven/) > Downloading: > http://stat-scm.sourceforge.net/maven2/net/sf/stat-scm/1.0-SNAPSHOT/stat-scm-1.0-SNAPSHOT.pom > > [WARNING] Unable to get resource from repository stat-scm-sourceforge > (http://stat-scm.sourceforge.net/maven2) > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Error building POM (may not be this project's POM). > > > Project ID: net.sf:stat-scm > > Reason: POM 'net.sf:stat-scm' not found in repository: Unable to > download the artifact from any repository > > net.sf:stat-scm:pom:1.0-SNAPSHOT > > from the specified remote repositories: > codehaus-snapshot-plugins (http://snapshots.repository.codehaus.org/), > codehaus-plugins (http://repository.codehaus.org/), > stat-scm-sourceforge (http://stat-scm.sourceforge.net/maven2), > unto.net (http://repository.unto.net/maven/), > central (http://repo1.maven.org/maven2) |
From: <mir...@st...> - 2006-11-28 13:49:02
|
Hi Doug, thank you for your fast reply :-) Maybe you'll get more feedback now as http://www.statsvn.org/ just released their new website with link to your project :-) The problem still persist but now the output is more concrete. From it is obvious it cannot get http://stat-scm.sourceforge.net/maven2/net/sf/stat-scm/1.0-SNAPSHOT/stat-scm-1.0-SNAPSHOT.pom which really isn't there: [INFO] snapshot net.sf:stat-scm:1.0-SNAPSHOT: checking for updates from codehaus-snapshot-plugins [INFO] snapshot net.sf:stat-scm:1.0-SNAPSHOT: checking for updates from unto.net [INFO] snapshot net.sf:stat-scm:1.0-SNAPSHOT: checking for updates from stat-scm-sourceforge Downloading: http://snapshots.repository.codehaus.org//net/sf/stat-scm/1.0-SNAPSHOT/stat-scm-1.0-SNAPSHOT.pom [WARNING] Unable to get resource from repository codehaus-snapshot-plugins (http://snapshots.repository.codehaus.org/) Downloading: http://repository.unto.net/maven//net/sf/stat-scm/1.0-SNAPSHOT/stat-scm-1.0-SNAPSHOT.pom [WARNING] Unable to get resource from repository unto.net (http://repository.unto.net/maven/) Downloading: http://stat-scm.sourceforge.net/maven2/net/sf/stat-scm/1.0-SNAPSHOT/stat-scm-1.0-SNAPSHOT.pom [WARNING] Unable to get resource from repository stat-scm-sourceforge (http://stat-scm.sourceforge.net/maven2) [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM). Project ID: net.sf:stat-scm Reason: POM 'net.sf:stat-scm' not found in repository: Unable to download the artifact from any repository net.sf:stat-scm:pom:1.0-SNAPSHOT from the specified remote repositories: codehaus-snapshot-plugins (http://snapshots.repository.codehaus.org/), codehaus-plugins (http://repository.codehaus.org/), stat-scm-sourceforge (http://stat-scm.sourceforge.net/maven2), unto.net (http://repository.unto.net/maven/), central (http://repo1.maven.org/maven2) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9 seconds [INFO] Finished at: Tue Nov 28 14:43:19 CET 2006 [INFO] Final Memory: 13M/24M [INFO] ------------------------------------------------------------------------ -- Miroslav Culnane, Douglas John wrote: > Great my first user....! Thanks for your mail. > > The problem is that the project is a bit new so the first users must be > a bit patient, but I will try to get this working for you. > > Try to add a versio to the reporting section of your pom: > [...] > <reporting> > <plugins> > [...] > <plugin> > <groupId>net.sf</groupId> > <artifactId>stat-scm</artifactId> > <version>1.0-SNAPSHOT</version> > > </plugin> > </plugins> > </reporting> > [...] > > Let me know if this works. > > All the best, > > Doug > |
From: Culnane, D. J. <Dou...@id...> - 2006-11-28 13:38:43
|
Great my first user....! Thanks for your mail. The problem is that the project is a bit new so the first users must be a bit patient, but I will try to get this working for you. Try to add a versio to the reporting section of your pom: [...] <reporting> <plugins> [...] <plugin> <groupId>net.sf</groupId> <artifactId>stat-scm</artifactId> <version>1.0-SNAPSHOT</version> </plugin> </plugins> </reporting> [...] Let me know if this works. All the best, Doug |
From: <mir...@st...> - 2006-11-28 13:27:30
|
Hi, I just came across this interesting package so I decided to give it a try. I followed information from http://stat-scm.sourceforge.net/usage.html but for some reason it doesn't work for me. I'm not very experienced Maven user so the problem might be on my side. Could someone please help me to solve it? Here is what I get: $ mvn site [INFO] Scanning for projects... [INFO] ---------------------------------------------------------------------------- [INFO] Building Another PostgreSQL Diff Tool [INFO] task-segment: [site] [INFO] ---------------------------------------------------------------------------- [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. [INFO] Setting property: velocimacro.messages.on => 'false'. [INFO] Setting property: resource.loader => 'classpath'. [INFO] Setting property: resource.manager.logwhenfound => 'false'. [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. [INFO] Setting property: velocimacro.messages.on => 'false'. [INFO] Setting property: resource.loader => 'classpath'. [INFO] Setting property: resource.manager.logwhenfound => 'false'. [INFO] ************************************************************** [INFO] Starting Jakarta Velocity v1.4 [INFO] RuntimeInstance initializing. [INFO] Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties [INFO] Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl) [INFO] Resource Loader Instantiated: org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader [INFO] ClasspathResourceLoader : initialization starting. [INFO] ClasspathResourceLoader : initialization complete. [INFO] ResourceCache : initialized. (class org.apache.velocity.runtime.resource.ResourceCacheImpl) [INFO] Default ResourceManager initialization complete. [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Literal [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Macro [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Parse [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Include [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach [INFO] Created: 20 parsers. [INFO] Velocimacro : initialization starting. [INFO] Velocimacro : adding VMs from VM library template : VM_global_library.vm [ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader. [INFO] Velocimacro : error using VM library template VM_global_library.vm : org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'VM_global_library.vm' [INFO] Velocimacro : VM library template macro registration complete. [INFO] Velocimacro : allowInline = true : VMs can be defined inline in templates [INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions [INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. [INFO] Velocimacro : initialization complete. [INFO] Velocity successfully started. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] The plugin 'net.sf:stat-scm' does not exist or no valid version could be found [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5 seconds [INFO] Finished at: Tue Nov 28 14:22:30 CET 2006 [INFO] Final Memory: 13M/23M [INFO] ------------------------------------------------------------------------ -- Miroslav |