|
In some situations (specially when you are using Cactus to test EJBs), your project may not have a web.xml, but Cactus requires one in order to the CactifyWar task suceeed.
So, instead of throwing a BuildException in such situations, it would be nicer if it simply created an empty web.xml.
|