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 <[EMAIL PROTECTED]> 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: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > ===== ([EMAIL PROTECTED]) __________________________________________________ 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
