Re: using custom Application class
Re: using custom Application class
- Subject: Re: using custom Application class
- From: Neil MacLennan <email@hidden>
- Date: Wed, 22 Jun 2005 00:42:41 +0100
In your Groups&Files listing, head down to the "Executables" item, open it
and "Get Info" (Apple-i) on the executable file (which will be the name of
your project). In the resulting pop-up, choose the "Arguments" tab and add a
new "Arguments to be passed on launch" parameter of:
-DWOApplicationClass=com.foo.bar.Application
Where com.foo.bar is your package name.
Took me a while to figure this out too!
N.
On 22/6/05 00:14, Will Norris <email@hidden> wrote:
> I feel like this should be something really obvious, but where in
> Xcode do you specify your Application class. For example, I need to
> tell Xcode that my Application class is in the package foo
> (foo.Application) and not in the default package. After building, I
> can edit "Contents/MacOS/MacOSClassPath.txt" by hand and it works just
> fine, but I know I should be able to set this in Xcode.
--
Neil MacLennan
e: email@hidden
_______________________________________________
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