Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 74126 invoked from network); 27 Sep 2004 16:20:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 27 Sep 2004 16:20:57 -0000 Received: (qmail 60867 invoked by uid 500); 27 Sep 2004 16:20:33 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 60773 invoked by uid 500); 27 Sep 2004 16:20:32 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 60745 invoked by uid 99); 27 Sep 2004 16:20:31 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [209.115.238.212] (HELO smtp1.quadrus.com) (209.115.238.212) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 27 Sep 2004 09:20:30 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Target `build.xml' does not exist in this project. Date: Mon, 27 Sep 2004 10:20:27 -0600 Message-ID: <12C89F7C939CDB45B073511113A9BFF51BCDB2@alpha.quadrus.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Target `build.xml' does not exist in this project. Thread-Index: AcSkopQnuSlfmrDRRdK0wMKXXVyfWwACzLGg From: "Vadim Kazakov" To: "Ant Users List" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I'm guessing you invoked it by typing 'ant build.xml'? If so that is incorrect. Ant always either looks for a build.xml or runs whatever file you've specified with the ant paramenter. So you should run it using either: 'ant' Or 'ant -f build.xml' -----Original Message----- From: Animesh Ghosh [mailto:animesh11@gmail.com]=20 Sent: September 27, 2004 8:57 AM To: user@ant.apache.org Subject: Target `build.xml' does not exist in this project. My build is failing when I am invoking build from the home directory. I have a very simple build.xml file: please help thanks, Animesh --------------------------------------------------------------------- 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