geirm 01/10/16 03:51:54
Modified: xdocs Tag: VEL_1_2_BRANCH getting-started.xml
docs Tag: VEL_1_2_BRANCH getting-started.html
Log:
Parallel update for the 1.2 branch.
Revision Changes Path
No revision
No revision
1.10.6.1 +10 -4 jakarta-velocity/xdocs/getting-started.xml
Index: getting-started.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/getting-started.xml,v
retrieving revision 1.10
retrieving revision 1.10.6.1
diff -u -r1.10 -r1.10.6.1
--- getting-started.xml 2001/04/04 09:36:27 1.10
+++ getting-started.xml 2001/10/16 10:51:53 1.10.6.1
@@ -52,19 +52,25 @@
as part of the distribution package, and of course, you can generate it
yourself from the included sources.
</p>
+
<p>
- If you are working on Unix/Linux and would like to create a full set
+ If you would like to create a full set
of detailed API documentation for Velocity, go to the
<code>build</code> directory and run the following script:
</p>
<source><![CDATA[
-./build.sh javadocs
+ant javadocs
]]></source>
+<p>
+The docs will be found in the <code>/docs/apidocs/</code> directory.
+</p>
+
<p>
- If you are working on Windows, running <code>build.bat javadocs
- </code> at the DOS prompt will have the same effect.
+<b>Note:</b> Velocity uses the <a href="http://jakarta.apache.org/ant/">Jakarta
Ant</a>
+build tool for all code and documentation generation, so you will need to have it
+installed. We strongly endorse this wonderful tool for any Java developer.
</p>
</section>
No revision
No revision
1.37.2.1 +8 -4 jakarta-velocity/docs/getting-started.html
Index: getting-started.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/getting-started.html,v
retrieving revision 1.37
retrieving revision 1.37.2.1
diff -u -r1.37 -r1.37.2.1
--- getting-started.html 2001/09/21 10:32:23 1.37
+++ getting-started.html 2001/10/16 10:51:53 1.37.2.1
@@ -169,7 +169,7 @@
yourself from the included sources.
</p>
<p>
- If you are working on Unix/Linux and would like to create a full set
+ If you would like to create a full set
of detailed API documentation for Velocity, go to the
<code>build</code> directory and run the following script:
</p>
@@ -183,7 +183,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 javadocs
+ant javadocs
</pre></td>
<td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1"
height="1" vspace="0" hspace="0" border="0"/></td>
</tr>
@@ -195,8 +195,12 @@
</table>
</div>
<p>
- If you are working on Windows, running <code>build.bat javadocs
- </code> at the DOS prompt will have the same effect.
+The docs will be found in the <code>/docs/apidocs/</code> directory.
+</p>
+ <p>
+<b>Note:</b> Velocity uses the <a href="http://jakarta.apache.org/ant/">Jakarta
Ant</a>
+build tool for all code and documentation generation, so you will need to have it
+installed. We strongly endorse this wonderful tool for any Java developer.
</p>
</blockquote>
</p>