Getting the Wonder Source Code
Version 135.1 by David Avendasora on 2011/04/26 13:22
Why?
Instead of constantly re-downloading and installing the latest Wonder binaries you should work directly with the latest source code. It has several advantages including:
- You'll learn a lot about WebObjects, EOF and Object-Oriented Patterns
- Easily search, browse and even modify and improve Wonder
- Work with a specific revision, which is key for teams, quality control and development cycles
- Add logging statements in Wonder source so you can better understand what is going when tracking down hard to find bugs
- Discover the many Hidden Treasures of Wonder.
Downloading
Open a terminal and navigate to a directory where you want to maintain a source "working copy" and just use the following commands to clone Wonder source to your computer.
- h5. Clone the source repository from GitHub into a new directory named "WonderSource" or whatever you'd like.
git clone git://github.com/projectwonder/wonder.git WonderSource
You should see output something like this:
Unknown macro: noformat. Click on this message for details.
- h5. Navigate into the working copy root
cd WonderSource
- h5. Build and Install
For building and installing the Wonder Frameworks, please see the standard Building and Installing WO Frameworks with Ant pages.