Skip to content

Commit 03ef86b

Browse files
committed
Ensure the OpenJavaDocCheck plugins are compiled
1 parent 7dc949f commit 03ef86b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@
303303
<param name="module" value="${module}"/>
304304
</antcall>
305305

306+
<ant antfile="javadoc.xml" target="compileDocTests"/>
306307
<ant antfile="javadoc.xml" target="ojdcheck-module">
307308
<property name="module" value="${module}"/>
308309
</ant>

javadoc.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@
241241
<classpath>
242242
<fileset dir="develjar/">
243243
<include name="ojdcheck.jar" />
244+
<include name="com-sun-*.jar" />
244245
</fileset>
245246
</classpath>
246247
</javac>

0 commit comments

Comments
 (0)