Author: jmitchell
Date: Tue Mar 15 20:12:47 2005
New Revision: 157649
URL: http://svn.apache.org/viewcvs?view=rev&rev=157649
Log:
add README.txt for running cactus
Added:
struts/taglib/trunk/README.txt (with props)
Added: struts/taglib/trunk/README.txt
URL:
http://svn.apache.org/viewcvs/struts/taglib/trunk/README.txt?view=auto&rev=157649
==============================================================================
--- struts/taglib/trunk/README.txt (added)
+++ struts/taglib/trunk/README.txt Tue Mar 15 20:12:47 2005
@@ -0,0 +1,20 @@
+
+To build and run the Cactus tests:
+
+ 1. Create a file called build.properties (or reuse the one you
have)
+ in the top level of Struts Taglibs.
+
+ 2. Add a line (as shown below) that points to your local install of
+ any supported server.
+
+ See http://jakarta.apache.org/cactus/integration/maven/ for more
+ details.
+
+ build.properties
+ ----------------
+ cactus.home.tomcat5x =
D:/home/jmitchell/apache_home/jakarta-tomcat-5.0.28
+
+
+ 3. Execute the following: (this assumes you have Maven installed)
+
+ $ maven cactus:test
Propchange: struts/taglib/trunk/README.txt
------------------------------------------------------------------------------
svn:executable = *
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]