Re: Ant Build.xml file

2008-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Susan, Susan Richards wrote: > How would I add to the build.xml file so that when ant builds it, it > creates this code in my web.xml file? > > > 404 > /404.html > Why not simply add it to web.xml permanently? If you really do need to do it o

Ant Build.xml file

2008-09-08 Thread Susan Richards
How would I add to the build.xml file so that when ant builds it, it creates this code in my web.xml file? 404 /404.html Not sure if this is an element or something else and what to add it under.