Re: Problem building war file

2007-02-28 Thread Julian Wood
The problem is with different versions of the war plugin. Version 2.0.1 and below used the syntax you tried, while newer versions need additional configuration. The additional config is not backwards compatible. Try this: archive manifest

Re: Problem building war file

2007-02-28 Thread Enrique Gaona
Julian, Yes, I realized that after I looked at the version of my plugin. Thanks. Enrique Julian Wood [EMAIL PROTECTED] wrote on 02/28/2007 12:37:02 PM: The problem is with different versions of the war plugin. Version 2.0.1 and below used the syntax you tried, while newer versions need

Re: Problem building war file

2007-02-27 Thread Enrique Gaona
Subject Please respond to Re: Problem building war file Maven Users List [EMAIL PROTECTED

Problem building war file

2007-02-26 Thread Enrique Gaona
Hi, I'm running into problems building my war file. Inside my parent pom, I am adding entry to my manifest file, but when it creates the war file, it complains about an Embedded error. Anyone seen this before? plugin

Re: Problem building war file

2007-02-26 Thread Jo Vandermeeren
Hi Enrique, Well.. Do you add a BuildVersion attribute to the manifest someplace else? Cheers Jo On 2/26/07, Enrique Gaona [EMAIL PROTECTED] wrote: Hi, I'm running into problems building my war file. Inside my parent pom, I am adding entry to my manifest file, but when it creates the war