cmlenz 2002/12/26 05:11:50
Modified: anttasks build.properties.sample
. common.xml build.properties.sample
framework build.properties.sample
Log:
- Add the checkstyle JARs to build.properties.sample
- Renamed jakarta-regexp.jar to regexp.jar, to match the naming in the
Maven repository
Revision Changes Path
1.4 +14 -1 jakarta-cactus/anttasks/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/anttasks/build.properties.sample,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.properties.sample 2 Mar 2002 11:44:45 -0000 1.3
+++ build.properties.sample 26 Dec 2002 13:11:50 -0000 1.4
@@ -15,3 +15,16 @@
# -----------------------------------------------------------------------------
# Mandatory properties
# -----------------------------------------------------------------------------
+
+# -----------------------------------------------------------------------------
+# Optional properties
+# -----------------------------------------------------------------------------
+
+# Dependancies for Checkstyle code auditing
+# If not specified here, the JARs must be present in ANTHOME/lib
+antlr.jar = ${lib.repo}/antlr/jars/antlr-2.7.1.jar
+checkstyle.jar = ${lib.repo}/checkstyle/jars/checkstyle-2.4.jar
+commons-beanutils.jar = ${lib.repo}/commons-beanutils/jars/commons-beanutils-1.5.jar
+commons-collections.jar =
${lib.repo}/commons-collections/jars/commons-collections-2.1.jar
+regexp.jar = ${lib.repo}/regexp/jars/regexp-1.2.jar
+
1.2 +1 -1 jakarta-cactus/common.xml
Index: common.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/common.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- common.xml 26 Dec 2002 13:04:16 -0000 1.1
+++ common.xml 26 Dec 2002 13:11:50 -0000 1.2
@@ -17,7 +17,7 @@
<pathelement location="${commons-beanutils.jar}"/>
<pathelement location="${commons-collections.jar}"/>
<pathelement location="${commons-logging.jar}"/>
- <pathelement location="${jakarta-regexp.jar}"/>
+ <pathelement location="${regexp.jar}"/>
<!-- Includes system classpath for jars that are in ANT_HOME/lib
such as aspectrt.jar, etc -->
<pathelement path="${java.class.path}"/>
1.34 +9 -1 jakarta-cactus/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- build.properties.sample 25 Dec 2002 14:45:26 -0000 1.33
+++ build.properties.sample 26 Dec 2002 13:11:50 -0000 1.34
@@ -80,6 +80,14 @@
# If not specified here, the jar must be present in ANTHOME/lib
stylebook.jar = ${lib.repo}/stylebook/jars/stylebook-1.0-b3_xalan-2.jar
+# Dependancies for Checkstyle code auditing
+# If not specified here, the JARs must be present in ANTHOME/lib
+antlr.jar = ${lib.repo}/antlr/jars/antlr-2.7.1.jar
+checkstyle.jar = ${lib.repo}/checkstyle/jars/checkstyle-2.4.jar
+commons-beanutils.jar = ${lib.repo}/commons-beanutils/jars/commons-beanutils-1.5.jar
+commons-collections.jar =
${lib.repo}/commons-collections/jars/commons-collections-2.1.jar
+regexp.jar = ${lib.repo}/regexp/jars/regexp-1.2.jar
+
# The port to use for starting the servers during unit testing. If not
# sepcified, it defaults to port 8080.
#test.port = 8081
1.16 +9 -1 jakarta-cactus/framework/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/framework/build.properties.sample,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- build.properties.sample 25 Dec 2002 14:45:26 -0000 1.15
+++ build.properties.sample 26 Dec 2002 13:11:50 -0000 1.16
@@ -60,6 +60,14 @@
# If not specified here, the jar must be present in ANTHOME/lib
aspectj-ant.jar = ${lib.repo}/aspectj/jars/aspectj-ant-1.0.6.jar
+# Dependancies for Checkstyle code auditing
+# If not specified here, the JARs must be present in ANTHOME/lib
+antlr.jar = ${lib.repo}/antlr/jars/antlr-2.7.1.jar
+checkstyle.jar = ${lib.repo}/checkstyle/jars/checkstyle-2.4.jar
+commons-beanutils.jar = ${lib.repo}/commons-beanutils/jars/commons-beanutils-1.5.jar
+commons-collections.jar =
${lib.repo}/commons-collections/jars/commons-collections-2.1.jar
+regexp.jar = ${lib.repo}/regexp/jars/regexp-1.2.jar
+
# Should we instrument our code with Clover (test coverage tool) ?
# Comment out to disable Clover (setting the property to false will have no
# effect).
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>