I don't think the ObjC -> Java converter made it in 5.3 or 5.4, you might need to get a copy of 5.2 to get that.
> my real problem is, that we still have to migrate old projects from WO > > 4.5.1 coded in Objective-C. > > So I will go on doing this direct by using Eclipse as IDE. > > Am 11.10.2009 um 17:41 schrieb Pascal Robert: > > > Migrating your project to Eclipse is "easy", it's cleaning up the > > "crap" that PB/Xcode/WO Builder created that is hard to do :-) For > > > example, if you created your variables from within WO Builder, they > > > are all protected ivars. That's fine if your Java classes are not in > > > packages, but it will create havoc when you move your classes to > > Java packages. > > > > If your old projects are using UTF-8 as the encoding and you use > > Java packages, migration should be relatively easy, if not, it's > > cleanup time. And be ready to delete tons of unused bindings, WOLips > > > will actually tell you if a binding is not used. Having migrated > > over 100 projects, I can attest that you will find a lot of errors > > > after the migrations (and you use Wonder, it will detect even more > > > errors). WOLips + Wonder = better code quality. > > > >> thanks for this quick reply - I just red the "Facts about > Webobjects" > >> > >> and I can say that it is really our final intention to continue on > >> WOLips. I thought to intermediately use Xcode for migrate our > >> existing > >> > >> projects to Eclipse ;( .. but maybe this isn't necessary and I can > go > >> > >> on a direct way to WOLips. Eclipse is also our primary IDE for all > >> other Java projects. > >> > >> / Herwart > >> > >> > >> Am 11.10.2009 um 16:46 schrieb Pascal Robert: > >> > >>> http://www.wocommunity.org/webobjects_faq.html#xcode3 > >>> > >>> Join the WOLips bandwagon :-) > >>> > >>>> After installation of Xcode 3.1.4 - choosing explicit to include > >>>> WebObjects installation, developer tools etc. - no WebObjects > >> project > >>>> > >>>> templates appear when opening the newly installed Xcode 3.1.4. I > >> also > >>>> > >>>> don't found a way to open/import old WebObjects 5.x projects > with > >>>> Xcode 3.1.4. > >>>> > >>>> There is an old WebObjects 5.2 installed on my system, which was > >>>> migrated from older system versions. Maybe this is the reason > and > >> has > >>>> > >>>> to be uninstalled before the new version coming with the Xcode > >> 3.4.1 > >>>> > >>>> installation. > >>>> > >>>> My current leopard system environment is Mac OS X 10.5.8 on > >>>> MacBookPro2,2 - Intel Core 2 Duo. > >>>> > >>>> What's wrong? > >>>> > >>>> I hope that anybody can give me an idea what I have to do ;) > >>>> > >>>> ------------------------------ > >>>> Herwart > >>>> _______________________________________________ > >>>> 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/probert%40macti.ca > >>>> > >>>> This email sent to [email protected] > >>> > >>> -- > >>> > >>> ------------------------------------------------------- > >>> Pascal Robert > >>> > >>> http://www.macti.ca > >>> http://www.linkedin.com/in/macti > >>> > >>> Skype: MacTICanada > >>> AIM/iChat : MacTICanada > > > > -- > > > > ------------------------------------------------------- > > Pascal Robert > > > > http://www.macti.ca > > http://www.linkedin.com/in/macti > > > > Skype: MacTICanada > > AIM/iChat : MacTICanada > > _______________________________________________ > > 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/hsjoos%40cidentigo.com > > > > This email sent to [email protected] -- ------------------------------------------------------- Pascal Robert http://www.macti.ca http://www.linkedin.com/in/macti Skype: MacTICanada AIM/iChat : MacTICanada _______________________________________________ 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]
