Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 62038 invoked from network); 25 Jun 2010 03:45:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Jun 2010 03:45:15 -0000 Received: (qmail 16132 invoked by uid 500); 25 Jun 2010 03:45:15 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 15766 invoked by uid 500); 25 Jun 2010 03:45:12 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 15753 invoked by uid 99); 25 Jun 2010 03:45:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 03:45:11 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of latchkey@gmail.com designates 74.125.83.173 as permitted sender) Received: from [74.125.83.173] (HELO mail-pv0-f173.google.com) (74.125.83.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 03:45:03 +0000 Received: by pvg12 with SMTP id 12so1207895pvg.4 for ; Thu, 24 Jun 2010 20:44:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=gUroj6p0laKo3nj4MhwX+7FAlf3gChcwvW2puYmglTw=; b=N7/wAYn9bpu5Kw3we728yVH6sJyI2QiyQpQb0QcuBjOJprIfwOEbbhR7xf/YKhR3iZ f4dW31PB55eHMOaIjClr5CmJ6scGz2b9PNxOncAm6cKntOuS1pX4zQ2kdEmxeWEp+h1N h9vgvAtCWyr9znJ11/7NV/e5lAyGblU5fxG24= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=kplOi8pZKzeWJ1d00fLcHHcWaJ6Vr5Tned0ybKmhYP+xGx9Er2AXXQj4TkVeKfd2Si SgYB+OP+hzdR71c9cAEBgAXVQlTcinV3tenyKXfzad5olU5Q2z/3dUTfCEW9oUawEe7i zTPG6BQsb8qrb/pj2czMESUP98qgG4PCTtECQ= Received: by 10.115.38.23 with SMTP id q23mr20625waj.212.1277437482215; Thu, 24 Jun 2010 20:44:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.115.15.19 with HTTP; Thu, 24 Jun 2010 20:44:22 -0700 (PDT) From: Jon Stevens Date: Thu, 24 Jun 2010 20:44:22 -0700 Message-ID: Subject: Union + Tar To: Ant Developers List Content-Type: multipart/alternative; boundary=0016e64c246859aace0489d297df X-Virus-Checked: Checked by ClamAV on apache.org --0016e64c246859aace0489d297df Content-Type: text/plain; charset=ISO-8859-1 I've got my class which extends Union typedef. Inside of it are a bunch of FileList's which in turn have a bunch of FileResources. Now, I'd like to reference that Union within a ... something like this: I'm getting this error (ant 1.8.1): only single argument resource collections are supported as archives Idea's? One workaround is to create the directory structure first by copying files, but that is kind of lame. =) jon --0016e64c246859aace0489d297df--