Hi,
If you want to just grab the files directly under the root directory and ignore everything else, try something like: <jar jarfile="somefile.jar" basedir="rootdir" includes="*" filesonly="true"/> Note: a single * in the includes, not ** (which is the default). Adam > -----Original Message----- > From: Bernhard Lenz [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 15 January 2002 8:13 AM > 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]>
