| Author |
Warning Message When I Ran My ANT build.xml File
|
Daniel Gee
Ranch Hand
Joined: Aug 29, 2003
Posts: 202
|
|
I got the warning shown below when I ran my ANT build.xml file. Why did I get the warning like this one? And How do I fix it (I am also showing the code of my build.xml file)? [war] Warning: selected war files include a WEB-INF/web.xml which will be ignored (please use webxml attribute to war task) [ July 18, 2005: Message edited by: Daniel Gee ]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56150
|
|
|
In the war task you specify the deployment descriptor (web.xml) with an attribute. Also including it as part of the fileset generates the warning. To prevent the warning, exclude the web.xml from the fileset.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Warning Message When I Ran My ANT build.xml File
|
|
|