donaldp 02/03/20 17:27:30
Modified: cache BUILDING.txt ant.properties.sample
cli BUILDING.txt ant.properties.sample
extension BUILDING.txt ant.properties.sample
i18n BUILDING.txt ant.properties.sample
io BUILDING.txt ant.properties.sample
naming BUILDING.txt ant.properties.sample
Log:
Update building instructions to reflect inclusion of checkstyle
Revision Changes Path
1.3 +16 -4 jakarta-avalon-excalibur/cache/BUILDING.txt
Index: BUILDING.txt
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/cache/BUILDING.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- BUILDING.txt 21 Mar 2002 00:20:19 -0000 1.2
+++ BUILDING.txt 21 Mar 2002 01:27:30 -0000 1.3
@@ -80,10 +80,22 @@
* Copy the file "jdepend.jar", downloaded above, into the directory
"${ant.home}/lib". This makes available the dependency analysis tasks.
-(4) Download and Install the Xalan, XSLT engine (OPTIONAL)
+
+(4) Download and Install Checkstyle, 2.1 or later (OPTIONAL)
+
+NOTE: This is only required if you wish to generate reports regarding code
style.
+
+* Download the Checkstyle package (version 2.1 or later) from:
+
+ http://checkstyle.sourceforge.net/
+
+* Unpack the package into a convenient location so that it resides in its
+ own subdirectory.
+
+(5) Download and Install the Xalan, XSLT engine (OPTIONAL)
NOTE: This is only required if you wish to generate reports for the
dependency
-analysis and unit testing results.
+analysis, checkstyle and unit testing results.
* Download the Xalan package (version 2.3.1 or later) from:
@@ -96,7 +108,7 @@
the directory "${ant.home}/lib". This makes available the XSLT reporting
capabilities.
-(5) Customize Build Properties For This Subproject
+(6) Customize Build Properties For This Subproject
Most Jakarta subprojects allow you to customize Ant properties (with default
values defined in the "build.xml" file. This is done by creating a text file
@@ -118,7 +130,7 @@
repository. This file is local to your own development environment, and
each developer will have their own version.
-(6) Build A Binary Distribution
+(7) Build A Binary Distribution
Open a command line shell, and issue the following commands:
1.2 +7 -1 jakarta-avalon-excalibur/cache/ant.properties.sample
Index: ant.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/cache/ant.properties.sample,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ant.properties.sample 21 Mar 2002 00:19:18 -0000 1.1
+++ ant.properties.sample 21 Mar 2002 01:27:30 -0000 1.2
@@ -6,7 +6,7 @@
# modules that the component depends on. Copy this file to "ant.properties"
# in the top-level source directory, and customize it as needed.
#
-# $Id: ant.properties.sample,v 1.1 2002/03/21 00:19:18 donaldp Exp $
+# $Id: ant.properties.sample,v 1.2 2002/03/21 01:27:30 donaldp Exp $
#
-----------------------------------------------------------------------------
@@ -27,3 +27,9 @@
junit.home=${base.path}/junit3.7
junit.lib=${junit.home}
junit.jar=${junit.lib}/junit.jar
+
+
+# ----- Checkstyle, version 2.1 or later -----
+checkstyle.home=${base.path}/checkstyle-2.1
+checkstyle.lib=${checkstyle.home}
+checkstyle.jar=${checkstyle.lib}/checkstyle-all-2.1.jar
1.4 +16 -4 jakarta-avalon-excalibur/cli/BUILDING.txt
Index: BUILDING.txt
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/cli/BUILDING.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- BUILDING.txt 21 Mar 2002 00:20:19 -0000 1.3
+++ BUILDING.txt 21 Mar 2002 01:27:30 -0000 1.4
@@ -80,10 +80,22 @@
* Copy the file "jdepend.jar", downloaded above, into the directory
"${ant.home}/lib". This makes available the dependency analysis tasks.
-(4) Download and Install the Xalan, XSLT engine (OPTIONAL)
+
+(4) Download and Install Checkstyle, 2.1 or later (OPTIONAL)
+
+NOTE: This is only required if you wish to generate reports regarding code
style.
+
+* Download the Checkstyle package (version 2.1 or later) from:
+
+ http://checkstyle.sourceforge.net/
+
+* Unpack the package into a convenient location so that it resides in its
+ own subdirectory.
+
+(5) Download and Install the Xalan, XSLT engine (OPTIONAL)
NOTE: This is only required if you wish to generate reports for the
dependency
-analysis and unit testing results.
+analysis, checkstyle and unit testing results.
* Download the Xalan package (version 2.3.1 or later) from:
@@ -96,7 +108,7 @@
the directory "${ant.home}/lib". This makes available the XSLT reporting
capabilities.
-(5) Customize Build Properties For This Subproject
+(6) Customize Build Properties For This Subproject
Most Jakarta subprojects allow you to customize Ant properties (with default
values defined in the "build.xml" file. This is done by creating a text file
@@ -118,7 +130,7 @@
repository. This file is local to your own development environment, and
each developer will have their own version.
-(6) Build A Binary Distribution
+(7) Build A Binary Distribution
Open a command line shell, and issue the following commands:
1.2 +7 -1 jakarta-avalon-excalibur/cli/ant.properties.sample
Index: ant.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/cli/ant.properties.sample,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ant.properties.sample 21 Mar 2002 00:19:18 -0000 1.1
+++ ant.properties.sample 21 Mar 2002 01:27:30 -0000 1.2
@@ -6,7 +6,7 @@
# modules that the component depends on. Copy this file to "ant.properties"
# in the top-level source directory, and customize it as needed.
#
-# $Id: ant.properties.sample,v 1.1 2002/03/21 00:19:18 donaldp Exp $
+# $Id: ant.properties.sample,v 1.2 2002/03/21 01:27:30 donaldp Exp $
#
-----------------------------------------------------------------------------
@@ -27,3 +27,9 @@
junit.home=${base.path}/junit3.7
junit.lib=${junit.home}
junit.jar=${junit.lib}/junit.jar
+
+
+# ----- Checkstyle, version 2.1 or later -----
+checkstyle.home=${base.path}/checkstyle-2.1
+checkstyle.lib=${checkstyle.home}
+checkstyle.jar=${checkstyle.lib}/checkstyle-all-2.1.jar
1.3 +16 -4 jakarta-avalon-excalibur/extension/BUILDING.txt
Index: BUILDING.txt
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/extension/BUILDING.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- BUILDING.txt 21 Mar 2002 00:20:19 -0000 1.2
+++ BUILDING.txt 21 Mar 2002 01:27:30 -0000 1.3
@@ -80,10 +80,22 @@
* Copy the file "jdepend.jar", downloaded above, into the directory
"${ant.home}/lib". This makes available the dependency analysis tasks.
-(4) Download and Install the Xalan, XSLT engine (OPTIONAL)
+
+(4) Download and Install Checkstyle, 2.1 or later (OPTIONAL)
+
+NOTE: This is only required if you wish to generate reports regarding code
style.
+
+* Download the Checkstyle package (version 2.1 or later) from:
+
+ http://checkstyle.sourceforge.net/
+
+* Unpack the package into a convenient location so that it resides in its
+ own subdirectory.
+
+(5) Download and Install the Xalan, XSLT engine (OPTIONAL)
NOTE: This is only required if you wish to generate reports for the
dependency
-analysis and unit testing results.
+analysis, checkstyle and unit testing results.
* Download the Xalan package (version 2.3.1 or later) from:
@@ -96,7 +108,7 @@
the directory "${ant.home}/lib". This makes available the XSLT reporting
capabilities.
-(5) Customize Build Properties For This Subproject
+(6) Customize Build Properties For This Subproject
Most Jakarta subprojects allow you to customize Ant properties (with default
values defined in the "build.xml" file. This is done by creating a text file
@@ -118,7 +130,7 @@
repository. This file is local to your own development environment, and
each developer will have their own version.
-(6) Build A Binary Distribution
+(7) Build A Binary Distribution
Open a command line shell, and issue the following commands:
1.2 +7 -1 jakarta-avalon-excalibur/extension/ant.properties.sample
Index: ant.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/extension/ant.properties.sample,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ant.properties.sample 21 Mar 2002 00:19:18 -0000 1.1
+++ ant.properties.sample 21 Mar 2002 01:27:30 -0000 1.2
@@ -6,7 +6,7 @@
# modules that the component depends on. Copy this file to "ant.properties"
# in the top-level source directory, and customize it as needed.
#
-# $Id: ant.properties.sample,v 1.1 2002/03/21 00:19:18 donaldp Exp $
+# $Id: ant.properties.sample,v 1.2 2002/03/21 01:27:30 donaldp Exp $
#
-----------------------------------------------------------------------------
@@ -27,3 +27,9 @@
junit.home=${base.path}/junit3.7
junit.lib=${junit.home}
junit.jar=${junit.lib}/junit.jar
+
+
+# ----- Checkstyle, version 2.1 or later -----
+checkstyle.home=${base.path}/checkstyle-2.1
+checkstyle.lib=${checkstyle.home}
+checkstyle.jar=${checkstyle.lib}/checkstyle-all-2.1.jar
1.3 +16 -4 jakarta-avalon-excalibur/i18n/BUILDING.txt
Index: BUILDING.txt
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/i18n/BUILDING.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- BUILDING.txt 21 Mar 2002 00:20:19 -0000 1.2
+++ BUILDING.txt 21 Mar 2002 01:27:30 -0000 1.3
@@ -80,10 +80,22 @@
* Copy the file "jdepend.jar", downloaded above, into the directory
"${ant.home}/lib". This makes available the dependency analysis tasks.
-(4) Download and Install the Xalan, XSLT engine (OPTIONAL)
+
+(4) Download and Install Checkstyle, 2.1 or later (OPTIONAL)
+
+NOTE: This is only required if you wish to generate reports regarding code
style.
+
+* Download the Checkstyle package (version 2.1 or later) from:
+
+ http://checkstyle.sourceforge.net/
+
+* Unpack the package into a convenient location so that it resides in its
+ own subdirectory.
+
+(5) Download and Install the Xalan, XSLT engine (OPTIONAL)
NOTE: This is only required if you wish to generate reports for the
dependency
-analysis and unit testing results.
+analysis, checkstyle and unit testing results.
* Download the Xalan package (version 2.3.1 or later) from:
@@ -96,7 +108,7 @@
the directory "${ant.home}/lib". This makes available the XSLT reporting
capabilities.
-(5) Customize Build Properties For This Subproject
+(6) Customize Build Properties For This Subproject
Most Jakarta subprojects allow you to customize Ant properties (with default
values defined in the "build.xml" file. This is done by creating a text file
@@ -118,7 +130,7 @@
repository. This file is local to your own development environment, and
each developer will have their own version.
-(6) Build A Binary Distribution
+(7) Build A Binary Distribution
Open a command line shell, and issue the following commands:
1.2 +7 -1 jakarta-avalon-excalibur/i18n/ant.properties.sample
Index: ant.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/i18n/ant.properties.sample,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ant.properties.sample 21 Mar 2002 00:19:18 -0000 1.1
+++ ant.properties.sample 21 Mar 2002 01:27:30 -0000 1.2
@@ -6,7 +6,7 @@
# modules that the component depends on. Copy this file to "ant.properties"
# in the top-level source directory, and customize it as needed.
#
-# $Id: ant.properties.sample,v 1.1 2002/03/21 00:19:18 donaldp Exp $
+# $Id: ant.properties.sample,v 1.2 2002/03/21 01:27:30 donaldp Exp $
#
-----------------------------------------------------------------------------
@@ -27,3 +27,9 @@
junit.home=${base.path}/junit3.7
junit.lib=${junit.home}
junit.jar=${junit.lib}/junit.jar
+
+
+# ----- Checkstyle, version 2.1 or later -----
+checkstyle.home=${base.path}/checkstyle-2.1
+checkstyle.lib=${checkstyle.home}
+checkstyle.jar=${checkstyle.lib}/checkstyle-all-2.1.jar
1.3 +16 -4 jakarta-avalon-excalibur/io/BUILDING.txt
Index: BUILDING.txt
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/io/BUILDING.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- BUILDING.txt 21 Mar 2002 00:20:19 -0000 1.2
+++ BUILDING.txt 21 Mar 2002 01:27:30 -0000 1.3
@@ -80,10 +80,22 @@
* Copy the file "jdepend.jar", downloaded above, into the directory
"${ant.home}/lib". This makes available the dependency analysis tasks.
-(4) Download and Install the Xalan, XSLT engine (OPTIONAL)
+
+(4) Download and Install Checkstyle, 2.1 or later (OPTIONAL)
+
+NOTE: This is only required if you wish to generate reports regarding code
style.
+
+* Download the Checkstyle package (version 2.1 or later) from:
+
+ http://checkstyle.sourceforge.net/
+
+* Unpack the package into a convenient location so that it resides in its
+ own subdirectory.
+
+(5) Download and Install the Xalan, XSLT engine (OPTIONAL)
NOTE: This is only required if you wish to generate reports for the
dependency
-analysis and unit testing results.
+analysis, checkstyle and unit testing results.
* Download the Xalan package (version 2.3.1 or later) from:
@@ -96,7 +108,7 @@
the directory "${ant.home}/lib". This makes available the XSLT reporting
capabilities.
-(5) Customize Build Properties For This Subproject
+(6) Customize Build Properties For This Subproject
Most Jakarta subprojects allow you to customize Ant properties (with default
values defined in the "build.xml" file. This is done by creating a text file
@@ -118,7 +130,7 @@
repository. This file is local to your own development environment, and
each developer will have their own version.
-(6) Build A Binary Distribution
+(7) Build A Binary Distribution
Open a command line shell, and issue the following commands:
1.2 +7 -1 jakarta-avalon-excalibur/io/ant.properties.sample
Index: ant.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/io/ant.properties.sample,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ant.properties.sample 21 Mar 2002 00:19:18 -0000 1.1
+++ ant.properties.sample 21 Mar 2002 01:27:30 -0000 1.2
@@ -6,7 +6,7 @@
# modules that the component depends on. Copy this file to "ant.properties"
# in the top-level source directory, and customize it as needed.
#
-# $Id: ant.properties.sample,v 1.1 2002/03/21 00:19:18 donaldp Exp $
+# $Id: ant.properties.sample,v 1.2 2002/03/21 01:27:30 donaldp Exp $
#
-----------------------------------------------------------------------------
@@ -27,3 +27,9 @@
junit.home=${base.path}/junit3.7
junit.lib=${junit.home}
junit.jar=${junit.lib}/junit.jar
+
+
+# ----- Checkstyle, version 2.1 or later -----
+checkstyle.home=${base.path}/checkstyle-2.1
+checkstyle.lib=${checkstyle.home}
+checkstyle.jar=${checkstyle.lib}/checkstyle-all-2.1.jar
1.3 +16 -4 jakarta-avalon-excalibur/naming/BUILDING.txt
Index: BUILDING.txt
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/naming/BUILDING.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- BUILDING.txt 21 Mar 2002 00:20:20 -0000 1.2
+++ BUILDING.txt 21 Mar 2002 01:27:30 -0000 1.3
@@ -80,10 +80,22 @@
* Copy the file "jdepend.jar", downloaded above, into the directory
"${ant.home}/lib". This makes available the dependency analysis tasks.
-(4) Download and Install the Xalan, XSLT engine (OPTIONAL)
+
+(4) Download and Install Checkstyle, 2.1 or later (OPTIONAL)
+
+NOTE: This is only required if you wish to generate reports regarding code
style.
+
+* Download the Checkstyle package (version 2.1 or later) from:
+
+ http://checkstyle.sourceforge.net/
+
+* Unpack the package into a convenient location so that it resides in its
+ own subdirectory.
+
+(5) Download and Install the Xalan, XSLT engine (OPTIONAL)
NOTE: This is only required if you wish to generate reports for the
dependency
-analysis and unit testing results.
+analysis, checkstyle and unit testing results.
* Download the Xalan package (version 2.3.1 or later) from:
@@ -96,7 +108,7 @@
the directory "${ant.home}/lib". This makes available the XSLT reporting
capabilities.
-(5) Customize Build Properties For This Subproject
+(6) Customize Build Properties For This Subproject
Most Jakarta subprojects allow you to customize Ant properties (with default
values defined in the "build.xml" file. This is done by creating a text file
@@ -118,7 +130,7 @@
repository. This file is local to your own development environment, and
each developer will have their own version.
-(6) Build A Binary Distribution
+(7) Build A Binary Distribution
Open a command line shell, and issue the following commands:
1.2 +7 -1 jakarta-avalon-excalibur/naming/ant.properties.sample
Index: ant.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/naming/ant.properties.sample,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ant.properties.sample 21 Mar 2002 00:19:18 -0000 1.1
+++ ant.properties.sample 21 Mar 2002 01:27:30 -0000 1.2
@@ -6,7 +6,7 @@
# modules that the component depends on. Copy this file to "ant.properties"
# in the top-level source directory, and customize it as needed.
#
-# $Id: ant.properties.sample,v 1.1 2002/03/21 00:19:18 donaldp Exp $
+# $Id: ant.properties.sample,v 1.2 2002/03/21 01:27:30 donaldp Exp $
#
-----------------------------------------------------------------------------
@@ -27,3 +27,9 @@
junit.home=${base.path}/junit3.7
junit.lib=${junit.home}
junit.jar=${junit.lib}/junit.jar
+
+
+# ----- Checkstyle, version 2.1 or later -----
+checkstyle.home=${base.path}/checkstyle-2.1
+checkstyle.lib=${checkstyle.home}
+checkstyle.jar=${checkstyle.lib}/checkstyle-all-2.1.jar
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>