cmlenz 2003/06/30 09:22:11
Modified: . build.xml build-common.xml
integration/eclipse/org.apache.cactus.eclipse.site build.xml
integration/ant build.xml
integration/eclipse/org.apache.cactus.eclipse.webapp
build.xml
framework build.xml
integration/eclipse/org.apache.cactus.eclipse.runner
build.xml
documentation build.xml
samples/servlet build.xml
Log:
Drastically shorten the explanatory comment blocks in the build files, for a couple
of reasons:
- the build file itself states it dependancies
- explanations should go on the "Build From Sources" page
- the comments were vastly out of date
Added the RCS 'Id' keyword to the header of the build files
Revision Changes Path
1.59 +2 -11 jakarta-cactus/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/build.xml,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- build.xml 30 Jun 2003 15:25:07 -0000 1.58
+++ build.xml 30 Jun 2003 16:22:08 -0000 1.59
@@ -5,18 +5,9 @@
<!--
=============================================================================
- Master build file for building all Cactus components (the Ant tasks,
- the framework itself, the Integrations, the documentation, the samples,
- etc).
+ Master build file for building all Cactus components.
- See build.properties.sample for details of mandatory and optional
- properties to set.
-
- This script should be started with the following command line :
-
- ant <target>
-
- Run "ant -projecthelp" to get a list of available targets.
+ $Id$
=============================================================================
-->
<project name="Master Cactus Build" default="dist" basedir=".">
1.28 +2 -5 jakarta-cactus/build-common.xml
Index: build-common.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/build-common.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- build-common.xml 30 Jun 2003 15:23:08 -0000 1.27
+++ build-common.xml 30 Jun 2003 16:22:08 -0000 1.28
@@ -3,11 +3,8 @@
Build file used by the different Cactus subprojects. It contains common
Ant properties and common useful targets.
- The following properties need to be defined prior to include this scriptlet
- in your build script:
-
- base.dir Base directory for all file related operations. Ex:
- "framework" for the Framework subproject
+
+ $Id$
=============================================================================
-->
1.7 +2 -10
jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.site/build.xml
Index: build.xml
===================================================================
RCS file:
/home/cvs/jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.site/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build.xml 30 Jun 2003 15:54:02 -0000 1.6
+++ build.xml 30 Jun 2003 16:22:09 -0000 1.7
@@ -5,17 +5,9 @@
<!--
=============================================================================
- Build file for the Cactus Eclipse Integration.
+ Build file for the Cactus Eclipse Update Site.
- This script should be started with the following command line :
-
- ant <target>
-
- Run "ant -projecthelp" to get a list of available targets.
-
- Note: basedir points to the main Cactus directory in order to have the same
- base dir for all Cactus subprojects and thus be able to share
- relative paths.
+ $Id$
=============================================================================
-->
<project name="Cactus Eclipse Update Site" default="dist" basedir="../../..">
1.43 +1 -12 jakarta-cactus/integration/ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/integration/ant/build.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- build.xml 30 Jun 2003 15:47:24 -0000 1.42
+++ build.xml 30 Jun 2003 16:22:09 -0000 1.43
@@ -7,18 +7,7 @@
=============================================================================
Build file for the Cactus Ant Integration project.
- See build.properties.sample for mandatory and optional Ant properties that
- need to be set prior to calling this build script.
-
- This script should be started with the following command line :
-
- ant <target>
-
- Run "ant -projecthelp" to get a list of available targets.
-
- Note: basedir points to the main Cactus directory in order to have the same
- base dir for all Cactus subprojects and thus be able to share
- relative paths.
+ $Id$
=============================================================================
-->
<project name="Cactus Ant Integration" default="dist" basedir="../..">
1.16 +2 -10
jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.webapp/build.xml
Index: build.xml
===================================================================
RCS file:
/home/cvs/jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.webapp/build.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- build.xml 30 Jun 2003 15:05:29 -0000 1.15
+++ build.xml 30 Jun 2003 16:22:10 -0000 1.16
@@ -5,17 +5,9 @@
<!--
=============================================================================
- Build file for the Webapp Eclipse plugin.
+ Build file for the Cactus Eclipse Webapp Plug-in.
- This script should be started with the following command line :
-
- ant <target>
-
- Run "ant -projecthelp" to get a list of available targets.
-
- Note: basedir points to the main Cactus directory in order to have the same
- base dir for all Cactus subprojects and thus be able to share
- relative paths.
+ $Id$
=============================================================================
-->
<project name="Cactus Eclipse Webapp Plugin" default="dist" basedir="../../..">
1.64 +1 -25 jakarta-cactus/framework/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/framework/build.xml,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- build.xml 30 Jun 2003 15:33:12 -0000 1.63
+++ build.xml 30 Jun 2003 16:22:10 -0000 1.64
@@ -7,31 +7,7 @@
=============================================================================
Build file for the Cactus framework.
- The following Ant tasks need to be available in your ant installation (i.e.
- the Ant task themselves and their dependent jars need to be put in
- ANT_HOME/lib) :
-
- checkstyle [OPTIONAL] Only needed for the "checkstyle" target which
- is used to check coding and naming conventions.
-
- ajc/ajdoc [REQUIRED] AspectJ Ant tasks
-
- junit [REQUIRED] JUnit Ant task
-
- clover [OPTIONAL] Clover jar (only for test coverage)
-
- See build.properties.sample for mandatory and optional Ant properties that
- need to be set prior to calling this build script.
-
- This script should be started with the following command line :
-
- ant <target>
-
- Run "ant -projecthelp" to get a list of available targets.
-
- Note: basedir points to the main Cactus directory in order to have the same
- base dir for all Cactus subprojects and thus be able to share
- relative paths.
+ $Id$
=============================================================================
-->
<project name="Cactus Framework" default="dist" basedir="..">
1.29 +2 -10
jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.runner/build.xml
Index: build.xml
===================================================================
RCS file:
/home/cvs/jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.runner/build.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- build.xml 30 Jun 2003 15:51:57 -0000 1.28
+++ build.xml 30 Jun 2003 16:22:10 -0000 1.29
@@ -5,17 +5,9 @@
<!--
=============================================================================
- Build file for the Cactus Eclipse Integration.
+ Build file for the Cactus Eclipse Runner Plug-in.
- This script should be started with the following command line :
-
- ant <target>
-
- Run "ant -projecthelp" to get a list of available targets.
-
- Note: basedir points to the main Cactus directory in order to have the same
- base dir for all Cactus subprojects and thus be able to share
- relative paths.
+ $Id$
=============================================================================
-->
<project name="Cactus Eclipse Runner Plugin" default="dist" basedir="../../..">
1.53 +1 -18 jakarta-cactus/documentation/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/documentation/build.xml,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- build.xml 30 Jun 2003 15:39:31 -0000 1.52
+++ build.xml 30 Jun 2003 16:22:10 -0000 1.53
@@ -8,24 +8,7 @@
Build file for the Cactus Documentation (it builds the Cactus web pages
which serves both as the Cactus Web Site and as local documentation).
- The following Ant tasks need to be available in your ant installation (i.e.
- the Ant task themselves and their dependent jars need to be put in
- ANT_HOME/lib) :
-
- xalan task (used by the <style> task)
-
- See build.properties.sample for mandatory and optional Ant properties that
- need to be set prior to calling this build script.
-
- This script should be started with the following command line :
-
- ant <target>
-
- Run "ant -projecthelp" to get a list of available targets.
-
- Note: basedir points to the main Cactus directory in order to have the same
- base dir for all Cactus subprojects and thus be able to share
- relative paths.
+ $Id$
=============================================================================
-->
<project name="Cactus Documentation" default="dist" basedir="..">
1.34 +2 -15 jakarta-cactus/samples/servlet/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/samples/servlet/build.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- build.xml 30 Jun 2003 15:57:17 -0000 1.33
+++ build.xml 30 Jun 2003 16:22:11 -0000 1.34
@@ -5,22 +5,9 @@
<!--
=============================================================================
- Build file for the Cactus Servlet Sample subproject (it shows how to use
- Cactus for unit testing the Servlet API : Servlets, Fitlers, Taglibs).
+ Build file for the Cactus Servlet Sample subproject.
- The mandatory and optional Ant properties are defined in
- build.properties.sample. Please read and edit that file.
-
- This script should be started with the following command line :
-
- ant <target>
-
- Run "ant -projecthelp" to get a list of available targets. The default
- target is "dist"
-
- Note: basedir points to the main Cactus directory in order to have the same
- base dir for all Cactus subprojects and thus be able to share
- relative paths.
+ $Id$
=============================================================================
-->
<project name="Cactus Servlet Sample" default="dist" basedir="../..">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]