• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: WebObjects apps in war; maven; where is ERXServletAdaptor; etc.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >WebObjects apps in war; maven; where is ERXServletAdaptor; etc. (From: Greg Brown <email@hidden>)
 >Re: WebObjects apps in war; maven; where is ERXServletAdaptor; etc. (From: David Avendasora <email@hidden>)
 >Re: WebObjects apps in war; maven; where is ERXServletAdaptor; etc. (From: Lachlan Deck <email@hidden>)
 >Re: WebObjects apps in war; maven; where is ERXServletAdaptor; etc. (From: email@hidden)

  • Prev by Date: Re: WebObjects apps in war; maven; where is ERXServletAdaptor; etc.
  • Next by Date: Re: Textfield and change event
  • Previous by thread: Re: WebObjects apps in war; maven; where is ERXServletAdaptor; etc.
  • Next by thread: Re: WebObjects apps in war; maven; where is ERXServletAdaptor; etc.
  • Index(es):
    • Date
    • Thread