jon 01/05/16 14:01:50
Modified: docs changes.html install.html
xdocs changes.xml install.xml
Log:
removing ant in favor of installing ant
Revision Changes Path
1.37 +3 -0 jakarta-velocity/docs/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- changes.html 2001/05/11 04:26:21 1.36
+++ changes.html 2001/05/16 21:01:31 1.37
@@ -123,6 +123,9 @@
Codebase for 1.0.1 was branched. This section and above applies to the HEAD CVS
branch.
</p>
<ul>
+ <li>
+ Removed build.sh and build.bat scripts in favor of making people "install" Ant.
+ </li>
<li>
Added Kent's, others and my changes to VelocityServlet. Fundamental change is
changing
handleRequest() to take a req, resp and ctx args, as well as making returning
1.28 +7 -36 jakarta-velocity/docs/install.html
Index: install.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/install.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- install.html 2001/03/27 00:39:16 1.27
+++ install.html 2001/05/16 21:01:34 1.28
@@ -166,9 +166,9 @@
<p>
To make building Velocity easy and consistant, we have provided scripts
to build Velocity for both Unix and Windows. We use a Jakarta project
-called <a href="http://jakarta.apache.org/ant/">Ant</a> to perform the
-build process and provide Ant with the distribution, so no external
-build utilities are required.
+called <a href="http://jakarta.apache.org/ant/">Ant</a> version 1.3 or
+higher to perform the build process. We assume that you have followed
+Ant's installation instructions and have it properly installed.
</p>
<p>
In each case below, it is assumed that you were successful in getting
@@ -178,9 +178,8 @@
All directory references will be relative to 'jakarta-velocity'.
</p>
<p>
-On Unix, change to the <filename>build</filename> directory (<code>cd
-build</code>). Then, build the Velocity jar via the build.sh
-script :
+Change to the <filename>build</filename> directory (<code>cd
+build</code>). Then, to build the jar file, simply type:
</p>
<div align="left">
<table cellspacing="4" cellpadding="0" border="0">
@@ -192,7 +191,7 @@
<tr>
<td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1"
height="1" vspace="0" hspace="0" border="0"/></td>
<td bgcolor="#ffffff"><pre>
-./build.sh
+ant
</pre></td>
<td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1"
height="1" vspace="0" hspace="0" border="0"/></td>
</tr>
@@ -204,32 +203,6 @@
</table>
</div>
<p>
-On Windows, change to the <filename>build</filename> directory
-(<code>cd build</code>). Then, build the Velocity jar via the
-build.bat script :
-</p>
- <div align="left">
- <table cellspacing="4" cellpadding="0" border="0">
- <tr>
- <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif"
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#023264" height="1"><img src="/images/void.gif" width="1"
height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif"
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- </tr>
- <tr>
- <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1"
height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#ffffff"><pre>
-build.bat
-</pre></td>
- <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1"
height="1" vspace="0" hspace="0" border="0"/></td>
- </tr>
- <tr>
- <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif"
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#023264" height="1"><img src="/images/void.gif" width="1"
height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif"
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- </tr>
- </table>
- </div>
- <p>
Executing this script will create a <filename>bin</filename> directory
within the Velocity distribution directory. The <filename>bin</filename>
directory will contain the compiled class files (inside a
@@ -281,9 +254,7 @@
<tr>
<td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1"
height="1" vspace="0" hspace="0" border="0"/></td>
<td bgcolor="#ffffff"><pre>
-Unix : ./build.sh test
-
-Windows : build.bat test
+ant test
</pre></td>
<td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1"
height="1" vspace="0" hspace="0" border="0"/></td>
</tr>
1.38 +3 -0 jakarta-velocity/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- changes.xml 2001/05/11 04:26:17 1.37
+++ changes.xml 2001/05/16 21:01:42 1.38
@@ -21,6 +21,9 @@
</p>
<ul>
+ <li>
+ Removed build.sh and build.bat scripts in favor of making people "install" Ant.
+ </li>
<li>
Added Kent's, others and my changes to VelocityServlet. Fundamental change is
changing
handleRequest() to take a req, resp and ctx args, as well as making returning
1.14 +9 -23 jakarta-velocity/xdocs/install.xml
Index: install.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/install.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- install.xml 2001/03/19 02:52:24 1.13
+++ install.xml 2001/05/16 21:01:44 1.14
@@ -50,9 +50,9 @@
<p>
To make building Velocity easy and consistant, we have provided scripts
to build Velocity for both Unix and Windows. We use a Jakarta project
-called <a href='http://jakarta.apache.org/ant/'>Ant</a> to perform the
-build process and provide Ant with the distribution, so no external
-build utilities are required.
+called <a href="http://jakarta.apache.org/ant/">Ant</a> version 1.3 or
+higher to perform the build process. We assume that you have followed
+Ant's installation instructions and have it properly installed.
</p>
<p>
@@ -64,26 +64,15 @@
</p>
<p>
-On Unix, change to the <filename>build</filename> directory (<code>cd
-build</code>). Then, build the Velocity jar via the build.sh
-script :
+Change to the <filename>build</filename> directory (<code>cd
+build</code>). Then, to build the jar file, simply type:
</p>
<source><![CDATA[
-./build.sh
+ant
]]></source>
<p>
-On Windows, change to the <filename>build</filename> directory
-(<code>cd build</code>). Then, build the Velocity jar via the
-build.bat script :
-</p>
-
-<source><![CDATA[
-build.bat
-]]></source>
-
-<p>
Executing this script will create a <filename>bin</filename> directory
within the Velocity distribution directory. The <filename>bin</filename>
directory will contain the compiled class files (inside a
@@ -104,7 +93,7 @@
<p>
If the problems persist, do not hesitate to ask the Velocity community
via our mail lists. They can be found <a
-href='http://jakarta.apache.org/site/mail.html'>here</a>. Please read
+href="http://jakarta.apache.org/site/mail.html">here</a>. Please read
and understand the the guidelines for participating in any Jakarta mail
list.
</p>
@@ -124,9 +113,7 @@
<filename>test</filename> when you build :
</p>
<source><![CDATA[
-Unix : ./build.sh test
-
-Windows : build.bat test
+ant test
]]></source>
<p>
@@ -162,5 +149,4 @@
</section>
</body>
-</document>
-
+</document>
\ No newline at end of file