Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 69110 invoked from network); 18 Dec 2001 23:05:46 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 18 Dec 2001 23:05:46 -0000 Received: (qmail 973 invoked by uid 97); 18 Dec 2001 23:05:49 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 957 invoked by uid 97); 18 Dec 2001 23:05:49 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 946 invoked from network); 18 Dec 2001 23:05:48 -0000 Message-ID: <20011218230548.19238.qmail@web13405.mail.yahoo.com> Date: Tue, 18 Dec 2001 15:05:48 -0800 (PST) From: Diane Holt Subject: Re: Jar Task includesfile bug or feature? To: Ant Developers List In-Reply-To: <3C1BFF6B.B284BA14@phc.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N You need to escape "$" with another "$" -- eg. foo$bar.txt would need to be listed as foo$$bar.txt in your includes file. Diane --- Richard Emberson wrote: > > I do not know if this is a bug or a feature. > > If one uses the Jar task with the "includesfile" attribute. In the file > that is the value of > the attribute > I simply list a bunch of class file names. I actually have another task > that generates the > file. > Now if any of the class file names includes a "$", then the Jar task > strips the "$" off and, > of > course, the resulting file does not exist, and the resulting jar file is > short that class > file. The fix is > to add a second "$" to any class file name in the includesfile - that > way only one "$" is > stripped off. > > Is this the expected behavior? > > Richard Emberson > > > -- > To unsubscribe, e-mail: > > For additional commands, e-mail: > > ===== (holtdl@yahoo.com) __________________________________________________ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com -- To unsubscribe, e-mail: For additional commands, e-mail: