DOC

net.sf.statsvn : statsvn

Maven & Gradle

Dec 01, 2006

statsvn · StatSVN retrieves information from a Subversion repository and generates various tables and charts describing the project development, e.g. timeline for the lines of code, contribution of each developer etc. The current version of StatSVN generates a static suite of HTML documents containing tables and chart images. StatSVN is open source software, released under the terms of the LGPL, based on StatCVS. StatSVN uses JFreeChart to generate charts.

Table Of Contents

Latest Version

Download net.sf.statsvn : statsvn Javadoc & API Documentation - Latest Versions:

All Versions

Download net.sf.statsvn : statsvn Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.2.x

How to open Javadoc JAR file in web browser

  1. Rename the file statsvn-0.2.0-javadoc.jar to statsvn-0.2.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder statsvn-0.2.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "statsvn-0.2.0-sources.jar" -d "statsvn-0.2.0-javadoc" -subpackages 

Advertisement