Changes for page XcodeMigration

Last modified by William Sandner on 2011/10/19 21:07

From version 21.1
edited by Pascal Robert
on 2010/01/04 06:24
Change comment: There is no comment for this version
To version 19.1
edited by William Sandner
on 2011/10/19 21:06
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.wsandner
Content
... ... @@ -11,12 +11,14 @@
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 it over another 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 copy it from another machine too).  (Alternatively, inside the Xcode tools 2.5 disk image, pbprojectdump can be found at Packages/Packages/DeveloperTools.pkg/Contents/Archive.pax.gz:/Tools/pbprojectdump)
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 +
20 20  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).
21 21  
22 22  {{panel}}
... ... @@ -34,8 +34,6 @@
34 34  
35 35  {{/panel}}
36 36  
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,12 +54,6 @@
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 -
63 63  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//.
64 64  
65 65  {{panel}}
... ... @@ -84,12 +84,6 @@
84 84  
85 85  Open //config.xml// and change the value of the //<applicationTemplatePath>// and //<frameworkTemplatePath>// nodes so that the path points to the templates you created below.
86 86  
87 -{{panel}}
88 -
89 -!Image 22.png|align=center!
90 -
91 -{{/panel}}
92 -
93 93  For each project that you want to import, you need the a //<project>// node.&nbsp; //<path>// is the file system path to the Xcode project, //<name>// is the project name, minus .xcodeproj
94 94  
95 95  Right-click on the //XCodeMigration.java// class and select //Run As// > //Open Run dialog...//