AW: exclude directories from jar file

2005-08-08 Thread Jan.Materne
>USE the following modifications. it should work > >excludes="rex/rexml/*.classes" nop a) "*.classes" catchs only files directly under rexml --> use rex/rexml/**/*.classes b) I think you mean "**/*.class" ... Jan - To unsubsc

Re: exclude directories from jar file

2005-08-08 Thread Ranjeet_Suri
USE the following modifications. it should work excludes="rex/rexml/*.classes" Thom Hehl <[EMAIL PROTECTED]> 08 Aug 2005 06:19 Please respond to "Ant Users List" To: user@ant.apache.org cc: Subject: exclude directories

AW: exclude directories from jar file

2005-08-08 Thread Jan.Materne
Change excludes="rex/rexml" to excludes="rex/rexml/" Jan >-Ursprüngliche Nachricht- >Von: Thom Hehl [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 8. August 2005 15:20 >An: user@ant.apache.org >Betreff: exclude directories from jar

exclude directories from jar file

2005-08-08 Thread Thom Hehl
I am trying to create 2 jar files from my application. I have directory rex that contains a bunch of source files and then directory rex/rexml that contains a separate, but closely related application. The only difference will be the root (main class) application. I want all of the contents o