From user-return-68273-apmail-ant-user-archive=ant.apache.org@ant.apache.org Tue Jul 14 06:44:38 2009 Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 35913 invoked from network); 14 Jul 2009 06:44:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Jul 2009 06:44:37 -0000 Received: (qmail 55319 invoked by uid 500); 14 Jul 2009 06:44:45 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 55236 invoked by uid 500); 14 Jul 2009 06:44:44 -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 55226 invoked by uid 99); 14 Jul 2009 06:44:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2009 06:44:44 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of arunaseva@gmail.com designates 209.85.218.211 as permitted sender) Received: from [209.85.218.211] (HELO mail-bw0-f211.google.com) (209.85.218.211) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2009 06:44:36 +0000 Received: by bwz7 with SMTP id 7so1426540bwz.28 for ; Mon, 13 Jul 2009 23:44:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=mBsWGSdKiqn+kRHO6SLvbBnR3UaWsO4ZWwMiUmyMaU0=; b=CmBEx54EMjqeuP7svHgAsS3Dvnc6R5byXyZU2oQW7qHkNwKEr5yDRr4E1hsjP0RGqB rwIuCz0b7Vmk3qzGivR3VePPFUmjJGfTL+BLKNzApxgIUBL6nXojSGQwmp4+SezqulMX On1qRVD/DBVWhMaEXa4Z5g+i3XNiFV2G44IU8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=FX4odXlL185iYUPAwroGyaBcMynwapKKV9rHjdeDtzH+3BF4OtnmKOVczqpbCAGEC0 uGn5KJnC7bqEa6aA8tcfG+tO51Dc6Vxk+JvH5EKPIo8JdOw+x8exfGWfp4ynrtnvkH17 ZbLskILSB9BQj1gjjjw5cIUY6BF4nzSPzNUFU= MIME-Version: 1.0 Received: by 10.223.105.139 with SMTP id t11mr2683465fao.37.1247553855289; Mon, 13 Jul 2009 23:44:15 -0700 (PDT) In-Reply-To: References: <8d0c91050907130441r1f48d1w5d07eaddef742e54@mail.gmail.com> Date: Tue, 14 Jul 2009 08:44:15 +0200 Message-ID: <8d0c91050907132344s347623c2j4434977ea7f108df@mail.gmail.com> Subject: Re: include-require From: Horvath Adam To: Ant Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I want to define properties: Common static properties (xmlproperty is great for this) Dynamic property (property value from timestamp or from other properties) > Do you really want the contents of common.xml copied into a build.xml > file or just be able to call the targets defined in common.xml? The > import task may help, > http://ant.apache.org/manual/CoreTasks/import.html Yes, maybe 'import' is enough. Thanks, Adam --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org