Changes for page Getting the Wonder Source Code
Last modified by Bastian Triller on 2013/10/05 10:40
From version 186.1
edited by Kieran Kelleher
on 2010/09/13 15:18
on 2010/09/13 15:18
Change comment:
There is no comment for this version
To version 201.1
edited by franc
on 2010/09/13 17:58
on 2010/09/13 17:58
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. kieran1 +XWiki.franc - Content
-
... ... @@ -9,7 +9,7 @@ 9 9 * Add logging statements in Wonder source so you can better understand what is going when tracking down hard to find bugs 10 10 * Discover the many Hidden Treasures of Wonder 11 11 12 -== Source Frameworks Initial Installation Procedure==12 +== Source Frameworks Initial Installation == 13 13 14 14 Open a terminal and navigate to a directory where you want to maintain a source "working copy" and just use the following easy-peasy commands to download the Wonder source. Note that the build and installation commands are slighly different for WebObjects 5.4.X. So procedures for both WebObjects 5.4.X and 5.3.X are shown below. Pick you poison: 15 15 ... ... @@ -22,11 +22,11 @@ 22 22 cd WonderSource 23 23 24 24 # Build the frameworks from the source (BTW, they get built into a directory named Roots in your home dir) 25 -ant -D wonder.patch=54 frameworks25 +ant -DWonder.patch=54 frameworks 26 26 27 -# Install the frameworks (this just copies the built frameworks from ~/Roots to 28 -# the runtime Frameworks directory, usually at /Library/Fram rworks29 -sudo ant -D wonder.patch=54 frameworks.install27 +# Install the frameworks (this just copies the built frameworks from ~/Roots to 28 +# the runtime Frameworks directory, usually at /Library/Frameworks 29 +sudo ant -DWonder.patch=54 frameworks.install 30 30 31 31 {{/code}} 32 32 ... ... @@ -41,7 +41,7 @@ 41 41 # Build the frameworks from the source (BTW, they get built into a directory named Roots in your home dir) 42 42 ant frameworks 43 43 44 -# Install the frameworks (this just copies the built frameworks from ~/Roots to 44 +# Install the frameworks (this just copies the built frameworks from ~/Roots to 45 45 # the runtime Frameworks directory, usually at /Library/Framrworks 46 46 sudo ant frameworks.install 47 47 ... ... @@ -62,7 +62,7 @@ 62 62 # Navigate to the original Wonder source directory that you created above during initial source installation 63 63 $ cd /path/to/WonderSource 64 64 65 -# 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 66 66 # repository version instead of the term 'HEAD', for example 11272 67 67 svn update --force --accept theirs-full --revision HEAD 68 68 ... ... @@ -88,7 +88,7 @@ 88 88 # Navigate to the original Wonder source directory that you created above during initial source installation 89 89 $ cd /path/to/WonderSource 90 90 91 -# 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 92 92 # repository version instead of the term 'HEAD', for example 11272 93 93 svn update --force --accept theirs-full --revision HEAD 94 94 ... ... @@ -105,6 +105,6 @@ 105 105 106 106 {{info}} 107 107 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. 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. 109 109 110 110 {{/info}}