Author: antoine
Date: Sat Feb 13 20:37:54 2010
New Revision: 909911
URL: http://svn.apache.org/viewvc?rev=909911&view=rev
Log:
updating description of how to generate the docs from xdocs
Modified:
ant/core/trunk/docs/faq.html
ant/core/trunk/xdocs/faq.xml
Modified: ant/core/trunk/docs/faq.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/faq.html?rev=909911&r1=909910&r2=909911&view=diff
==============================================================================
--- ant/core/trunk/docs/faq.html (original)
+++ ant/core/trunk/docs/faq.html Sat Feb 13 20:37:54 2010
@@ -467,11 +467,11 @@
Ant's SVN repository - the build file
<code>docs.xml</code> at the top level of the ant SVN
module (trunk) 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>
+ <p>To transform the xml into html, one needs velocity
1.4.
+ The command to run is :</p>
+ <p>
+ <code>ant -Dvelocity.dir=[installation path of velocity] -f
docs.xml</code>
+ </p>
<p class="faq">
<a name="what-is-ant"></a>
What is Apache Ant?
Modified: ant/core/trunk/xdocs/faq.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/xdocs/faq.xml?rev=909911&r1=909910&r2=909911&view=diff
==============================================================================
--- ant/core/trunk/xdocs/faq.xml (original)
+++ ant/core/trunk/xdocs/faq.xml Sat Feb 13 20:37:54 2010
@@ -62,11 +62,11 @@
<code>docs.xml</code> at the top level of the ant SVN
module (trunk) 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>
+ <p>To transform the xml into html, one needs velocity 1.4.
+ The command to run is :</p>
+ <p>
+ <code>ant -Dvelocity.dir=[installation path of velocity] -f
docs.xml</code>
+ </p>
</answer>
</faq>