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 +