Getting the Wonder Source Code
Version 99.1 by David Avendasora on 2011/05/13 20:59
Why?
Instead of constantly re-downloading and installing the latest Project 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 and browse Project Wonder
- Work with a specific revision of Project Wonder, which is key for teams, quality control and development cycles
- Add logging statements to Project Wonder so you can better understand what it is doing when tracking down hard to find bugs
- Discover the Many Hidden Treasures of Wonderâ„¢.
Download It
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
Use It
- h5. Use Wonder source code projects in your Eclipse workspace
The best way to make use of Project Wonder is obviously to import the source code projects directly into your Eclipse workspace. Why would you be reading this page if that isn't what you are trying to do? Detailed instructions are here: WONDER:Working with Wonder source in Eclipse
- h5. Build and Install Project Wonder Binary Frameworks
For building and installing the Wonder Frameworks, please see the standard Building and Installing WO Frameworks with Ant pages.
- h5. Build Project Wonder frameworks with Hudson/Jenkins
The ideal way to build WebObjects frameworks and applications is to use a "Continuous Integration Server" or "Build Server" like Hudson or Jenkins. This allows you to automate the often complex process of building WebObjects projects that have several dependencies on frameworks. Instructions on how to setup a Hudson/Jenkins server is are available on the WO:Installing and Using the Hudson build server page.