Re: Switching from XCode to WOLips: ressources headaches
Re: Switching from XCode to WOLips: ressources headaches
- Subject: Re: Switching from XCode to WOLips: ressources headaches
- From: Mike Schrag <email@hidden>
- Date: Wed, 16 Aug 2006 09:23:44 -0400
- 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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden