Changes for page XcodeMigration
Last modified by William Sandner on 2011/10/19 21:07
From version 24.1
edited by Pascal Robert
on 2007/12/08 23:31
on 2007/12/08 23:31
Change comment:
There is no comment for this version
To version 28.1
edited by Pascal Robert
on 2007/12/08 23:18
on 2007/12/08 23:18
Change comment:
http://wiki.objectstyle.org/confluence/download/resources/com.atlassian.confluence.extra.tinymceplugin:tinymceeditor/tinymcesource/plugins/confluence/images/confimahttp://wiki.objectstyle.org/confluence/download/resources/com.atlassian.confluence.extra.tinymceplugin:tinymceeditor/tinymcesource/plugins/confluence/images/confimage.gifge.gifhttp://wikhttp://wiki.objectstyle.org/confluence/download/resources/com.atlassian.confluence.extra.tinymceplugin:tinymceeditor/tinymcesource/plugins/confluence/images/confimage.gifi.objectstyle.org/confluence/download/resources/com.atlassian.confluence.extra.tinymceplugin:tinymceeditor/tinymcesource/plugins/confluence/images/confimage.gif
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,5 +3,3 @@ 1 -{{toc}}{{/toc}} 2 - 3 3 = Introduction = 4 4 5 5 XcodeMigration is a tool written by [[Pascal Robert>>~~probert]]to help you migrate multiple WebObjects projects from Xcode to Eclipse/WOLips. If you have complex or many projects to convert, this is the tool to use. The tool is written in Java and is a Eclipse project, so you will need to import the project into Eclipse first (you need a functionnal WOLips installation to be able to import the tool). ... ... @@ -8,31 +8,32 @@ 8 8 9 9 * If you want to convert your Java classes from MacRoman to UTF-8, make sure your Eclipse workspace is in UTF-8 (the default is MacRoman). 10 10 [[image:Image 1.png]] 11 -* Make sure that you are in the WOLips perspective .9 +* Make sure that you are in the WOLips perspective 12 12 [[image:Image 6.png]] 11 + 13 13 [[image:Image 7.png]] 13 + 14 14 * Download the tool (you don't need to expand the .zip file) 15 -* Import the XcodeMigration tool into Eclipse, by selecting //File//>//Import//. 15 +* Import the XcodeMigration tool into Eclipse, by selecting File > Import > Existings projects into workspace. Next. select archive 16 16 [[image:Image 2.png]] 17 - * Select //Existings Projects into Workspace// and click //Next//.17 + 18 18 [[image:Image 3.png]] 19 -* Select the location of the ZIP file with the tool and click //Finish//. 20 20 21 -[[image:Image 4.png]] 22 - 23 -* The tool needs two projects templates, one of them is a application template, the other a framework template. So you need to create a //WebObjects Application// and a //WebObjects Framework//. 20 +* Create two templates, one application, the other framework 24 24 [[image:Image 8.png]] 22 + 25 25 [[image:Image 9.png]] 26 -* You should see the tool and the two templates in the //WO Package Explorer//. 24 + 25 +* should see 3 projects 27 27 [[image:Image 10.png]] 28 -* Open//config.xml//and changethe value of the //<applicationTemplatePath>//and//<frameworkTemplatePath>// nodes so that the path points to the templates you created below.29 -[[image:Image 22.png]]30 -* For each project that you want to import, you need the a//<project>//node. //<path>//is the file system path to the Xcode project,//<name>//is the project name, minus .xcodeproj31 -* Right-clickon the//XCodeMigration.java// class and select //RunAs// > //Open Rundialog...//27 +* open config.xml and change <applicationTemplatePath> and <frameworkTemplatePath> 28 +[[image:Image 11.png]] 29 +* for each project that you want to import, you need the a <project> node. <path> is the file system path to the Xcode project, <name> is the project name, minus .xcodeproj 30 +* open the Run dialog 32 32 [[image:Image 12.png]] 33 -* Double-click on//Java Application//.32 +* double-click on Java Application 34 34 [[image:Image 13.png]] 35 -* Click on the//Arguments//tab and enter this value as a//Program arguments//.34 +* click on the arguments tab and enter this value as a program arguments 36 36 37 37 {{code}} 38 38 ... ... @@ -42,14 +42,14 @@ 42 42 43 43 [[image:Image 21.png]] 44 44 45 -* Click//Apply//andclick //Run//.46 -* When it's running, you shouldseea output like this:44 +* click apply and run 45 +* when it's running, you should get a output like this 47 47 [[image:Image 16.png]] 48 -* To import the converted projects, open//File//>//Import//>//Existings projects into workspace//. Click //Next//.Select//SelectRoot Directory// and browseto///tmp/migrations//. You shouldsee the list of projects that you converted.47 +* to import the converted projects, open File > Import > Existings projects into workspace. Next. select root directory 49 49 [[image:Image 17.png]] 50 -* Your converted projects will appear in the//WO PackageExplorer//.49 +* your converted projects will appear in the package explorer 51 51 [[image:Image 18.png]] 52 -* Fix all frameworks dependencies andanyther build errors. It'sdone.51 +* fix all frameworks dependencies and you're done 53 53 54 54 = FAQ = 55 55