use <exclude name=""/> in your fileset: http://jakarta.apache.org/ant/manual/CoreTasks/jar.html http://jakarta.apache.org/ant/manual/CoreTypes/fileset.html
> -----Original Message----- > From: Bernhard Lenz [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 14, 2002 2:13 PM > To: [EMAIL PROTECTED] > Subject: How to I prevent jar to include subdirectories > > > Is there any way to prevent jar to package subdirectories > without explicitly > naming each single subdirectory, > e.g. package root directory / but not /usr, /bin, /export, etc.? > > Thanks for your help. > Bernie > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
