We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc949f commit 03ef86bCopy full SHA for 03ef86b
build.xml
@@ -303,6 +303,7 @@
303
<param name="module" value="${module}"/>
304
</antcall>
305
306
+ <ant antfile="javadoc.xml" target="compileDocTests"/>
307
<ant antfile="javadoc.xml" target="ojdcheck-module">
308
<property name="module" value="${module}"/>
309
</ant>
javadoc.xml
@@ -241,6 +241,7 @@
241
<classpath>
242
<fileset dir="develjar/">
243
<include name="ojdcheck.jar" />
244
+ <include name="com-sun-*.jar" />
245
</fileset>
246
</classpath>
247
</javac>
0 commit comments