You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/12/29 01:34:07 UTC

DO NOT REPLY [Bug 5612] - jar task doesn't jar explicitly listed inner classes

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5612>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5612

jar task doesn't jar explicitly listed inner classes





------- Additional Comments From jakarta@ehatchersolutions.com  2001-12-28 16:34 -------
This is more of a "feature" of Ant than a bug.  The '$' character is a special 
meta-character to Ant denoting the beginning of a property.  In order to have a 
literal dollar sign in attributes such 'name' of the <include> tag, it must be 
doubled ('$$').

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>