Author: thorsten
Date: Sat Feb 18 17:52:57 2006
New Revision: 378832
URL: http://svn.apache.org/viewcvs?rev=378832&view=rev
Log:
Updated the documentation pointing out that the xxe tool have to be builded
before using.
Modified:
forrest/trunk/site-author/content/xdocs/tools/xxe.xml
Modified: forrest/trunk/site-author/content/xdocs/tools/xxe.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/tools/xxe.xml?rev=378832&r1=378831&r2=378832&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/tools/xxe.xml (original)
+++ forrest/trunk/site-author/content/xdocs/tools/xxe.xml Sat Feb 18 17:52:57
2006
@@ -36,6 +36,35 @@
<li>Forrest 0.5+</li>
</ul>
</section>
+ <section id="build">
+ <title>Build</title>
+ <p>To build the configuration:</p>
+ <ol>
+ <li>Make sure the FORREST_HOME environment variable is set</li>
+ <li>Change directory to <code>$FORREST_HOME/tools/xxe</code></li>
+ <li>Run <code>ant</code> in this directory</li>
+ </ol>
+ <p>e.g.</p>
+ <source>[EMAIL PROTECTED]:~/src/apache/forrest-trunk$ cd tools/xxe
+ [EMAIL PROTECTED]:~/src/apache/forrest-trunk/tools/xxe$ ant Buildfile:
+ build.xml -init: clean: copy-dtds: [copy] Copying 71 files to
+ /home/you/src/apache/forrest-trunk/tools/xxe copy-catalog: [copy]
+ Copying 1 file to /home/you/src/apache/forrest-trunk/tools/xxe update:
+ dist: [mkdir] Created dir:
+ /home/you/src/apache/forrest-trunk/tools/xxe/dist [zip] Building zip:
+
/home/you/src/apache/forrest-trunk/tools/xxe/dist/XXE_forrest_config-1.4.zip
+ BUILD SUCCESSFUL Total time: 9 seconds</source>
+ <p><strong>Developer note:</strong><br/>To work directly with the SVN
+ version of the configuration, check out
+ http://svn.apache.org/repos/asf/forrest/trunk/tools/xxe/ into the
+ <code>forrest</code> folder in the XXE <code>addon</code> folder. Run
+ the build there to copy the DTDs</p>
+ <p>
+ <link
+
href="http://www.xmlmind.com/xmleditor/_distrib/doc/configure/index.html">
+ XXE Custom Configuration Info</link>
+ </p>
+ </section>
<section>
<title>Install</title>
<ol>
@@ -63,24 +92,6 @@
installed the previous version of the tool </li>
<li>Install normally</li>
</ol>
- </section>
- <section>
- <title>Developer Instructions</title>
- <p>To build the configuration:</p>
- <ol>
- <li>Make sure the FORREST_HOME environment variable is set</li>
- <li>Change directory to <code>forrest/tools/xxe</code></li>
- <li>Run <code>ant</code> in this directory</li>
- </ol>
- <p>To work directly with the SVN version, check out
- http://svn.apache.org/repos/asf/forrest/trunk/tools/xxe/ into the
- <code>forrest</code> folder in the XXE <code>addon</code> folder. Run
- the build there to copy the DTDs</p>
- <p>
- <link
-
href="http://www.xmlmind.com/xmleditor/_distrib/doc/configure/index.html">
- XXE Custom Configuration Info</link>
- </p>
</section>
<section>
<title>History</title>