Wiki source code of Download Wonder Source, Build and Install
Version 136.1 by Kieran Kelleher on 2007/12/12 09:17
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
136.1 | 1 | == Introduction == |
![]() |
128.1 | 2 | |
![]() |
136.1 | 3 | Instead of downloading the Wonder binaries, working from the latest source code directly can have some advantages such as: |
![]() |
77.1 | 4 | |
![]() |
136.1 | 5 | * Ability to browse the source code and learn from the wisdom and experience of the WO committers |
6 | * Put breakpoints in and step through Wonder source when debugging your projects | ||
7 | * Provide opportunities to submit patches to bugs you might find in Wonder | ||
![]() |
112.1 | 8 | * Add logging statements in Wonder source so you can better understand what is going when tracking down hard to find bugs |
9 | |||
![]() |
136.1 | 10 | == Downloading Wonder Source from CVS == |
![]() |
112.1 | 11 | |
![]() |
136.1 | 12 | * 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.,, |
13 | * Open a terminal shell and navigate to the directory | ||
![]() |
77.1 | 14 | |
![]() |
136.1 | 15 | {{noformat}} |
![]() |
77.1 | 16 | |
![]() |
136.1 | 17 | cd ~/WonderLatest |
![]() |
128.1 | 18 | |
![]() |
136.1 | 19 | {{/noformat}} |
![]() |
77.1 | 20 | |
![]() |
136.1 | 21 | * Next perform initial checkout of Wonder source tree from CVS head using the following command. This creates a folder named Wonder |
![]() |
128.1 | 22 | |
23 | {{noformat}} | ||
24 | |||
![]() |
136.1 | 25 | cvs -z3 -d:pserver:anonymous@wonder.cvs.sourceforge.net:/cvsroot/wonder co -P Wonder |
![]() |
128.1 | 26 | |
27 | {{/noformat}} | ||
28 | |||
![]() |
136.1 | 29 | == Build and Install Wonder == |
![]() |
128.1 | 30 | |
![]() |
136.1 | 31 | * Follow the "Building with Ant" instructions in the BUILD.txt document in the Wonder directory |
![]() |
118.1 | 32 | |
![]() |
136.1 | 33 | == Concepts == |
![]() |
124.1 | 34 | |
![]() |
136.1 | 35 | This complete procedure results in you having |
![]() |
128.1 | 36 | |
![]() |
136.1 | 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 ... |