Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 37141 invoked from network); 7 Jun 2006 20:47:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jun 2006 20:47:18 -0000 Received: (qmail 5144 invoked by uid 500); 7 Jun 2006 20:47:12 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 5104 invoked by uid 500); 7 Jun 2006 20:47:12 -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 5093 invoked by uid 99); 7 Jun 2006 20:47:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 13:47:11 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of eggie5@gmail.com designates 64.233.182.188 as permitted sender) Received: from [64.233.182.188] (HELO nf-out-0910.google.com) (64.233.182.188) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 13:47:11 -0700 Received: by nf-out-0910.google.com with SMTP id p77so222436nfc for ; Wed, 07 Jun 2006 13:46:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=T/Nhh5tfWSSZxIx08L0L7I1EwHQ3Z/4FrKSP4w/VjHXpChFNvhRh7q/wN2AHpT/RX9gmQLCot/8r83jGpPoZEI6JMq4/5ZNA2bZb+aUYyxD2mlD7roPeNCP/izjSZ/3yNn9snDce5WxcE1H0aLm8h+doFJ4Xw2A9VzihuvPRlKI= Received: by 10.49.36.1 with SMTP id o1mr855192nfj; Wed, 07 Jun 2006 13:46:49 -0700 (PDT) Received: by 10.48.206.8 with HTTP; Wed, 7 Jun 2006 13:46:49 -0700 (PDT) Message-ID: <6f7401650606071346h6a857137h3a0c6d1db296c0b6@mail.gmail.com> Date: Wed, 7 Jun 2006 13:46:49 -0700 From: "Alex Egg" To: user@ant.apache.org Subject: Ant custom task and filesets MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_166303_3605858.1149713209284" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_166303_3605858.1149713209284 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I have a task I wrote and I am trying to get it built into my ant setup. I would like to run it like this... ant -f executor.xml xml.beautify -Dxml.include=**\test.xml Ant should resolve **\test.xml to a full path. My target looks like this: Right now it's not working. i want to pass whatever files xml.includeresolves to to my Beautify class, but I can't figure out how to do it. ------=_Part_166303_3605858.1149713209284--