Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 55386 invoked from network); 13 Jan 2009 18:55:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jan 2009 18:55:24 -0000 Received: (qmail 20526 invoked by uid 500); 13 Jan 2009 18:55:21 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 20487 invoked by uid 500); 13 Jan 2009 18:55:21 -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 20476 invoked by uid 99); 13 Jan 2009 18:55:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jan 2009 10:55:21 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of groodt@gmail.com designates 72.14.220.155 as permitted sender) Received: from [72.14.220.155] (HELO fg-out-1718.google.com) (72.14.220.155) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jan 2009 18:55:13 +0000 Received: by fg-out-1718.google.com with SMTP id 16so96707fgg.22 for ; Tue, 13 Jan 2009 10:54:53 -0800 (PST) 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; bh=80j618Jk0raTlhmOepInKL+HpCToSw7zYnQnFHDLUdc=; b=Yqmiz1+h44tY5WplRy/dcFDCTF/KdlVM55T63GTTKFXKgKTTk29dP+NTrF/SmdWRBf 81GXuNoooIpyzgM+stMJqIF7zJqVU9QZz+R1kKA5aGepKoSmTGA8lp+mBnlzn9oqa0ry DHUwBOinonQGALILS9xt44MwSXmzxiri1eM/Q= 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; b=SOey3mWHZynO9SMzyxu1eAxLdU7N5cEkn88JcWHzl32VODP74Q6Pm6w6KhOpoJYOBg /U5zlP6PK77WXnjXIW8t3/JpKlvRWpiUtDhvbYYdm+h8KNaTFYpg1tpR8yc6Yb9lQMPu pfnk+cFEBs/ewuxAwpeR3twhIbaGbXJ4aSMI4= MIME-Version: 1.0 Received: by 10.86.76.16 with SMTP id y16mr105347fga.17.1231872893090; Tue, 13 Jan 2009 10:54:53 -0800 (PST) In-Reply-To: <20090113183948.26823.qmail@server282.com> References: <20090113183948.26823.qmail@server282.com> Date: Tue, 13 Jan 2009 18:54:53 +0000 Message-ID: <519c1a0c0901131054p1c638803v7c13eaa84f8b02d9@mail.gmail.com> Subject: Re: How can I exclude this directory? From: Greg Roodt To: Ant Users List , dave.alvarado@remanresource.com Content-Type: multipart/alternative; boundary=000e0cd24dda337c96046061c233 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd24dda337c96046061c233 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi I have never used the war task, but this looks like a FileSet problem. Try dojo/** Cheers Greg On Tue, Jan 13, 2009 at 6:39 PM, wrote: > Hi, > > I'm using Ant 1.6 and trying to build my WAR file. Im my web root > directory, I have a directory named "dojo" that I wish to exclude from my > WAR file. Here is how I construct the WAR file ... > > basedir="${webroot.dir}" > warfile="${build}/${war-file-name}" > webxml="${webInfDir}/web.xml"> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > but it seems the '' has no effect. The dojo > directory gets inserted into my WAR. Any ideas? - Dave > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > --000e0cd24dda337c96046061c233--