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

From version 115.1
edited by David Avendasora
on 2011/04/25 12:42
Change comment: There is no comment for this version
To version 123.1
edited by David Avendasora
on 2011/04/25 12:43
Change comment: There is no comment for this version

Summary

Details

Page properties
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 -== Download Project Wonder Source Code ==
12 +== Downloading ==
13 13  
14 14  {{tip title="Now with more Git"}}
15 15  As of March 25th, 2011 the Wonder source code is now maintained on [GitHub|https://github.com/] at [https://github.com/projectwonder]. So you'll need to be familiar with the [Git|http://git-scm.com/] Source Code Management system. You will use it to checkout a local copy of the repository (a "clone" in Git terms) allowing you to have direct access to the Wonder source.
... ... @@ -38,7 +38,7 @@
38 38  
39 39  {{/note}}
40 40  
41 -== Build Frameworks ==
41 +== Building ==
42 42  
43 43  Assuming you now have a "cloned" copy of the Wonder source code, you can build the frameworks to the default (##/Roots##) with the following command:
44 44  
... ... @@ -54,7 +54,7 @@
54 54  sudo ant frameworks.install
55 55  {{/code}}
56 56  
57 -== Built Frameworks Upgrade Installation ==
57 +== Installing and Upgrading ==
58 58  
59 59  Assuming you already cloned and installed Wonder from source using the method outlined above, you can use the following procedure pull the latest changes into your local repository.
60 60