• 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: Problem showing project images in app ported to WOLips from XCode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Problem showing project images in app ported to WOLips from XCode (From: Apoorva Muralidhara <email@hidden>)
 >Re: Problem showing project images in app ported to WOLips from XCode (From: Chuck Hill <email@hidden>)

  • Prev by Date: Re: SQL Schema comparator
  • Next by Date: Eclipse not releasing backend???
  • Previous by thread: Re: Problem showing project images in app ported to WOLips from XCode
  • Next by thread: Store (large) images inside or outside database?
  • Index(es):
    • Date
    • Thread