RE: Is there anybody out there...

2005-03-24 Thread Durham David R Jr Contr 805 CSPTS/SCE
Ninju, yes, people are out there. You're spamming the list, which wastes apache foundation bandwidth. This list is a service, don't abuse it. - Dave > -Original Message- > From: Ninju Bohra [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 24, 2005 4:06 PM > To: Ant Users Group > Subj

RE: war task webxml attribute

2005-01-14 Thread Durham David R Jr Contr 805 CSPTS/SCE
Disregard. I changed it to: Key point being the ${...src}, should be ${...dest}. Thanks for the help, Dave > -Original Message- > From: Durham David R Jr Contr 805 CSPTS/SCE > Sent: Friday, January 14, 2005 3:45 PM > To: Ant Users List &

RE: war task webxml attribute

2005-01-14 Thread Durham David R Jr Contr 805 CSPTS/SCE
> The excludesFile attribute specifies the name of a file > containing the names of files to be excluded Ok, yeah. That's kind of important. I tried excludes, and it still outputs a warning.

RE: war task webxml attribute

2005-01-14 Thread Durham David R Jr Contr 805 CSPTS/SCE
> You should use the webxml attribute to point to your WEB-INF/web.xml > file and exclude that file from the rest you add to the archive. Or > use . That doesn't work for me. This: Throws a warning: Warning: selected war files include a WEB-INF/web.xml which

war task webxml attribute

2005-01-13 Thread Durham David R Jr Contr 805 CSPTS/SCE
Should the webxml attribute be required? For one, you can leave it empty and the wars work (at least in Tomcat -- not sure if that complies with the spec.) Also, I get an annoying warning about a web.xml being ignored. Any way to suppress this warning, or should I be using a different task? Th