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 PROTECTED]> 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 (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]