Sorry, just a copy-and-paste error. I know the real thing has to have all lower-case. WEB-INF/web.xml
Kenneth D. Litwak, Ph.D. Azusa Pacific University 901 E. Alosta Ave. Azusa, CA 91702 -----Original Message----- From: Hilco Wijbenga [mailto:[email protected]] Sent: Monday, January 31, 2011 1:19 PM To: Maven Users List Subject: Re: Error building simple web project On 31 January 2011 13:08, Kenneth Litwak <[email protected]> wrote: > I'm writing a web app with Maven and learning as I go. The > <packaging> is war. I have a directory within my project that has the > web pieces: > web > src > main > webapp > WEB-INF > Web.xml Is this just a copy-and-paste thing or did you really name it "Web.xml"? It should be "web.xml" (all lowercase). --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
