AW: exclude directories from jar file
>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
AW: exclude directories from jar file
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 file > >I am trying to create 2 jar