Hmm. Well, I already seem to have done the basics on that, (i.e. checking the various boxes and making sure that the appropriate values are in the xml) but my main problem was that I was unaware you needed to go through a different process to build for deployment. (i.e. right-click build.xml, then select Run As -> Ant Build). Other than checking the boxes, I did nothing to the default files.
Unfortunately, now that I have selected Ant Build, now the build immediately fails, with the error that it can't find ERExtensions.
Buildfile: /Users/me/MylWorkspace/MyApp/build.xml init.properties: init.build: compile:
BUILD FAILED /Users/me/MyWorkspace/MyApp/build.xml:211: The framework name 'ERExtensions' does not exist.
I can only assume that 1. I am still doing something terribly wrong, and/or 2. I need to set some property in here where I tell it the location of my Wonder frameworks.
(I assumed the fact that they were added on my classpath was enough. Apparently not?) I've done the eclipse dance, so that doesn't appear to be it.
Any help would be appreciated. I am simply trying to build a single .woa with all the necessary files, so someone with access to the server can drop it in the right location and have it run.
If it matters, the dev box is Snow Leopard, latest Wonder (as of a couple days ago at least), WOLips for Eclipse 3.5, WO 5.4.3 The dev server is an old g4 1.25 ghz running 10.4.
|