• 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: Deploying a framework as a JAR?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Deploying a framework as a JAR?


  • Subject: Re: Deploying a framework as a JAR?
  • From: Dov Rosenberg <email@hidden>
  • Date: Wed, 22 Apr 2009 12:24:24 -0400
  • Thread-topic: Deploying a framework as a JAR?

Thanks - it was a lot easier than I thought to change our build scripts to
deploy as a JAR. Basically all I did was remove the Resources/Java folder
from the framework and copied the class folders to the same level and jarred
the resulting directory structure up - worked like a champ.

MyFramework.jar
    Resources
        <WOComponent folders>
    WebServerResources
    com
        mycompany
            *.java
    META_INF
        MANIFEST.MF

How do I extract the Wonder frameworks I need from the Maven repository? We
only use ERJars, ERExtensions, and ERJGroupsSychronizer

Thanks again

Dov Rosenberg


On 4/22/09 10:48 AM, "Henrique Prange" <email@hidden> wrote:

> Hi Dov,
>
> If you're using Maven, you can use the maven-wolifecycle-plugin and
> the packaging woframework to generate JAR artifacts.
>
> You can find the Wonder frameworks jars in the WOCommunity repository
> [1].
>
> [1] http://maven.wocommunity.org
>
> Cheers,
>
> Henrique
>
> On Apr 22, 2009, at 2:38 AM, Lachlan Deck wrote:
>
>> On 22/04/2009, at 11:34 AM, Dov Rosenberg wrote:
>>
>>> I noticed that the WO frameworks are now packaged as Jars. Does any
>>> one know
>>> the correct mojo for packaging our frameworks as jars? What about
>>> Project
>>> Wonder ­ can those be deployed as jars as well?
>>
>> With maven this is the natural/default result of the build.
>>
>> If you're using ant it'll be quite easy to achieve also using ant's
>> 'jar' task though obviously you'll need to configure it. If you
>> break open a wo jar you'll learn how it needs to be laid out.
>>
>> with regards,
>> --
>>
>> Lachlan Deck
>>
>> _______________________________________________
>> 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
>
>  _______________________________________________
> 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

 _______________________________________________
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

  • Follow-Ups:
    • Re: Deploying a framework as a JAR?
      • From: Lachlan Deck <email@hidden>
References: 
 >Re: Deploying a framework as a JAR? (From: Henrique Prange <email@hidden>)

  • Prev by Date: Re: Project Management Tools
  • Next by Date: Re: Zero dates "0000-00-00"
  • Previous by thread: Re: Deploying a framework as a JAR?
  • Next by thread: Re: Deploying a framework as a JAR?
  • Index(es):
    • Date
    • Thread