vmassol 01/04/13 09:15:30
Modified: cactus/docs/framework/xdocs installation.xml
Log:
added warning on the installation web page to make sure Ant is correctly installed
Revision Changes Path
1.3 +16 -1 jakarta-commons/cactus/docs/framework/xdocs/installation.xml
Index: installation.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/cactus/docs/framework/xdocs/installation.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- installation.xml 2001/04/11 14:59:39 1.2
+++ installation.xml 2001/04/13 16:15:29 1.3
@@ -69,7 +69,13 @@
<link href="installation_ant.html">Ant installation</link> tutorial.
</li>
</ul>
-
+
+ <note>
+ Even if you already have Ant installed, make sure you read the
+ <link href="installation_ant.html">Ant installation section</link> because
+ there are some setup actions that you still need to perform.
+ </note>
+
</s1>
<s1 title="Installing Cactus">
@@ -255,6 +261,15 @@
section for an explanation on how Cactus works)
</li>
</ul>
+
+ </s2>
+
+ <s2 title="Step 4 : Configure Cactus">
+
+ <p>
+ You need to <link href="configuration.html">configure</link> Cactus
+ before using it the first time.
+ </p>
</s2>