Changes for page Getting the Wonder Source Code
Last modified by Bastian Triller on 2013/10/05 10:40
From version 102.1
edited by Kieran Kelleher
on 2007/06/27 10:04
on 2007/06/27 10:04
Change comment:
There is no comment for this version
To version 141.1
edited by azebchuk
on 2008/07/14 04:52
on 2008/07/14 04:52
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.azebchuk - Content
-
... ... @@ -7,10 +7,8 @@ 7 7 * Provide opportunities to submit patches to bugs you might find in Wonder 8 8 * Add logging statements in Wonder source so you can better understand what is going when tracking down hard to find bugs 9 9 10 - Thisdocuments my 'ideal' setupon my own system. Iam sure there are variations.Wiki contributors may want to add otherpages forwhat theyconsiderotherdeal Wondersetups10 +== Downloading Wonder Source from Subversion == 11 11 12 -== Downloading Wonder Source from CVS == 13 - 14 14 * Decide on a directory where you will maintain the latest Wonder source tree on your hard drive. I have a directory ',,/WonderLatest' in my home folder.,, 15 15 * Open a terminal shell and navigate to the directory 16 16 ... ... @@ -20,14 +20,23 @@ 20 20 21 21 {{/noformat}} 22 22 23 -* Next perform initial checkout of Wonder source tree from CVS head using the following command. This creates a folder named Wonder21 +* Next perform initial checkout of Wonder source tree from Subversion head using the following command. This creates a folder named Wonder 24 24 25 25 {{noformat}} 26 26 27 - cvs-z3-d:pserver:anonymous@wonder.cvs.sourceforge.net:/cvsroot/wonderco -P Wonder25 +svn co https://wonder.svn.sourceforge.net/svnroot/wonder 28 28 29 29 {{/noformat}} 30 30 31 31 == Build and Install Wonder == 32 32 33 -(to be continued...) 31 +* Follow the "Building with Ant" instructions in the BUILD.txt document in the Wonder directory 32 + 33 +== Concepts == 34 + 35 +This complete procedure results in you having 36 + 37 +* a Wonder directory with the whole Wonder source tree (directories, projects, frameworks, example apps, miscellaneous, etc.) inside. 38 +* The binary Wonder frameworks ("ant frameworks") will be installed in /Library/Frameworks. 39 +* If you ran "ant applications", they will be installed in ... 40 +* If you ran "ant examples", they will be installed in ...