Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NetworkedGraphicsMV3500
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
NetworkedGraphicsMV3500
Commits
4725924b
Commit
4725924b
authored
3 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
update ant resolver guidance
parent
31dee2a6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
developers.html
+7
-4
7 additions, 4 deletions
developers.html
with
7 additions
and
4 deletions
developers.html
+
7
−
4
View file @
4725924b
...
...
@@ -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>
<
taskdef resource="net/sf/antcontrib/antcontrib.properties"/
>
</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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment