Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 59554 invoked by uid 500); 27 Apr 2000 19:52:53 -0000 Delivered-To: apmail-jakarta-ant-cvs@apache.org Received: (qmail 59551 invoked by uid 1059); 27 Apr 2000 19:52:53 -0000 Date: 27 Apr 2000 19:52:53 -0000 Message-ID: <20000427195253.59550.qmail@locus.apache.org> From: craigmcc@locus.apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant build.xml craigmcc 00/04/27 12:52:53 Modified: . build.xml Log: 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. Revision Changes Path 1.21 +1 -1 jakarta-ant/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-ant/build.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- build.xml 2000/04/27 19:39:23 1.20 +++ build.xml 2000/04/27 19:52:52 1.21 @@ -98,7 +98,7 @@