Image display in WOLips - Eclipse
Image display in WOLips - Eclipse
- Subject: Image display in WOLips - Eclipse
- From: "Paul-Liviu Petrus" <email@hidden>
- Date: Fri, 13 Jun 2003 19:36:56 +0200
- Thread-topic: WebObjects & Open Source
Greetings to you all!
I'm trying to import a project (JavaWebObjectsApplication) from the WO
Development Environment into Eclipse/WOLips. Everything seems to be
working with the exception that none of images are visible at design
time nor displayed in the app at runtime. In my initial WO Project, they
were located in <ProjectDir>/resources and this directory was added in
the section WebServerResources.
I copied the resources dir into the newly imported project directory and
modified <wsresources> section of the Build.xml file as follows:
<wsresources dir=".">
<include name="resources/**"/>
<exclude name=" **/*.woa/**"/>
</wsresources>
By saving and rebuilding the project, Eclipse copied all my resources
directory and subdirectories into the <Project.woa> dir. But when I open
a wod file with WebObjects Builder no image is shown. When I try to
select the file name from the combo box in the Binding Inspector, I get
nothing but the file "Properties" which isn't even located in the
resources dir! When I run the application, the images are also not
shown. What can be done?
Thanks,
Paul Petrus
SHP Consulting Gmbh, Darmstadt, Germany.
_______________________________________________
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.