From 9ced5ea9ffae6046a4efaff404d973fdc384c386 Mon Sep 17 00:00:00 2001
From: Antoine Levy-Lambert 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
+