Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 63511 invoked from network); 4 Feb 2009 17:08:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2009 17:08:27 -0000 Received: (qmail 66798 invoked by uid 500); 4 Feb 2009 17:08:22 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 66765 invoked by uid 500); 4 Feb 2009 17:08:22 -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 66752 invoked by uid 99); 4 Feb 2009 17:08:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 09:08:22 -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 (athena.apache.org: domain of haiqiwei@gmail.com designates 209.85.219.12 as permitted sender) Received: from [209.85.219.12] (HELO mail-ew0-f12.google.com) (209.85.219.12) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 17:08:15 +0000 Received: by ewy5 with SMTP id 5so3613954ewy.4 for ; Wed, 04 Feb 2009 09:07:54 -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=hhT8gxjwsCmkUq7iNMmYIkK35kIg/WH7shDQgaHOnQM=; b=mmDNi6PR3asTx9aZfa+bCuFHL4ahxeLUvNHscAkACTXpi0D/52LlI289rgqHx0+Gcx Ak90Z9bFxOYg6JHTIP+gVYJbVEti94Y1aILt34rEgOwU+JxcOuoESixilDs1VDb1/gxN N4DI0gsiHaiouiioXCuJvFoKTU/PkWeCYH138= 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=rafcdR00r6So4aQpMcZR7aRngCsYljB1ut+f+8MTf3mt38dcHEk6xRAar+vvrP7S+U AmVD0298dtu2+5SbU7smos3yc+iK3663fr0G8Ntx88PenV7Bh6w/JSCNpNYEbdFrSumf jGP6CzmcEWw/uzeVqdqkjsUEuv8oLRE5Xx3Co= MIME-Version: 1.0 Received: by 10.102.219.8 with SMTP id r8mr2159434mug.10.1233767121134; Wed, 04 Feb 2009 09:05:21 -0800 (PST) In-Reply-To: <20090204165104.7364.qmail@server282.com> References: <20090204165104.7364.qmail@server282.com> Date: Wed, 4 Feb 2009 11:05:21 -0600 Message-ID: Subject: Re: Making my JAR file include everything From: Haiqi Wei To: Ant Users List , dave.alvarado@remanresource.com Content-Type: multipart/alternative; boundary=0016e65b610cfda4e104621acace X-Virus-Checked: Checked by ClamAV on apache.org --0016e65b610cfda4e104621acace Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I have not tested this. But can you copy the property files into the basedir beforehand, then do basedir="${build}"/> Haiqi. On Wed, Feb 4, 2009 at 10:51 AM, wrote: > Hi, > > I'm using Ant 1.6 on Solaris 9. When I created a JAR file, I'm trying to > include everything in my base directory ("basedir") as well as an additional > properties file ... > > basedir="${build}" > includes="${nps-config-client-file-location-properties}" /> > > But this command creates a JAR file without the contents of the basedir. > If I remove the 'includes="${nps-config-client-file-location-properties}"' > clause, then the contents of the basedir are included. How can I have both > the properties file and the contents of the base dir? > > Thanks, - Dave > > > > -------Original Message------- > > From: dave.alvarado@remanresource.com > > Subject: Using ant to check out only a single file from CVS > > Sent: Feb 04 '09 14:46 > > > > Hi, > > > > I'm using Ant 1.6 on Solaris 9. Right now I have a shell script in > which I can check out a package from CVS: > > > > ant -Duser=$username -Dbaseline=$baseline -Dpackage=$CVS_PACKAGE_NAME > cvsCheckout > > > > but I was wondering how I can check out only a single file from CVS and > then place it on a certain directory in my server. Any thoughts are most > appreciated, - Dave > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > > For additional commands, e-mail: user-help@ant.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > --0016e65b610cfda4e104621acace--