Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 83383 invoked from network); 9 Oct 2007 03:48:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Oct 2007 03:48:26 -0000 Received: (qmail 55697 invoked by uid 500); 9 Oct 2007 03:48:11 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 55108 invoked by uid 500); 9 Oct 2007 03:48:10 -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 19397 invoked by uid 99); 8 Oct 2007 17:44:15 -0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of beeplove@gmail.com designates 64.233.162.230 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; bh=01P3bDWb7NlHXjPq3WhL+HX4e7FkY1Ruj36sffdXKas=; b=fos22aq+1WV7mWB2C77c/UIznU9eELij0qFHI69aTIEJkCr+TQ+gQ2iBl3NdJLZUORnzTMl6PK7xX/uRsrDR/Dc58u9QPIM9YTDSycVscBC7m2X7c9NieFbp7OjLKhl70dg7/dsaLNG84+7o6H+w9wjkqetlvg9aX2nhThzHqJw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=T2MK0g9wWfhilgsC5EA4pY7MddFuvX4KHzYh4+kMqUL7TJA9pmNHMZVEgCt9Yj+Nx9JXwhOSvZSW6ZD2A9r9BYUnMWu7GoHU99hZH/VNBDx/V8X0C0/YEkIxx3i4KsPwHj+DBLmrrZtKuQ2LjK5Mxvc8a42XKgOWyPGqp+V0nMY= Message-ID: <191c7a910710081043h533055bbm5c0dbdfc359f1834@mail.gmail.com> Date: Mon, 8 Oct 2007 13:43:39 -0400 From: "Mohammad Khan" Sender: beeplove@gmail.com To: user@ant.apache.org Subject: My first build with ant failed MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_400_8445145.1191865419746" X-Google-Sender-Auth: c0db6258198d88a4 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_400_8445145.1191865419746 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline below is the part of my build.xml ant returned: BUILD FAILED srcdir "/home/user/project/src destdir=/home/user/project/bin" does not exist! I see both src and bin directory exist in my project root. Would anybody give a light on it? Thanks, Mohammad -- "Proper planning prevents poor performance." - Anonymous ------=_Part_400_8445145.1191865419746--