Binary Frameworks Installation and Upgrade

Version 72.1 by Kieran Kelleher on 2010/09/13 14:36

Introduction

The most recent binary build of Wonder frameworks for both WO 5.3.3 and WO 5.4.3 are available
from mDimension's Hudson build server. This installation method gets you the latest version.
However, if you are not afraid of source (and you shouldn't be), then try the Source installation
and upgrade article instead. Really, working with Wonder source is the recommended way, and you will learn more and be a better WebObjects developer as a result :-)

Overview

The objective is to simply download the compressed archive of the Wonder frameeworks, expand the archive and copy the frameworks to the default frameworks location.

Procedure

Open a terminal session and type the following easy commands. Choose the one for your WebObjects version.

Procedure for WebObjects 5.4.X

mkdir ~/WonderBinaries54
cd ~/WonderBinaries54
curl -O [http://webobjects.mdimension.com/hudson/job/Wonder54/lastSuccessfulBuild/artifact/dist/Wonder-Frameworks.tar.gz]
tar -xzvf Wonder-Frameworks.tar.gz
sudo cp -Rvf *.framework /Library/Frameworks
Procedure for WebObjects 5.3.X

mkdir ~/WonderBinaries53
cd ~/WonderBinaries53
curl -O [http://webobjects.mdimension.com/hudson/job/Wonder53/lastSuccessfulBuild/artifact/dist/Wonder-Frameworks.tar.gz]
tar -xzvf Wonder-Frameworks.tar.gz
sudo cp -Rvf *.framework /Library/Frameworks
Information
If you have a custom environment layout

If you want to install the frameworks somewhere other than the default location, replace "/Library/Frameworks" on the last line above with the desired destination