Well, whichever version of 5.4 that comes with the iPhone SDK final. Not sure how to easily find out. I downloaded the nightly build maven snapshot, but never having used maven. . .
Anyway, I created a new wonder app, copied the CSS file, the image, and then copied the webobject from the old app to the new one, with the same binding. It works. Still doesn't in the old app.
One thing I noticed, was when I moved the css file from the old app's CSS folder to the root of WebServerResources, then back, Eclipse changed the path in the wod binding. (from Contents/WebServerResources/Image.gif to Image.gif then back when it was dragged back in the Package Explorer) I don't know what causes this, but it does not do the same thing in the new mostly empty test app.
At least now I know that if necessary, I can just create a new Wonder app and go through and manually add everything from the old app to the new one, but it just seems there should be an easy fix. If not, c'est la vie.
Thanks
Andrew
I am using 5.4 and Wonder for two days ago, in Eclipse 3.4 with the appropriate WOLips.
5.4.what? 5.4.0,1,2,3? I'm not vouching for ANYTHING under 5.4.2 (and even that has known bugs). You should try 5.4.3 -- I'm using this in development and it works fine. You should also remove variables here ... Make a new Wonder App in WOLips and just add a single CSS file and an ERXStyleSheet reference to it and run it as DirectConnect.
And build.xml is not used for Eclipse building ... It's only used for deployment builds. Eclipse uses a bunch of custom builders to do incremental building.
ms |
|