Skip to content
Snippets Groups Projects
Commit 4725924b authored by Brutzman, Don's avatar Brutzman, Don
Browse files

update ant resolver guidance

parent 31dee2a6
No related branches found
No related tags found
No related merge requests found
......@@ -214,21 +214,24 @@ Apache Ant(TM) version 1.10.11 compiled on July 10 2021
<code style="color:darkgreen"><b>ant-contrib-*.jar</b></code>
into the
<code style="color:darkgreen"><b>ANT_HOME/lib/</b></code>
subdirectory. You can now use any of the
subdirectory.
Also be sure to check ownership and executable permissions for this file.
You can now use any of the
<a href="http://ant-contrib.sourceforge.net/tasks/tasks" target="antcontrib">ant-contrib tasks</a>
by including the following top-level statement in your build.xml file.
<br />
<code style="color:darkgreen"><b>&lt;taskdef resource="net/sf/antcontrib/antcontrib.properties"/&gt;</b></code>
</li>
<li>
Now provided with Ant.
Previously: to build the X3D examples archives, extract the latest Apache Commons resolver
Now provided with Ant: <code>xml-resolver.jar</code> with no further action required.
<br />
(Previously: to build the X3D examples archives, extract the latest Apache Commons resolver
<a href="https://www.apache.org/dist/xerces/xml-commons/">xml-commons-resolver-latest.zip</a>
and then place a copy of
<code style="color:darkgreen"><b>resolver.jar</b></code>
in the
<code style="color:darkgreen"><b>ANT_HOME/lib/</b></code>
subdirectory. Also be sure to check ownership and executable permissions for this file.
subdirectory.)
</li>
<li>
Optional: extract, build and install the latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment