From bbea1d834d21e85da941380fb10a96d5ff244f28 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 18 May 2009 12:10:02 +0000 Subject: [PATCH] javadoc creation of Ant's own sources failed on JDK 1.4. PR 46731. Patch submitted by Martin von Gagern git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@775914 13f79535-47bb-0310-9956-ffa450edef68 --- CONTRIBUTORS | 1 + build.xml | 2 ++ contributors.xml | 4 ++++ src/main/org/apache/tools/ant/MagicNames.java | 6 +++--- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 00a1e7d8b..e14b2718a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -183,6 +183,7 @@ Martijn Kruithof Martin Landers Martin Poeschl Martin van den Bemt +Martin von Gagern Mathieu Champlon Mathieu Peltier Matt Albrecht diff --git a/build.xml b/build.xml index 40424f17d..f1f1070a0 100644 --- a/build.xml +++ b/build.xml @@ -1386,6 +1386,7 @@ locale="en" windowtitle="${Name} API" doctitle="${Name}" + failonerror="true" verbose="${javadoc.verbose}"> @@ -1413,6 +1414,7 @@ Martin van den Bemt + + Martin + von Gagern + Mathieu Champlon diff --git a/src/main/org/apache/tools/ant/MagicNames.java b/src/main/org/apache/tools/ant/MagicNames.java index 46e2a59aa..de6746861 100644 --- a/src/main/org/apache/tools/ant/MagicNames.java +++ b/src/main/org/apache/tools/ant/MagicNames.java @@ -143,22 +143,22 @@ public final class MagicNames { /** * property that provides the default value for javac's and * javadoc's source attribute. - * @since Ant 1.7 * Value: {@value} + * @since Ant 1.7 */ public static final String BUILD_JAVAC_SOURCE = "ant.build.javac.source"; /** * property that provides the default value for javac's target attribute. - * @since Ant 1.7 * Value: {@value} + * @since Ant 1.7 */ public static final String BUILD_JAVAC_TARGET = "ant.build.javac.target"; /** * Name of the magic property that controls classloader reuse. - * @since Ant 1.4. * Value: {@value} + * @since Ant 1.4. */ public static final String REFID_CLASSPATH_REUSE_LOADER = "ant.reuse.loader";