From d66e840a42d32a5a3f234b4993ed9310bff6bd46 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 23 Nov 2001 12:32:07 +0000 Subject: [PATCH] how to render the FAQ. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269997 13f79535-47bb-0310-9956-ffa450edef68 --- docs/faq.html | 31 +++++++++++++++++++++++++++++++ xdocs/faq.xml | 21 +++++++++++++++++++++ 2 files changed, 52 insertions(+) diff --git a/docs/faq.html b/docs/faq.html index d7392fbac..4aa659973 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -106,6 +106,10 @@
  • How can I contribute to this FAQ? +
  • +
  • + How do you create the HTML version of this + FAQ?
  • @@ -324,6 +328,33 @@ + + + + + +
    + + + How do you create the HTML version of this + FAQ? + + +
    +
    +

    We use + Anakia + to render the HTML version from the original XML file.

    +

    The Velocity stylesheets used to process the XML files can + be found in the xdocs/stylesheets subdirectory of + Ant's CVS repository - the build file docs.xml is + used to drive Anakia. This file assumes that you have the + jakarta-site2 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.

    +
    +
    diff --git a/xdocs/faq.xml b/xdocs/faq.xml index 4dd6eac08..181e2c1a1 100644 --- a/xdocs/faq.xml +++ b/xdocs/faq.xml @@ -30,6 +30,27 @@ page.

    + + + How do you create the HTML version of this + FAQ? + + +

    We use + Anakia + to render the HTML version from the original XML file.

    + +

    The Velocity stylesheets used to process the XML files can + be found in the xdocs/stylesheets subdirectory of + Ant's CVS repository - the build file docs.xml is + used to drive Anakia. This file assumes that you have the + jakarta-site2 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.

    +
    +
    +