martinc 2003/11/27 15:01:22
Modified: . README build-all-clean.bat.sample
contrib/struts-chain README.txt
contrib/struts-faces README.txt
doc/userGuide release-notes.xml
Log:
Document that Ant 1.5.2 or above is required to build Struts now (because
we use the 'reloadstylesheet' attribute on the <style> task, which was
only introduced in that version).
Revision Changes Path
1.17 +2 -2 jakarta-struts/README
Index: README
===================================================================
RCS file: /home/cvs/jakarta-struts/README,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- README 21 Mar 2002 02:57:24 -0000 1.16
+++ README 27 Nov 2003 23:01:22 -0000 1.17
@@ -169,7 +169,7 @@
download and install a source distribution of Struts from
<http://jakarta.apache.org/builds/jakarta-struts/nightly/src>. You will also
need a recent nightly build of the Ant project development tool (you *must*
-use version 1.3 or later of Ant).
+use version 1.5.2 or later of Ant).
Before committing any changes to the Struts CVS repository, you must do a
"build clean" followed by a "build dist", to ensure that everything compiles
1.11 +2 -2 jakarta-struts/build-all-clean.bat.sample
Index: build-all-clean.bat.sample
===================================================================
RCS file: /home/cvs/jakarta-struts/build-all-clean.bat.sample,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- build-all-clean.bat.sample 12 Aug 2003 04:37:57 -0000 1.10
+++ build-all-clean.bat.sample 27 Nov 2003 23:01:22 -0000 1.11
@@ -16,7 +16,7 @@
rem are checked out of CVS in the same directory.
rem Also assumes uses of
rem maven beta 10 or above,
-rem ant 1.5.1
+rem ant 1.5.2
rem cactus v 1.4.1 & v1.2
rem v 1.2 Because the commons (resources) use an old version
rem of cactus for units test, that maven doesn't precompile
1.2 +2 -2 jakarta-struts/contrib/struts-chain/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-struts/contrib/struts-chain/README.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.txt 11 Aug 2003 04:55:34 -0000 1.1
+++ README.txt 27 Nov 2003 23:01:22 -0000 1.2
@@ -139,7 +139,7 @@
Install An Ant Distribution:
---------------------------
-The provided build.xml script requires Ant, version 1.5.1 or later. You can
+The provided build.xml script requires Ant, version 1.5.2 or later. You can
get it from:
http://ant.apache.org/
1.3 +2 -2 jakarta-struts/contrib/struts-faces/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/README.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README.txt 4 Jun 2003 17:38:12 -0000 1.2
+++ README.txt 27 Nov 2003 23:01:22 -0000 1.3
@@ -294,7 +294,7 @@
---------------------------
If you have downloaded the JWSDP 1.2ea release described above, Ant is already
-included. Otherwise, download Apache Ant, version 1.5.1 or later, from:
+included. Otherwise, download Apache Ant, version 1.5.2 or later, from:
http://jakarta.apache.org/site/binindex.cgi
1.34 +1 -1 jakarta-struts/doc/userGuide/release-notes.xml
Index: release-notes.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/userGuide/release-notes.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- release-notes.xml 29 Sep 2003 02:49:18 -0000 1.33
+++ release-notes.xml 27 Nov 2003 23:01:22 -0000 1.34
@@ -162,7 +162,7 @@
reference implementation, and Xerces 1.3.1.</p>
<p><strong>SOURCE DEVELOPERS NOTE! Ant Prerequisite Updated</strong></p>
- <p>To build Struts from source Ant 1.4 or later is now required. This
+ <p>To build Struts from source Ant 1.5.2 or later is now required. This
does not affect developers that use Struts from the binary distribution.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]