Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 33309 invoked from network); 25 May 2009 22:30:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 May 2009 22:30:09 -0000 Received: (qmail 99456 invoked by uid 500); 25 May 2009 22:30:21 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 99393 invoked by uid 500); 25 May 2009 22:30:21 -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 99383 invoked by uid 99); 25 May 2009 22:30:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 May 2009 22:30:21 +0000 X-ASF-Spam-Status: No, hits=-1.8 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of prvs=539652388c=shawn.castrianni@halliburton.com designates 34.254.247.12 as permitted sender) Received: from [34.254.247.12] (HELO NP1MAIL002.halliburton.com) (34.254.247.12) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 May 2009 22:30:10 +0000 Received: from NP1EXHU012.corp.halliburton.com (np1exhu012.corp.halliburton.com [34.34.132.73]) by NP1MAIL002 (8.14.3/8.14.3) with ESMTP id n4PMTmGP022081 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Mon, 25 May 2009 17:29:48 -0500 Received: from NP1EXCH012.corp.halliburton.com ([34.34.132.75]) by NP1EXHU012.corp.halliburton.com ([34.34.109.196]) with mapi; Mon, 25 May 2009 17:29:48 -0500 From: Shawn Castrianni To: "'ivy-user@ant.apache.org'" Date: Mon, 25 May 2009 17:29:48 -0500 Subject: ivy buildlist task Thread-Topic: ivy buildlist task Thread-Index: AcndiE9AKzTgi+wTR6mOTu3jJK4syg== Message-ID: <34721A41A7BCF54ABC3B116219A8C1C205752571A4@NP1EXCH012.corp.halliburton.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_34721A41A7BCF54ABC3B116219A8C1C205752571A4NP1EXCH012cor_" MIME-Version: 1.0 X-HALSTAMP: TRUE X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.7400:2.4.4,1.2.40,4.0.166 definitions=2009-05-25_14:2009-05-19,2009-05-25,2009-05-25 signatures=0 X-Proofpoint-Spam-Details: rule=custom_notspam policy=custom score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0811170000 definitions=main-0905250166 X-Virus-Checked: Checked by ClamAV on apache.org --_000_34721A41A7BCF54ABC3B116219A8C1C205752571A4NP1EXCH012cor_ Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="ISO-8859-1" I am trying to programmatically build up a list of build.xml files to pass = into the ivy:buildlist task. My problem is that since this is generated dy= namically, I don't know how to create a dynamically generated fileset to pa= ss to the buildlist command. If all build.xml files had a common parent di= rectory, then I could create an includes property dynamically and then spec= ify a single fileset with the common parent directory and the dynamically g= enerated includes property. However, I can't guarantee that all build.xml = files will have a common parent directory. I would normally accomplish thi= s with multiple filesets, but that cannot be done dynamically. Therefore, = the only thing I can think of is to enhance the buildlist command and allow= a path to be specified along with a fileset. A path can dynamically be ge= nerated since a path can be appended to using the refid AND a path does not= enforce a single common parent directory for all build.xml files. Any ideas? --- Shawn Castrianni ---------------------------------------------------------------------- This e-mail, including any attached files, may contain confidential and pri= vileged information for the sole use of the intended recipient. Any review= , use, distribution, or disclosure by others is strictly prohibited. If yo= u are not the intended recipient (or authorized to receive information for = the intended recipient), please contact the sender by reply e-mail and dele= te all copies of this message. --_000_34721A41A7BCF54ABC3B116219A8C1C205752571A4NP1EXCH012cor_--