Re: WO 5.3 + XCode 2.1
Re: WO 5.3 + XCode 2.1
- Subject: Re: WO 5.3 + XCode 2.1
- From: Gennady Kushnir <email@hidden>
- Date: Wed, 13 Jul 2005 11:53:15 +0400
> It's possible to buy WO 5.2.
>
> But it would be more helpful for you and for us, if you could give a
> little bit more information about the problems you have. I use WO
> 5.3, but mostly with Eclipse and have no problems so far.
>
> There is a very ugly bug in WebObjects Builder that comes up if you
> have changed the default encoding for components, but that's it. I
> use other tools for this now.
>
> cug
I've found the way to circumvent that bug. I wrote down encoding which was
set in WO Builder by default (NSMacOSRomanStringEncoding). Then I changed
encodng to arbitrary other. Then I opened WO Builder preferences file
( com.apple.WebObjectsBuilder.plist) with Plist Editor and changed Encoding
to one i had written down. It worked. Then i modified that string to
NSUTF8StringEncoding and it also worked.
There were many other cases, when i did not understand whether it was bug or
feature. for examlple when i tried to create mutable array of say MyClass it
generated code:
public (null) MyClass arrayOfMyClass //instead of
public NSMutableArray arrayOfMyClass //with some special comments
finally i switched back to 5.2.x
regards
_______________________________________________
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