Browse Source

Try to be more verbose in the FAQ to address PR#15949

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273790 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
c4ee923f5c
2 changed files with 17 additions and 12 deletions
  1. +8
    -6
      docs/faq.html
  2. +9
    -6
      xdocs/faq.xml

+ 8
- 6
docs/faq.html View File

@@ -405,12 +405,14 @@
to render the HTML version from the original XML file.</p>
<p>The Velocity stylesheets used to process the XML files can
be found in the <code>xdocs/stylesheets</code> subdirectory of
Ant's CVS repository - the build file <code>docs.xml</code> is
used to drive Anakia. This file assumes that you have the
<code>jakarta-site2</code> module checked out from CVS 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>
Ant's CVS repository - the build file
<code>docs.xml</code> at the top level of the jakarta-ant CVS
module 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>
</blockquote>
</td></tr>
</table>


+ 9
- 6
xdocs/faq.xml View File

@@ -42,12 +42,15 @@

<p>The Velocity stylesheets used to process the XML files can
be found in the <code>xdocs/stylesheets</code> subdirectory of
Ant&apos;s CVS repository - the build file <code>docs.xml</code> is
used to drive Anakia. This file assumes that you have the
<code>jakarta-site2</code> module checked out from CVS 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>
Ant&apos;s CVS repository - the build file
<code>docs.xml</code> at the top level of the jakarta-ant CVS
module 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>
</answer>
</faq>



Loading…
Cancel
Save