Repository: incubator-freemarker Updated Branches: refs/heads/3 ad539de9e -> 830b9cdf9
Build: "javadoc" tasks need "compile" to work reliably Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/ebe32854 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/ebe32854 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/ebe32854 Branch: refs/heads/3 Commit: ebe3285425b1e0507c0b1cfc5bc4d8a2dbbd343f Parents: ad539de Author: ddekany <[email protected]> Authored: Mon Mar 27 20:09:23 2017 +0200 Committer: ddekany <[email protected]> Committed: Mon Mar 27 20:09:23 2017 +0200 ---------------------------------------------------------------------- build.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/ebe32854/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index c4a7471..dabf700 100644 --- a/build.xml +++ b/build.xml @@ -363,8 +363,7 @@ <!-- Generate docs --> <!-- ================================================================= --> - <target depends="javacc" name="_rawJavadoc"> - <!-- depends="javacc" is needed as its output is referred in the docs. --> + <target depends="compile" name="_rawJavadoc"> <mkdir dir="build/api" /> <delete includeEmptyDirs="yes"> <fileset dir="build/api" includes="**/*" />
