Re: Problem showing project images in app ported to WOLips from XCode
Re: Problem showing project images in app ported to WOLips from XCode
- Subject: Re: Problem showing project images in app ported to WOLips from XCode
- From: Apoorva Muralidhara <email@hidden>
- Date: Fri, 8 Feb 2008 22:46:32 -0500
[I meant to send this to the whole list, not just to Chuck.]
On Feb 7, 2008, at 7:25 PM, Chuck Hill wrote:
This is such a fun part of WOLips!
I'm having the time of my life. :-)
I think you are using the Fluffy Bunny layout. That flattens
resources automatically. If you want WebServerResources/jpg/
wombat.jpg (instead of WebServerResources/wombat.jpg) in the built
project, flattening is not what you want.
I don't know what the Fluffy Bunny layout is (is it a configuration
option, or an informal pattern/convention?), but my directory
structure in the built project is *not* flat.
Or just dispense with that nutty pattern file and try this in the
build.xml:
<wsresources dir=".">
<patternset>
<include name="WebServerResources/**/*" />
<exclude name="CVS" />
<exclude name=".svn" />
</patternset>
</wsresources>
Alas, I tried this build.xml-only solution and various variants, but
it didn't work. (On the bright side, I am no longer getting a
duplicate "WebServerResources" directory in my built application.)
I'm not 100% that any of that will work, but it should put you on
the right track.
Chuck
Thanks for your help, Chuck!
--Apoorva
_______________________________________________
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