Index: index.html =================================================================== --- index.html (revision 15) +++ index.html (revision 45) @@ -69,6 +69,9 @@ Specification
+ +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). +
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/.
+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+
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/. -
You can always find the newest version of this page at: http://javancss.codehaus.org/. + +
- -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- -
JavaNCSS requires the Java Developer's Kit (JDK) Version 1.1.6 or above. Since you already seem to have Java source code +
JavaNCSS requires the Java Developer's Kit (JDK) Version 1.4 or above. Since you already seem to have Java source code you want to measure, I assume you already have a JDK :). If not, you can download it -via web from Javasoft. +via web from Javasoft. Follow the link to "JDK 1.4" and download the version applicable to your environment. - @@ -926,11 +910,6 @@ -->