From 9ced5ea9ffae6046a4efaff404d973fdc384c386 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Sat, 13 Feb 2010 20:37:54 +0000 Subject: [PATCH] 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 --- docs/faq.html | 10 +++++----- xdocs/faq.xml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/faq.html b/docs/faq.html index eea3d5751..aaa4bed66 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -467,11 +467,11 @@ Ant's SVN repository - the build file docs.xml at the top level of the ant SVN module (trunk) is used to drive Anakia.

-

This file assumes that you have the - jakarta-site2 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.

+

To transform the xml into html, one needs velocity 1.4. + The command to run is :

+

+ ant -Dvelocity.dir=[installation path of velocity] -f docs.xml +

What is Apache Ant? diff --git a/xdocs/faq.xml b/xdocs/faq.xml index 941016bfa..f9d305618 100644 --- a/xdocs/faq.xml +++ b/xdocs/faq.xml @@ -62,11 +62,11 @@ docs.xml at the top level of the ant SVN module (trunk) is used to drive Anakia.

-

This file assumes that you have the - jakarta-site2 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.

+

To transform the xml into html, one needs velocity 1.4. + The command to run is :

+

+ ant -Dvelocity.dir=[installation path of velocity] -f docs.xml +