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 2003/11/20 04:30:39 UTC

DO NOT REPLY [Bug 24835] - Jar task and package directories

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=24835>.
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=24835

Jar task and package directories

stevel@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From stevel@apache.org  2003-11-20 03:30 -------
You are going to get embarrassed. 

The way to include one or more packages, while retaining base dir information is
to use the includes attributes to specify a subdir tree to include

<jar jarfile="package.dir" basedir="${build}" includes="com/clinphone/stuff/**" />

For more complex problems nest <fileset> declarations inside the jar task. 

Marking as invalid, and strongly encouraging user participation in the ant user
mail list the next time a similar problem is encountered.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org