Hello people, I have the next problem: I want to make a war file from the next file structure:
basedir\
|- WEB-INF
|-lib
|-html
|-JSPs
|-Other stuff
|-src
and all I want is to use the war task with basedir attribute set to
${basedir}, but excluding the src directory(it should not appear in the war
file)
I tried with <dirset> but it didn;t work.
Any ideas?
--
Regards, Petar!
