Browse Source

updating description of how to generate the docs from xdocs

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@909911 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 15 years ago
parent
commit
9ced5ea9ff
2 changed files with 10 additions and 10 deletions
  1. +5
    -5
      docs/faq.html
  2. +5
    -5
      xdocs/faq.xml

+ 5
- 5
docs/faq.html View File

@@ -467,11 +467,11 @@
Ant's SVN repository - the build file
<code>docs.xml</code> at the top level of the ant SVN
module (trunk) is used to drive Anakia.</p>
<p>This file assumes that you have the
<code>jakarta-site2</code> CVS module checked out as well, but
if you follow the instruction from Anakia's homepage, you
should get it to work without that. Just make sure all
required jars are in the task's classpath.</p>
<p>To transform the xml into html, one needs velocity 1.4.
The command to run is :</p>
<p>
<code>ant -Dvelocity.dir=[installation path of velocity] -f docs.xml</code>
</p>
<p class="faq">
<a name="what-is-ant"></a>
What is Apache Ant?


+ 5
- 5
xdocs/faq.xml View File

@@ -62,11 +62,11 @@
<code>docs.xml</code> at the top level of the ant SVN
module (trunk) is used to drive Anakia.</p>

<p>This file assumes that you have the
<code>jakarta-site2</code> CVS module checked out as well, but
if you follow the instruction from Anakia&apos;s homepage, you
should get it to work without that. Just make sure all
required jars are in the task&apos;s classpath.</p>
<p>To transform the xml into html, one needs velocity 1.4.
The command to run is :</p>
<p>
<code>ant -Dvelocity.dir=[installation path of velocity] -f docs.xml</code>
</p>
</answer>
</faq>



Loading…
Cancel
Save