Changes for page Getting the Wonder Source Code
Last modified by Bastian Triller on 2013/10/05 10:40
From version 163.1
edited by Kieran Kelleher
on 2010/09/27 01:33
on 2010/09/27 01:33
Change comment:
There is no comment for this version
To version 164.1
edited by Kieran Kelleher
on 2010/09/17 12:56
on 2010/09/17 12:56
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -17,7 +17,7 @@ 17 17 18 18 # Checkout the source from subversion repository into a new directory named "WonderSource" 19 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/ branches/Wonder_5_0_0_WebObjects_5_4_Branch/Wonder --revision HEAD WonderSource20 +svn co http://wonder.svn.sourceforge.net/svnroot/wonder/trunk/Wonder --revision HEAD WonderSource 21 21 22 22 # Navigate into the working copy root 23 23 cd WonderSource ... ... @@ -105,16 +105,3 @@ 105 105 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. 106 106 107 107 {{/info}} 108 - 109 -{{info value="Custom Development Enviroment File layout using Custom wolips.properties"}} 110 - 111 -If you have a custom wolips properties file for a specific workspace and you want to have a specific Wonder source working copy for that workspace, you can simply link your custom wolips properties file to a soft link named build.properties in the working copy root directory. The Wonder and build script will supersede all other settings with the settings in that file. 112 - 113 -For example: 114 - 115 -{code} 116 -$ cd my/special/workspace/working/copy/of/Wonder 117 -$ ln -s ~/Library/Application\ Support/WOLips/wolips.custom.properties build.properties 118 -{code} 119 - 120 -{{/info}}