• 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: Fluffy Bunny + Re: WebObjects Nightly Builds and WOLips addition
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fluffy Bunny + Re: WebObjects Nightly Builds and WOLips addition


  • Subject: Re: Fluffy Bunny + Re: WebObjects Nightly Builds and WOLips addition
  • From: "Henrique Prange" <email@hidden>
  • Date: Wed, 11 Jun 2008 20:01:03 -0300

Hi Andrew,

I've updated the wiki documentation. There is information about
eomodels and a warning about flattened resources.

You can add some resource information in your pom.xml in order to
flatten resources. For example:

<build>
...
	<resources>
		<resource>
			<targetPath>WebServerResources</targetPath>
			<directory>
				${basedir}/src/main/webserver-resources
			</directory>
			<includes>
				<include>*.swf</include>
			</includes>
		</resource>
		<resource>
			<targetPath>WebServerResources</targetPath>
			<directory>
				${basedir}/src/main/webserver-resources/images
			</directory>
			<includes>
				<include>*.jpg</include>
			</includes>
		</resource>
	</resources>
...
</build>

The above configuration take only *.swf files from webserver-resources
root folder and only *.jpg files from webserver-resources/images and
put both inside WebServerResources.

I've created this issue [1] for maven-wolifecycle-plugin to simplify
this configuration.

Hope this helps.

[1] http://issues.objectstyle.org/jira/browse/WOL-830

Cheers,

Henrique

On Wed, Jun 11, 2008 at 10:38 AM, Andrew Lindesay <email@hidden> wrote:
> Hello Henrique;
>
> If you have time, could you be able to add to the wiki some information
> about how it handles flattening resources in the "standard maven layout" and
> in the example given, where it would expect to find ".eomodeld" bundles?
>
> cheers.
>
>> If you use Maven you can find more information about the standard
>> directory layout here [1] (In the end of the page).
>>
>> [1]http://wiki.objectstyle.org/confluence/display/WOL/woapplication-archetype
>
> ___
> Andrew Lindesay
> www.lindesay.co.nz
>
>
 _______________________________________________
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: 
 >Re: WebObjects Nightly Builds and WOLips addition (From: Mark Ritchie <email@hidden>)
 >Re: WebObjects Nightly Builds and WOLips addition (From: David Holt <email@hidden>)
 >Re: WebObjects Nightly Builds and WOLips addition (From: Ricardo Parada <email@hidden>)
 >Re: WebObjects Nightly Builds and WOLips addition (From: Lachlan Deck <email@hidden>)
 >Fluffy Bunny + Re: WebObjects Nightly Builds and WOLips addition (From: George Domurot <email@hidden>)
 >Re: Fluffy Bunny + Re: WebObjects Nightly Builds and WOLips addition (From: Simon McLean <email@hidden>)
 >Re: Fluffy Bunny + Re: WebObjects Nightly Builds and WOLips addition (From: "Henrique Prange" <email@hidden>)
 >Re: Fluffy Bunny + Re: WebObjects Nightly Builds and WOLips addition (From: Andrew Lindesay <email@hidden>)

  • Prev by Date: Re: Fluffy Bunny + Re: WebObjects Nightly Builds and WOLips addition
  • Next by Date: Re: Maven vs Ant
  • Previous by thread: Re: Fluffy Bunny + Re: WebObjects Nightly Builds and WOLips addition
  • Next by thread: Re: Fluffy Bunny + Re: WebObjects Nightly Builds and WOLips addition
  • Index(es):
    • Date
    • Thread