From 88a7b66eb9f9eff10c0618b761a61304b764f836 Mon Sep 17 00:00:00 2001 From: "Jesse N. Glick" Date: Tue, 21 Sep 2010 17:11:13 +0000 Subject: [PATCH] If we cannot build Javadoc, we cannot copy it to the dist dir either. https://hudson.apache.org/hudson/view/Ant/job/Ant_Nightly/151/console javadoc_check: -javadocs.do: -javadocs.dont: [echo] Javadoc creation of Ant's API does not work with JDK 1.4. Please use a newer one. javadocs: dist_javadocs: [mkdir] Created dir: .../apache-ant-1.8.2alpha/docs/manual/api BUILD FAILED .../build.xml:1086: The following error occurred while executing this line: .../build.xml:850: .../build/javadocs not found. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@999504 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index bee0eb578..42c3009b4 100644 --- a/build.xml +++ b/build.xml @@ -845,7 +845,7 @@ - +