Index: index.html =================================================================== --- index.html (revision 15) +++ index.html (revision 45) @@ -69,6 +69,9 @@ Specification
  • +Development
  • + +
  • Release History
  • @@ -522,6 +525,15 @@ manner. Now it's too late to label someone's name on it :).-->
     

    +Development

    +JavaNCSS has been moved to Codehaus for a shared source code repository. There is also a bug tracking tool.

    + +To check out the latest development source code (and compile and run the regression test suite) type the following in your shell:

    svn co http://svn.codehaus.org/javancss javancss
    +cd javancss/trunk
    +ant javacc javac check
    +However, JavaNCSS will soon move from Ant to using Maven for the build process (and release process). +
      +

    Release History

    Version 29.50

    Index: index.html =================================================================== --- index.html (revision 45) +++ index.html (revision 47) @@ -46,7 +46,7 @@ comes bundled with an Ant task written by Steve Jernigan. The JavaNCSS Ant Task is documented on a separate page. -

    You can always find the newest version of this page at: http://www.kclee.de/clemens/java/javancss/ +

    You can always find the newest version of this page at: http://www.kclee.de/clemens/java/javancss/.

    Table of Contents

    @@ -526,12 +526,16 @@
     

    Development

    -JavaNCSS has been moved to Codehaus for a shared source code repository. There is also a bug tracking tool.

    +JavaNCSS has been moved to Codehaus for a shared source code repository. +There is also a bug tracking tool.

    -To check out the latest development source code (and compile and run the regression test suite) type the following in your shell:

    svn co http://svn.codehaus.org/javancss javancss
    -cd javancss/trunk
    -ant javacc javac check
    -However, JavaNCSS will soon move from Ant to using Maven for the build process (and release process). +JavaNCSS can actually be built using Ant or Maven. + +To check out the latest development source code (and compile and run the regression test suite) type the following in your shell: +
    svn co http://svn.codehaus.org/javancss/trunk javancss
    +cd javancss
    +ant all or mvn package
    +
     

    Release History

    Index: index.html =================================================================== --- index.html (revision 47) +++ index.html (revision 81) @@ -42,14 +42,15 @@ files for counting, Jacob (a Java class browser and project manager) can be used for this purpose. -

    JavaNCSS can also be used out of an Ant build.xml script as it +

    JavaNCSS can also be used out of an Ant build.xml script as it comes bundled with an Ant task written by Steve Jernigan. The JavaNCSS Ant Task is documented on a separate page. -

    You can always find the newest version of this page at: http://www.kclee.de/clemens/java/javancss/. -

    -Table of Contents

    +

    You can always find the newest version of this page at: http://javancss.codehaus.org/. + +

    Table of Contents

    +