Re: WebObjects apps in war; maven; where is ERXServletAdaptor; etc.
Re: WebObjects apps in war; maven; where is ERXServletAdaptor; etc.
- Subject: Re: WebObjects apps in war; maven; where is ERXServletAdaptor; etc.
- From: Henrique Prange <email@hidden>
- Date: Fri, 24 Jul 2009 12:20:41 -0300
Hi Greg,
On 7/23/09 10:37 AM, email@hidden wrote:
Hi,
Avoiding the erxservletadaptor and wonder initialization, I just made a
project with the 2.0.17 archetype, for wo 5.3.3, no wonder, true war
support. wolips 3.4.5747 .
It seems some parameters are not defined.
You must add the filteringDeploymentDescriptors configuration to the
maven-war-plugin declaration:
<plugin>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<filteringDeploymentDescriptors>
true
</filteringDeploymentDescriptors>
</configuration>
</plugin>
This configuration comes by default in the new
woapplication-servlet-archetype version 2.1-SNAPSHOT. You can try this
archetype by downloading the archetype-catalog.xml at [1]. Remember the
archetype was not released yet, so use it judiciously.
[1]http://maven.wocommunity.org/content/groups/public-snapshots/org/objectstyle/woproject/maven2/archetypes/2.1-SNAPSHOT/archetypes-2.1-SNAPSHOT-catalog.xml
Cheers,
Henrique
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden