Re: Build Error - Error assembling WAR: Deployment descriptor:

2008-06-09 Thread Wayne Fay
On 6/8/08, Andrew Madu <[EMAIL PROTECTED]> wrote: > Error assembling WAR: Deployment descriptor: C:Documents and > Settings\mysite\mysite-spring-app\target\mysite-spring-app-1.0-SNAPSHOT\WEB-INF\web.xml > does not exist It appears that you do not have web.xml file in your src/main/webapp/WEB-INF f

Build Error - Error assembling WAR: Deployment descriptor:

2008-06-07 Thread Andrew Madu
Hi, so my pom.xml reads as follows: [code] 4.0.0 com.mysite.app mysite-spring-app 1.0-SNAPSHOT war . [/code] I simply changed the packaging type to 'war' just to see what output would be generated, and am receiving this error: [code] Error assembling WAR: Deplo