• 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: add gif file to WO project in WOLips
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: add gif file to WO project in WOLips


  • Subject: Re: add gif file to WO project in WOLips
  • From: David LeBer <email@hidden>
  • Date: Mon, 26 Apr 2004 10:32:19 -0400

On 26-Apr-04, at 8:03 AM, Sako! wrote:

hi, i work for long time with WOLips.
but till know i didnt really understood how do i tell WOLips to add a new
gif file to the project.


any can tell me the legal way to do that?
thanks!
Sako

I'm just playing with Eclipse/WOLips now, but this is pretty straight forward and is covered in the WOLips Getting Started -> Tips and Tricks -> Manipulating the build process.


Drag the gif into the project folder in Eclipse, or add it to directly to your project folder and refresh.

Find the following section in the build.xml file:

<wsresources dir=".">
	<exclude name="**/*.woa/**"/>
</wsresources>

And modify it so it looks like this:

<wsresources dir=".">
   	<include name="*.jpg"/>
   	<include name="*.gif"/>
	<exclude name="**/*.woa/**"/>
</wsresources>

;david

--
David LeBer
Codebase Software Systems
site:   http://www.codebase.ca
blog: http://david.codebase.ca
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.


References: 
 >RE: Java Client tutorials and books (From: "Jonathan Fleming" <email@hidden>)
 >Re: Java Client tutorials and books (From: Ed Powell <email@hidden>)
 >add gif file to WO project in WOLips (From: "Sako!" <email@hidden>)

  • Prev by Date: Re: Fetching from related object
  • Next by Date: Deploying Multiple Versions (and on Windows)
  • Previous by thread: Re: update a table in EOModler
  • Next by thread: Java Client tutorials and books
  • Index(es):
    • Date
    • Thread