Skip to content

Commit

Permalink
Javadoc needs to compile stubs, otherwise we get errors.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/manifoldcf/trunk@1441996 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
kwrightapache committed Feb 4, 2013
1 parent ee386bc commit 450d4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/connector-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
</javadoc>
</target>

<target name="doc" depends="doc-rmi,compile-wsdls,compile-xsds,has-RMI-check,precompile-check" if="canBuild" unless="hasRMI">
<target name="doc" depends="compile-stubs,doc-rmi,compile-wsdls,compile-xsds,has-RMI-check,precompile-check" if="canBuild" unless="hasRMI">
<mkdir dir="dist/doc"/>
<javadoc destdir="dist/doc" source="1.6">
<classpath>
Expand Down

0 comments on commit 450d4fc

Please sign in to comment.