From fd5bec81969580a38686cc585f8ff84b40a92e9c Mon Sep 17 00:00:00 2001 From: "Craig R. McClanahan" Date: Thu, 27 Apr 2000 19:52:52 +0000 Subject: [PATCH] The previous fix was not sufficient when executing Ant's build.xml as a subtask. Apparently the base directory for Javadoc is set to the "outer" Ant's base directory, instead of the "inner" one. This fix works around that problem by relying on the (undocumented?) fact that the "basedir" property is set automatically by Ant. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267661 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index ef64313b3..2cc238f7f 100644 --- a/build.xml +++ b/build.xml @@ -98,7 +98,7 @@