completely untested logic to try to make javadocs work across our rats nest of spatial modules !

This commit is contained in:
Robert Muir 2016-03-31 22:00:16 -04:00
parent 586afc3db1
commit 1153264782
1 changed files with 10 additions and 0 deletions

View File

@ -46,6 +46,16 @@
<path refid="test.classpath"/>
<pathelement path="${java.class.path}"/>
</path>
<target name="javadocs" depends="javadocs-spatial,compile-core,check-javadocs-uptodate"
unless="javadocs-uptodate-${name}">
<invoke-module-javadoc>
<links>
<link href="../spatial"/>
</links>
</invoke-module-javadoc>
</target>
<target name="compile-test" depends="jar-spatial,compile-test-spatial,common.compile-test" />
</project>