From user-return-68015-apmail-ant-user-archive=ant.apache.org@ant.apache.org Thu Jun 11 06:48:03 2009 Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 25791 invoked from network); 11 Jun 2009 06:48:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Jun 2009 06:48:03 -0000 Received: (qmail 26111 invoked by uid 500); 11 Jun 2009 06:48:13 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 26048 invoked by uid 500); 11 Jun 2009 06:48:13 -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 26027 invoked by uid 99); 11 Jun 2009 06:48:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2009 06:48:13 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of divyanshu.itbhu@gmail.com designates 209.85.221.185 as permitted sender) Received: from [209.85.221.185] (HELO mail-qy0-f185.google.com) (209.85.221.185) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2009 06:47:41 +0000 Received: by qyk15 with SMTP id 15so1969675qyk.14 for ; Wed, 10 Jun 2009 23:47:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=fM6UIEii81jdRbulUBazfhjHFREjSOLq2x9tvcCArDI=; b=fNocDnbJ8d8vumHuNhlzPd9gLLSjwbQyhVnXp/Qtag3yueUQkKFqteCeTmLHR1GmJT 47WTPIU4A2cYIHTsk3OYiU/L5WKdIzL0g5w089UlT3EwRMQzJK4xpdq2jnd5h5g2qYzv O2FFHAfHRExlDr7rP30C85sGcTwclmNrJ18Gk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=p+Lu1m7U5+hJnjtzpPtxXKFP7ze9dTkwFE1qM76fZOXA6hwdrLyvErFMj6OHyvNpQ9 abao+hdMDG6Yt2nH0oAOX6n/YZXEt/St+7U6asmCeU7udIenpgcaLURZnTrq8v76EFBO 9YR1mBncAEn4oJWx5dyieQYLtEX2f1rXpLNIE= MIME-Version: 1.0 Received: by 10.229.99.210 with SMTP id v18mr509294qcn.34.1244702840560; Wed, 10 Jun 2009 23:47:20 -0700 (PDT) Date: Thu, 11 Jun 2009 12:17:20 +0530 Message-ID: <2146c1520906102347u16f169dh49d0b3670e7a1554@mail.gmail.com> Subject: relative path From: divyanshu singh To: user@ant.apache.org Content-Type: multipart/alternative; boundary=0016367f9a00a99c6b046c0cf6ec X-Virus-Checked: Checked by ClamAV on apache.org --0016367f9a00a99c6b046c0cf6ec Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit i have one ant build file which kind of acts as a library file other build files use its ant task how can i adjust the base directory of library build file to automatically set path to the file which calls its ant task like if i set property of path to ./hello then for library file also the path should remain ./hello relative to the calling file --0016367f9a00a99c6b046c0cf6ec--