On Jun 5, 2007, at 9:52 PM, Chuck Hill wrote: So I created a package for them
A package? You mean a folder?
No, a package. Same as the one I created for the java files. It was just a guess, but it seemed to work at the time. All the docs I could find talk about Xcode and using a particular target, which doesn't seem to apply in Eclipse. They are there in the woa, so I assume that my method of referring to them is incorrect. What did I do wrong?
Where are they in the .woa? What do the bindings look like where you use them?
Janine:/Library/WebObjects/Applications/nhlpm.section7.woa root# find . -name '*.jpg' ./Contents/WebServerResources/bin/com/nhlpm/images/logo-large.jpg ./Contents/WebServerResources/bin/com/nhlpm/images/logo-medium.jpg ./Contents/WebServerResources/src/com/nhlpm/images/logo-large.jpg ./Contents/WebServerResources/src/com/nhlpm/images/logo-medium.jpg
A sample binding:
Logo : WOImage { filename = "logo-large.jpg"; alt = "New Hampshire License Plate Museum"; }
The deployment build instructions I used are here:
If that makes any difference.
janine
|