Last modified by Bastian Triller on 2013/10/05 10:40

From version 205.1
edited by Kieran Kelleher
on 2010/09/14 15:42
Change comment: There is no comment for this version
To version 206.1
edited by Kieran Kelleher
on 2010/09/13 15:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -16,8 +16,7 @@
16 16  {{code title="Procedure for WebObjects 5.4.X"}}
17 17  
18 18  # Checkout the source from subversion repository into a new directory named "WonderSource"
19 -# Note instead of HEAD, you can use a specific svn version number if you want
20 -svn co http://wonder.svn.sourceforge.net/svnroot/wonder/trunk/Wonder --revision HEAD WonderSource
19 +svn co http://wonder.svn.sourceforge.net/svnroot/wonder/trunk/Wonder --revision <ARG> WonderSource
21 21  
22 22  # Navigate into the working copy root
23 23  cd WonderSource
... ... @@ -25,8 +25,8 @@
25 25  # Build the frameworks from the source (BTW, they get built into a directory named Roots in your home dir)
26 26  ant -Dwonder.patch=54 frameworks
27 27  
28 -# Install the frameworks (this just copies the built frameworks from ~/Roots to
29 -# the runtime Frameworks directory, usually at /Library/Frameworks)
27 +# Install the frameworks (this just copies the built frameworks from ~/Roots to
28 +# the runtime Frameworks directory, usually at /Library/Framrworks
30 30  sudo ant -Dwonder.patch=54 frameworks.install
31 31  
32 32  {{/code}}
... ... @@ -34,8 +34,7 @@
34 34  {{code title="Procedure for WebObjects 5.3.X"}}
35 35  
36 36  # Checkout the source from subversion repository into a new directory named "WonderSource"
37 -# Note instead of HEAD, you can use a specific svn version number if you want
38 -svn co http://wonder.svn.sourceforge.net/svnroot/wonder/trunk/Wonder --revision HEAD WonderSource
36 +svn co http://wonder.svn.sourceforge.net/svnroot/wonder/trunk/Wonder --revision <ARG> WonderSource
39 39  
40 40  # Navigate into the working copy root
41 41  cd WonderSource
... ... @@ -43,8 +43,8 @@
43 43  # Build the frameworks from the source (BTW, they get built into a directory named Roots in your home dir)
44 44  ant frameworks
45 45  
46 -# Install the frameworks (this just copies the built frameworks from ~/Roots to
47 -# the runtime Frameworks directory, usually at /Library/Frameworks)
44 +# Install the frameworks (this just copies the built frameworks from ~/Roots to
45 +# the runtime Frameworks directory, usually at /Library/Framrworks
48 48  sudo ant frameworks.install
49 49  
50 50  {{/code}}
... ... @@ -64,7 +64,7 @@
64 64  # Navigate to the original Wonder source directory that you created above during initial source installation
65 65  $ cd /path/to/WonderSource
66 66  
67 -# Update the source to the HEAD revision (aka latest). You can also use a specific svn
65 +# Update the source to the HEAD revision (aka latest). You can also use a specific svn
68 68  # repository version instead of the term 'HEAD', for example 11272
69 69  svn update --force --accept theirs-full --revision HEAD
70 70  
... ... @@ -90,7 +90,7 @@
90 90  # Navigate to the original Wonder source directory that you created above during initial source installation
91 91  $ cd /path/to/WonderSource
92 92  
93 -# Update the source to the HEAD revision (aka latest). You can also use a specific svn
91 +# Update the source to the HEAD revision (aka latest). You can also use a specific svn
94 94  # repository version instead of the term 'HEAD', for example 11272
95 95  svn update --force --accept theirs-full --revision HEAD
96 96  
... ... @@ -107,6 +107,6 @@
107 107  
108 108  {{info}}
109 109  
110 -If you have any trouble or errors due to your working copy getting hosed, then simply delete the entire working copy directory, the \~/Roots directory and just start over using the initial source installation procedure outlined above.
108 +If you have any trouble or errors due to your working copy getting hosed, then simply delete the entire working copy directory, the ~/Roots directory and just start over using the initial source installation procedure outlined above.
111 111  
112 112  {{/info}}