Changes for page XcodeMigration
Last modified by William Sandner on 2011/10/19 21:07
From version 17.1
edited by Pascal Robert
on 2011/03/27 10:27
on 2011/03/27 10:27
Change comment:
There is no comment for this version
To version 21.1
edited by Pascal Robert
on 2010/01/04 06:24
on 2010/01/04 06:24
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -11,14 +11,12 @@ 11 11 {{/info}} 12 12 13 13 {{note}} 14 -XcodeMigration is using the tool _pbprojectdump_ which is no longer present in the Xcode 3 bundle. You need to install Xcode 2.5 to get access to _pbprojectdump_ (you can copyitfromanother machine too).14 +XcodeMigration is using the tool _pbprojectdump_ which is no longer present in the Xcode 3 bundle. You need to install Xcode 2.5 to get access to _pbprojectdump_ (you can it over another machine too). 15 15 16 16 {{/note}} 17 17 18 18 = How to use it = 19 19 20 -Get the project from the [[GitHub repository>>https://github.com/pascalrobert/XCodeMigration]]. 21 - 22 22 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). 23 23 24 24 {{panel}} ... ... @@ -36,6 +36,8 @@ 36 36 37 37 {{/panel}} 38 38 37 +[[Download the tool>>^XcodeMigration.zip]] (you don't need to expand the .zip file). You can also get it from a [[Subversion repository>>https://services.wocommunity.org/probert/XCodeMigration/]]. 38 + 39 39 Import the XcodeMigration tool into Eclipse, by selecting //File// > //Import//. 40 40 41 41 {{panel}} ... ... @@ -54,6 +54,12 @@ 54 54 55 55 Select the location of the ZIP file with the tool and click //Finish//. 56 56 57 +{{panel}} 58 + 59 +!Image 4.png|align=center! 60 + 61 +{{/panel}} 62 + 57 57 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//. 58 58 59 59 {{panel}} ... ... @@ -78,6 +78,12 @@ 78 78 79 79 Open //config.xml// and change the value of the //<applicationTemplatePath>// and //<frameworkTemplatePath>// nodes so that the path points to the templates you created below. 80 80 87 +{{panel}} 88 + 89 +!Image 22.png|align=center! 90 + 91 +{{/panel}} 92 + 81 81 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 82 82 83 83 Right-click on the //XCodeMigration.java// class and select //Run As// > //Open Run dialog...//