Ant war task

2006-02-15 Thread General Email
Hi, I have a war task and I'm specifing the required libs with: Where classpath is a path id specifing the locations of the required library files. However, Ant does not like this and complains that classpath is not a fileset (which it isn't) but why would this sort of speci

RE: ant war task bug?

2004-04-07 Thread Keith Hatton
>> Also, I was under the impression that the standard WEB-INF directory must be in upper case, but the ant war task changes it to lower case. Is this related to my problem? Does it matter? << WEB-INF is correct, and that is what Ant does. But be aware that WinZip often displays this

ant war task bug?

2004-04-07 Thread Riaan Oberholzer
setup my log4j loggers. However, I get a nullpointer exception which traced back to the file not being found. Now the weird thing: if I unpack the ear & war with pkunzip and zip it up together again (without changing anything), then deploy the app, it works! It seems as though the ant war task som