Skip to content

Instantly share code, notes, and snippets.

@Rodolfocartas
Created August 20, 2015 16:52
Show Gist options
  • Save Rodolfocartas/8af543b25ca74ef5ae48 to your computer and use it in GitHub Desktop.
Save Rodolfocartas/8af543b25ca74ef5ae48 to your computer and use it in GitHub Desktop.
http://velouria.org/a-webobjects-development-environment-on-os-x/
This is a reminder to myself about how to install a WebObjects development environment on a fresh OS X Yosemite:
WebObjects logo + Yosemite logo
Install Xcode 6.1. Install the developer tools by typing in the Terminal: xcode-select –install Install ant (with, for instance, brew).
Install Java SE Development Kit from Oracle.
version "8u25"
Install WebObjects downloaded from http://support.apple.com/kb/DL688 version 5.4.3 what else?… ;)
Install Eclipse from http://www.eclipse.org
Luna (4.4.1) SR1 64-bit
Install WOLips 4.4 by building it and doing a local install on Eclipse: Building WOLips
Select WOLips and WOLips Goodies, this one from WOLips (Optional)
WOLips reference: https://github.com/wolips/wolips/;
Get Project Wonder http://wiki.wocommunity.org/display/WEB/Getting+the+Wonder+Source+Code
Build and install Project Wonder (or use jenkins!) http://wiki.wocommunity.org/display/documentation/Building+and+Installing+a+Framework+with+Ant
Install PostgreSQL the easiest way from http://postgresapp.com
version 9.3.5
Install postgres plugin from http://jdbc.postgresql.org/download.html
version JDBC41 for Java 1.7 or 1.8 and Postgres 9.3
more info: http://wiki.wocommunity.org/display/documentation/PostgresqlPlugin+Framework
Install some useful Eclipse plugins http://wiki.wocommunity.org/display/WOL/Recommended+Eclipse+Configuration
And you’re good to go! :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment