Hi Pablo,

PabloS wrote:
> 
> I had a problem when I tried to package the application, it gave me this
> error:
> 
> Error assembling WAR: webxml attribute is required (or pre-existing
> WEB-INF/web.xml if executing in update mode
> 
> Seems to be caused because there's no webapp/WEB-INF/web.xml file.
> 

My bad. I had made the requisite changes and tested them locally but failed
to upload them to the repository. This has now been done. In the meantime,
you can just manually create the file:

  src/main/webapp/WEB-INF/web.xml

It can be empty if you want, and in fact the archetype creates it as an
empty file. That makes the WAR plugin happy and allows the Grails "war"
command to execute.


PabloS wrote:
> 
> BTW, I haven't used grails in a while, mainly due to lack of maven
> integration, and wasn't aware of all that's been going on in this regard
> lately. If I can help you with anything to improve maven integration, I'll
> gladly do so.
> 

None of the core Grails developers use Maven, so any feedback on what we
should do to improve the integration would be most welcome.

Thanks,

Peter

-- 
View this message in context: 
http://www.nabble.com/Experimental-Grails-archetype-tp20395006p20419660.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to