Last modified by D Tim Cummings on 2022/07/27 02:24

From version 34.1
edited by pgr
on 2010/02/12 16:48
Change comment: There is no comment for this version
To version 36.1
edited by pgr
on 2010/02/12 15:58
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -43,37 +43,19 @@
43 43  [[image:http://wiki.objectstyle.org/confluence/download/attachments/5275708/media_1245680007266.png?version=10||align="centre"]]
44 44  Select the wolips.properties file and make a copy of it. Then rename the copy to be wolips.yourversion.properties. In reality, you can rename it however you'd like, for example: wolips.properties.533, 533.wolips.properties, but I find that putting the version number in the middle will keep all the different versions together, and will not mess with the extension mapping.
45 45  
46 -==== Modify your new ##wolips.properties## file to point to your newly downloaded version of WebObjects ====
46 +==== Modify your new wolips.properties file to point to your newly downloaded version of WebObjects ====
47 47  
48 -As an example, if you downloaded WebObjects 5.3.3 into ##/Developer/WebObjects/Versions/WebObjects533##, then modify your new ##wolips.533.properties## file as follows (substituting your username for ##bubba##, of course):
48 +[[image:http://wiki.objectstyle.org/confluence/download/attachments/5275708/media_1245682066002.png?version=10||align="centre"]]
49 +The following properties will need to be updated to point to your new WebObjects installation directory:
49 49  
50 -{{noformat}}
51 +wo.system.root
52 +wo.local.root
53 +wo.system.frameworks
54 +wo.local.frameworks
55 +wo.bootstrapjar
56 +wo.extensions
57 +wo.apps.root
51 51  
52 -wo.network.root=/Network
53 -wo.system.root=/Developer/WebObjects/Versions/WebObjects533/System
54 -wo.local.root=/Developer/WebObjects/Versions/WebObjects533
55 -wo.user.root=/Users/bubba
56 -
57 -wo.network.frameworks=/Network/Library/Frameworks
58 -wo.system.frameworks=/Developer/WebObjects/Versions/WebObjects533/System/Library/Frameworks
59 -wo.local.frameworks=/Developer/WebObjects/Versions/WebObjects533/Library/Frameworks
60 -wo.user.frameworks=/Users/bubba/Library/Frameworks
61 -
62 -wo.bootstrapjar=/Developer/WebObjects/Versions/WebObjects533/System/Library/WebObjects/JavaApplications/wotaskd.woa/WOBootstrap.jar
63 -wo.extensions=/Developer/WebObjects/Versions/WebObjects533/Library/WebObjects/Extensions
64 -wo.apps.root=/Developer/WebObjects/Versions/WebObjects533/Library/WebObjects/Applications
65 -
66 -wo.api.root=/Developer/Documentation/DocSets/com.apple.ADC_Reference_Library.WebObjectsReference.docset/Contents/Resources/
67 - Documents/documentation/InternetWeb/Reference/WO542Reference
68 -
69 -{{/noformat}}
70 -
71 -{{warning title="Warning"}}
72 -
73 -That last line, for {{wo.api.root}}, should be entered _all on one line_. I broke it in half here only to keep the wiki's window width relatively small!
74 -
75 -{{/warning}}
76 -
77 77  ==== Set the Eclipse Workspace to use the newly Installed Version of WebObjects ====
78 78  
79 79  [[image:http://wiki.objectstyle.org/confluence/download/attachments/5275708/media_1245680796194.png?version=10||align="centre"]]