Skip to content
Snippets Groups Projects
Commit 7a90722b authored by terry-norbraten's avatar terry-norbraten
Browse files

format

parent 23ae0a65
No related branches found
No related tags found
No related merge requests found
...@@ -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>
......
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