If I could get a little help, I will appreciate it greatly. I have a
simple build.xml file that uses the line
<jar jarfile="${top}/vvpa.war" basedir="${war}" excludes="**/db/*" />
to create a war file. Directory db exists under ${war} as ${war}/db. I
do not want that directory included in the war file, but it is.
I'm sure this is simple, but I've tried every permutation that I can
think of (excludes="db/*", excludes="${war}/db/*",
excludes="${war}/**/db/*"), and it is included every time.
Thanks
--Michael
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>