From user-return-50874-apmail-ant-user-archive=ant.apache.org@ant.apache.org Mon Jun 27 18:23:15 2005 Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 1630 invoked from network); 27 Jun 2005 18:23:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jun 2005 18:23:15 -0000 Received: (qmail 45320 invoked by uid 500); 27 Jun 2005 18:23:08 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 45286 invoked by uid 500); 27 Jun 2005 18:23:07 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 45273 invoked by uid 99); 27 Jun 2005 18:23:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2005 11:23:07 -0700 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=FROM_NO_LOWER X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [206.39.12.245] (HELO dns24.dfas.mil) (206.39.12.245) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2005 11:23:06 -0700 Received: from iso-e2-w-1.DS.DFAS.MIL (iso-e2-w-1.ds.dfas.mil [158.18.1.127]) by dns24.dfas.mil with ESMTP id j5RIN3PU001432 for ; Mon, 27 Jun 2005 14:23:03 -0400 (EDT) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6563.0 Subject: RE: Error message Date: Mon, 27 Jun 2005 13:23:02 -0500 Message-ID: <932ACD88A2215048AB039F28F23CC14305B4C0E1@iso-e2-w-1.ds.dfas.mil> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Error message Thread-Index: AcV7QiCg+TfrmSoUT6as4lgDI7bcgQAAsokQ From: "BATCHELOR, SCOTT \(CONTRACTOR\)" To: "Ant Users List" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Yes obviously I do misunderstand as the script I am trying to execute = does this by default: But it fails also complaining that "util" does not exist. -SB -----Original Message----- From: Shatzer, Larry [mailto:Larry.Shatzer@MIROtechnologies.com] Sent: Monday, June 27, 2005 12:58 PM To: 'Ant Users List' Subject: RE: Error message You misunderstand how works. It is used to call another ant = script, and execute it. In your example, it is calling the same ant script that = is running, and default target, which I guess is 'build'. Whatever you have set as basedir=3D"" in your will be = ${basedir}, and by default, it is '.' Then you can base all of your other = directories off ${basedir}. > -----Original Message----- > From: BATCHELOR, SCOTT (CONTRACTOR) [mailto:SCOTT.BATCHELOR@DFAS.MIL]=20 > Sent: Monday, June 27, 2005 10:55 AM > To: user@ant.apache.org > Subject: Error message >=20 >=20 > Ant Newbie here. >=20 > Can someone give me a clue as to what this message is implying? >=20 > ant task calling a target that depends on its parent target 'build' >=20 >=20 > It appears to have to do something with this directive. >=20 > description=3D"Compile jtc"> > > > =20 > <---when I clear out the directory name=20 > here to use the current directory I am get this error >=20 >=20 > TIA >=20 > -SB >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org