Wiki source code of Migrating from XCode to WOLips
Version 19.1 by Pascal Robert on 2007/12/08 23:36
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
14.1 | 1 | As you know, if you plan to continue using WebObjects since Apple [[deprecated>>http://lists.apple.com/archives/webobjects-dev/2006/Aug/msg01144.html]] EOModeler, WebObjects Builder and RuleModeler. In fact, the tools are [[NOT available at all>>http://www.wocommunity.org/webobjects_faq.html#xcode3]] on Mac OS X 10.5. So, what's the steps to migrate ? |
![]() |
12.1 | 2 | |
3 | First, you need to install the WebObjects frameworks. On Leopard (Mac OS X 10.5), the frameworks are available in the [[Xcode 3.0>>http://developer.apple.com/tools/download/]] package. On Tiger (Mac OS X 10.4), the frameworks are available in the [[Xcode 2.5>>http://developer.apple.com/tools/download/]]. After the frameworks are installed, you need to install [[Eclipse>>http://www.eclipse.org/downloads/download.php?file=//eclipse/downloads/drops/R-3.3.1.1-200710231652/eclipse-SDK-3.3.1.1-macosx-carbon.tar.gz]] and [[WOLips>>Install WOLips with Eclipse Update Manager]]. | ||
4 | |||
![]() |
14.1 | 5 | Everything is is installed ? You can start migrating. You have three choices for migrations for projects. |
![]() |
12.1 | 6 | |
![]() |
14.1 | 7 | * You only have a couple of frameworks and applications, and those projects are not very complex? You can do a [[manual migration>>Import an Xcode project into WOLips]]. |
![]() |
18.1 | 8 | * You have a couple of projects and you didn't put your components and classes in sub folders ? Try the "[[fleeto>>http://www.global-village.net/migrate.to.eclipse/home]]" script from [[Chuck Hill>>~~chill]]. |
9 | * You have complex and/or many projects ? Use the [[XcodeMigration]] tool from [[Pascal Robert>>~~probert]]. |