You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2017/03/27 18:13:18 UTC

incubator-freemarker git commit: Build: "javadoc" task need "compile" to work reliably

Repository: incubator-freemarker
Updated Branches:
  refs/heads/2.3-gae eb1bab97d -> 15d5fd5fc


Build: "javadoc" task 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/15d5fd5f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/15d5fd5f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/15d5fd5f

Branch: refs/heads/2.3-gae
Commit: 15d5fd5fc2f1ac1fcec623029d420602461d3b47
Parents: eb1bab9
Author: ddekany <dd...@apache.org>
Authored: Mon Mar 27 20:12:53 2017 +0200
Committer: ddekany <dd...@apache.org>
Committed: Mon Mar 27 20:13:08 2017 +0200

----------------------------------------------------------------------
 build.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/15d5fd5f/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 3ac2384..7a1280d 100644
--- a/build.xml
+++ b/build.xml
@@ -464,8 +464,7 @@
   <!-- Generate docs                                                     -->
   <!-- ================================================================= -->
 
-  <target depends="javacc" name="_rawJavadoc">
-    <!-- depends="javacc" is needed as its output is referred in the docs. -->
+  <target name="_rawJavadoc" depends="compile">
     <mkdir dir="build/api" />
     <delete includeEmptyDirs="yes">
       <fileset dir="build/api" includes="**/*" />