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
7a90722b
Commit
7a90722b
authored
5 years ago
by
terry-norbraten
Browse files
Options
Downloads
Patches
Plain Diff
format
parent
23ae0a65
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
build.xml
+46
-46
46 additions, 46 deletions
build.xml
with
46 additions
and
46 deletions
build.xml
+
46
−
46
View file @
7a90722b
...
@@ -17,10 +17,10 @@
...
@@ -17,10 +17,10 @@
<!-- TODO implementation-independent approach if possible, but note that other Ant approaches usually have to be customized for each OS. -->
<!-- TODO implementation-independent approach if possible, but note that other Ant approaches usually have to be customized for each OS. -->
</target>
</target>
<target
name=
"processScenes.javadoc"
>
<target
name=
"processScenes.javadoc"
>
<property
name=
"javadoc.windowtitle"
value=
"${archive.name} Examples Archive Javadoc using X3DJSAIL, X3D Java Scene Access Interface Library"
/>
<property
name=
"javadoc.windowtitle"
value=
"${archive.name} Examples Archive Javadoc using X3DJSAIL, X3D Java Scene Access Interface Library"
/>
<property
name=
"javadoc.doctitle"
value=
"${archive.name} Examples Archive Javadoc"
/>
<property
name=
"javadoc.doctitle"
value=
"${archive.name} Examples Archive Javadoc"
/>
<property
name=
"javadoc.additionalparam"
value=
""
/>
<property
name=
"javadoc.additionalparam"
value=
""
/>
<property
name=
"javadoc.author"
value=
"Don Brutzman brutzman@nps.edu"
/>
<property
name=
"javadoc.author"
value=
"Don Brutzman brutzman@nps.edu"
/>
<property
name=
"javadoc.dir"
value=
"javadoc"
/>
<property
name=
"javadoc.dir"
value=
"javadoc"
/>
...
@@ -35,50 +35,50 @@
...
@@ -35,50 +35,50 @@
<property
name=
"javadoc.use"
value=
"true"
/>
<!-- Create class and package usage pages -->
<property
name=
"javadoc.use"
value=
"true"
/>
<!-- Create class and package usage pages -->
<property
name=
"javadoc.version"
value=
"true"
/>
<property
name=
"javadoc.version"
value=
"true"
/>
<javadoc
destdir=
"${javadoc.dir}"
<javadoc
destdir=
"${javadoc.dir}"
author=
"${javadoc.author}"
author=
"${javadoc.author}"
bottom=
"${javadoc.copyright}"
bottom=
"${javadoc.copyright}"
breakiterator=
"${javadoc.breakiterator}"
breakiterator=
"${javadoc.breakiterator}"
classpath=
"${x3djsail.stylesheets.dir}/${jsai.full.archive.jar.name}"
classpath=
"${x3djsail.stylesheets.dir}/${jsai.full.archive.jar.name}"
Encoding=
"${javadoc.encoding}"
Encoding=
"${javadoc.encoding}"
Doctitle=
"${javadoc.doctitle}"
Doctitle=
"${javadoc.doctitle}"
Header=
"${javadoc.doctitle}"
Header=
"${javadoc.doctitle}"
maxmemory=
"4096m"
maxmemory=
"4096m"
noindex=
"${javadoc.noindex}"
noindex=
"${javadoc.noindex}"
nonavbar=
"${javadoc.nonavbar}"
nonavbar=
"${javadoc.nonavbar}"
notree=
"${javadoc.notree}"
notree=
"${javadoc.notree}"
Overview=
"${javadoc.dir}/overview.html"
Overview=
"${javadoc.dir}/overview.html"
Private=
"${javadoc.private}"
Private=
"${javadoc.private}"
source=
"${java.source}"
source=
"${java.source}"
Splitindex=
"${javadoc.splitindex}"
Splitindex=
"${javadoc.splitindex}"
Use=
"${javadoc.use}"
Use=
"${javadoc.use}"
useexternalfile=
"yes"
useexternalfile=
"yes"
verbose=
"true"
verbose=
"true"
version=
"${javadoc.version}"
version=
"${javadoc.version}"
Windowtitle=
"${javadoc.windowtitle}"
>
Windowtitle=
"${javadoc.windowtitle}"
>
<!-- TODO
<!-- TODO
https://stackoverflow.com/questions/10519558/createprocess-error-206-the-filename-or-extension-is-too-long-when-running-main
https://stackoverflow.com/questions/10519558/createprocess-error-206-the-filename-or-extension-is-too-long-when-running-main
sourcepath="${src.org.web3d.x3d.sai}"
sourcepath="${src.org.web3d.x3d.sai}"
useexternalfile="true"
useexternalfile="true"
Overview="${src.java.dir}/overview.html"
Overview="${src.java.dir}/overview.html"
<classpath refid="app.classpath"/>
<classpath refid="app.classpath"/>
<include name="*/*.java"/>
<include name="*/*.java"/>
<packageset dir="${src.org.web3d.x3d.sai}" defaultexcludes="yes">
<packageset dir="${src.org.web3d.x3d.sai}" defaultexcludes="yes">
<include name="*.java"/>
<include name="*.java"/>
<include name="*/*.java"/>
<include name="*/*.java"/>
<exclude name="**/*.html"/>
<exclude name="**/*.html"/>
</packageset>
</packageset>
-->
-->
<fileset
dir=
"."
defaultexcludes=
"yes"
>
<fileset
dir=
"."
defaultexcludes=
"yes"
>
<include
name=
"src/**/*.java"
/>
<include
name=
"src/**/*.java"
/>
<include
name=
"src-generated/**/*.java"
/>
<include
name=
"src-generated/**/*.java"
/>
<!-- TODO is this enumerations jar getting included in javadoc? -->
<!-- TODO is this enumerations jar getting included in javadoc? -->
<include
name=
"entityjars/open-dis7-entitites-all.jar"
/>
<include
name=
"entityjars/open-dis7-entitites-all.jar"
/>
<exclude
name=
"**/*.html"
/>
<exclude
name=
"**/*.html"
/>
</fileset>
</fileset>
</javadoc>
</javadoc>
</target>
</target>
<!--
<!--
...
@@ -177,8 +177,8 @@
...
@@ -177,8 +177,8 @@
</target>
</target>
<target
name=
"-pre-compile-test-single"
depends=
"-pre-compile-test"
>
<target
name=
"-pre-compile-test-single"
depends=
"-pre-compile-test"
>
<!--
<property name="javac.includes" value="edu.nps.moves.dis7.SignalPdusTest"/>
-->
<property
name=
"javac.includes"
value=
"edu.nps.moves.dis7.SignalPdusTest"
/>
<property
name=
"javac.includes"
value=
"edu.nps.moves.dis7.AllPduRoundTripTest"
/>
<!--
<property name="javac.includes" value="edu.nps.moves.dis7.AllPduRoundTripTest"/>
-->
<property
name=
"test.class"
value=
"${javac.includes}"
/>
<property
name=
"test.class"
value=
"${javac.includes}"
/>
<echo
message=
"Compiling: ${javac.includes}"
/>
<echo
message=
"Compiling: ${javac.includes}"
/>
</target>
</target>
...
...
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