Re: add gif file to WO project in WOLips
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.