To follow up on my app not finding static resources, specifically a background image, it is still not resolved.
It appears that my configuration is looking for static resources in
/Library/WebServer/Documents/cgi-bin/WebObjects/MyApp.woa/[whatever path I give in the CSS: background-image: url(path);]
I don't know where this is being set. I am not deploying it, just developing it at the moment. I am coming from Xcode, and I don't see anything that maps to build targets (e.g. debug vs. release, or development vs. deployment). I am just looking to have the build put everything (including static resources) into one .woa in my build directory. Ultimately, I would like to better understand what the best practices are, and understand how Eclipse's build process works. I looked at build.xml, but nothing is jumping out at me to explain what is happening.
So if anyone can enlighten me as to where this is configured, I would appreciate it.
I am using 5.4 and Wonder for two days ago, in Eclipse 3.4 with the appropriate WOLips.
Andrew |