Re: Error assembling WAR: MANIFEST.MF does not exist.

2011-05-01 Thread sipungora
s located in ${project.build.outputDirectory}/META-INF/ and with your > current outputDirectory that means in war/WEB-INF/classes/META-INF/ just > as it says in the error message. > >> >> >> >> ... >> >>

Re: Error assembling WAR: MANIFEST.MF does not exist.

2011-05-01 Thread Dennis Lundberg
war/WEB-INF/classes/META-INF/ just as it says in the error message. > > > > ... > > > Now I've corrected it and build is successful. > > Thank you for hint. Sorry. -- > View this message in context: > http://maven.40175.n5.nabble.com/Error-assembling-WAR

Re: Error assembling WAR: MANIFEST.MF does not exist.

2011-04-30 Thread sipungora
75.n5.nabble.com/Error-assembling-WAR-MANIFEST-MF-does-not-exist-tp4361924p4361959.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e

Re: Error assembling WAR: MANIFEST.MF does not exist.

2011-04-30 Thread sipungora
-- View this message in context: http://maven.40175.n5.nabble.com/Error-assembling-WAR-MANIFEST-MF-does-not-exist-tp4361924p4361951.html Sent from the Maven - Users mailing list archive at

Re: Error assembling WAR: MANIFEST.MF does not exist.

2011-04-30 Thread Benson Margulies
What does your POM say? On Sat, Apr 30, 2011 at 6:43 PM, sipungora wrote: > Hi, > > can somebody explain me why get I this error: > > "Error assembling WAR: myproject\war\WEB-INF\classes\META-INF\MANIFEST.MF > does not exist." > > Why is it looking for  MANIFEST

Error assembling WAR: MANIFEST.MF does not exist.

2011-04-30 Thread sipungora
Hi, can somebody explain me why get I this error: "Error assembling WAR: myproject\war\WEB-INF\classes\META-INF\MANIFEST.MF does not exist." Why is it looking for MANIFEST.MF in WEB-INF\classes? Thanks in advance. Best Regards. -sipungora-- View this message in context: http://mave

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

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 asse

Error assembling WAR with no sources

2006-07-14 Thread Lukasz Szelag
After upgrading to war-plugin 2.0.1 I'm getting an error while assembling a Web app that has no Java sources (tested with an empty src directory). It used to work previously. Here is the error message: Error assembling WAR: Problem creating /target/classes (Is a directory) The classes dire

Re: Error Assembling WAR

2006-05-22 Thread Wayne Fay
Leo L <[EMAIL PROTECTED]> wrote: > > Hi! > > I have a problem and i can´t fixed it. > > > > I can´t find web.xml when i try to packaging my war. > > My App. is an EAR, which i have an ejb packaging, jar and a War: > > > > When I packaging the war, i

Re: Error Assembling WAR

2006-05-22 Thread Leo L
to packaging my war. > My App. is an EAR, which i have an ejb packaging, jar and a War: > > When I packaging the war, i get a Build Error: Error assembling War... > > I saw the thread > http://www.nabble.com/War+plugin+and+filtering+webapp+files-t1617964.htmland > didn´t help

Re: Error Assembling WAR

2006-05-22 Thread Alexandre Poitras
22/06, Leo L <[EMAIL PROTECTED]> wrote: Hi! I have a problem and i can´t fixed it. I can´t find web.xml when i try to packaging my war. My App. is an EAR, which i have an ejb packaging, jar and a War: When I packaging the war, i get a Build Error: Error assembling War... I saw the

Error Assembling WAR

2006-05-22 Thread Leo L
Hi! I have a problem and i can´t fixed it. I can´t find web.xml when i try to packaging my war. My App. is an EAR, which i have an ejb packaging, jar and a War: When I packaging the war, i get a Build Error: Error assembling War... I saw the thread http://www.nabble.com/War+plugin+and

[m2] Error assembling WAR

2006-01-19 Thread Malcolm Wong Ho
I'm getting an 'Error assembling WAR' when trying to package a web application. Log : Embedded error: Could not explode webapp... Could not create destination directory '/home/malcolm/IBM/rationalsdp6.0/maven_workspace/my-webapp2/my-webapp2-1.0-SNAPSHOT /WEB-INF/classes/my-