- When the project is built, no executable is created within the .woa bundle, but the project can be run nevertheless (this one is really weird... )

That's ok. the "build" folder is only for use by eclipse. If you want to deploy, you'll have to use ANT:

-configure the filter (like above) to show the "build.xml" file
-Add the ANT view: Menu->Window->Show View->Other, Select Ant/Ant from there
-drag the build.xml form the Package Explorer to the Ant View
-To build a deployable App, double-click the "build" task. It'll create a deployable WOA in the dist folder (probably also hidden by the default filter settings).
Always interesting hearing alternative methods of doing things ... Another route is to right-click on build.xml=>Run As=>Ant build, which will produce a "dist" folder including you woa. Framework projects, oddly, build into the project root rather than into a dist.

ms


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to