Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 45988 invoked from network); 9 Mar 2010 18:19:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Mar 2010 18:19:07 -0000 Received: (qmail 87632 invoked by uid 500); 9 Mar 2010 18:18:39 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 87544 invoked by uid 500); 9 Mar 2010 18:18:39 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Received: (qmail 87536 invoked by uid 99); 9 Mar 2010 18:18:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Mar 2010 18:18:39 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ale.marino78@gmail.com designates 209.85.220.225 as permitted sender) Received: from [209.85.220.225] (HELO mail-fx0-f225.google.com) (209.85.220.225) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Mar 2010 18:18:31 +0000 Received: by fxm25 with SMTP id 25so933491fxm.7 for ; Tue, 09 Mar 2010 10:18:11 -0800 (PST) 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=B0tduhdPK0IGB6riC6SEuu2lIVLsW3LFVCy9wZdh4kE=; b=BrnUk6g8tfOkBnWYI9YfB4jRZp+2qyNLwLRz3jPxK+mpbMjOAx1M6MfIXeYQo1S7Dv h7hn60v3LPOYGcOtuKdrYsjefHqJzveJ0R9Ts81JYZjiaMonUsbHcNIcopDGImvuxCSc alivS6M8qNGSWGKXMMaC8kPLoragR60KPqsKM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=MfOB/7D/4Rs+NFyp32nJkaRXUYwmqln58gjv0jilbUgLR8UlZMpZI3w3KnrGf6OFgu 6Os5awxPefBLlK3CWxoxzBO++GP5KhKvmFFPDJJuwOV71HqP4ET9codCx/PS3o7P7Pg4 GqR9lNlKaKr1NFvqoxU73hYGDtQ2zDdywitK8= MIME-Version: 1.0 Received: by 10.103.21.14 with SMTP id y14mr107854mui.87.1268158691367; Tue, 09 Mar 2010 10:18:11 -0800 (PST) Date: Tue, 9 Mar 2010 19:18:11 +0100 Message-ID: <9b9cf8321003091018m4d69a655s2ce377270e7124e7@mail.gmail.com> Subject: Get current module's version in Ant From: Alessandro Marino To: ivy-user@ant.apache.org Content-Type: multipart/alternative; boundary=002215b01a56515b3204816234bf X-Virus-Checked: Checked by ClamAV on apache.org --002215b01a56515b3204816234bf Content-Type: text/plain; charset=ISO-8859-1 I've a project with various modules, the last couple of modules are the war artifacts. How can I inject the module's version in the war Ant task ? At the moment I'm defining a property in the ivyconfig.xml file and then I retrieve it when creating the war, but I'm sure that there's a clener way to do this. Thanks and regards, Alessandro --002215b01a56515b3204816234bf--