Changes for page Upgrading to WOLips from Xcode or Project Builder
Last modified by Denis Frolov on 2011/05/25 13:12
From version 26.1
edited by David Avendasora
on 2007/07/02 14:29
on 2007/07/02 14:29
Change comment:
Grammar changes only.
To version 29.1
edited by Pascal Robert
on 2007/07/20 21:47
on 2007/07/20 21:47
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. avendasora1 +XWiki.probert - Content
-
... ... @@ -6,7 +6,24 @@ 6 6 7 7 * WOLips is installed ? You can start migrating. 8 8 9 -* You can do a manual configuration, or you can use the "[[fleeto>>http://www.global-village.net/migrate.to.eclipse/home]]" script from Chuck Hill over at Global Village. 9 +* You have three choices for migrations for projects. You can do a manual configuration, you can use a [[Java tool>>http://community.os.ca/code/webobjects/XCodeMigration-1.0.tgz]] written by [[Pascal Robert>>http://www.os.ca/english/pages/equipe/probert.html]] or you can use the "[[fleeto>>http://www.global-village.net/migrate.to.eclipse/home]]" script from Chuck Hill over at Global Village. 10 +** If you are using Pascal's tool, please note that it does the following : 11 +*** It use a XML configuration file, and you can convert multiple projects at the same time 12 +*** It parse the original Xcode project by creating a readable plist with /Developer/Tools/pbprojectdump 13 +*** It create a new WOLips project for each Xcode project listed in the XML configuration file 14 +*** It finds all files to copy from the Xcode and copy them to the newly created WOLips project 15 +**** Java files (.java) are copied to the Sources folder 16 +**** Components (.wo) and API (.api) files are copied to the Components folder 17 +**** Files ending with "Properties" are copied to the Resources folder 18 +**** EOModels (.eomodeld) are copied to the Resources folder 19 +**** Properties files (.prop and .properties) are copied to the Resources folder 20 +**** ReportMill reports (.rpt) are copied to the Resources folder 21 +**** Java libs (.jar) are copied to the Librairies folder 22 +**** Direct2Web rules (.d2wmodel) are copied to the Resources folder 23 +**** EOGenerator templates (.eotemplate) are copied to the Resources folder 24 +**** All other files are copied into the WebServerResources folder 25 +*** If MacRoman encoding is found for a file, it will the convert the file to UTF-8 26 +*** Have a look at the Readme file included with the tool to find out how to use it 10 10 ** If you are using Chuck's script, please note that it does the following : 11 11 *** Checks to see if you actually created a project with a Wonder layout in Eclipse (the script looks for a .project file) 12 12 *** Checks to see if the current folder (the original XCode project) has a .xcodeproj file