Usage for Other *NIX
Version 7.1 by chuckhill on 2007/07/06 13:32
These are some brief notes about usage Eclipse / wolips on a generic NIX platform such as LINUX. As I have just transcribed this from an email, I can't be too sure that it is correct -- please feel free to augment with detail.
- Install Java (I installed jdk 1.5 aka 5)
- Install Eclipse with WOLips
- Create directories to store Frameworks and resources. This could be anywhere on your disc, but concrete examples are given here.
- /WO/Library/Frameworks/ -- Into this directory, put all the third party frameworks that you need. Examples of "third party" frameworks might be OpenBaseEOAdaptor.framework, PostgresqlPlugIn.framework, LEWOStuff.framework etc...
- /WO/System/Library/Frameworks/ -- Into this directory put all of the standard WebObjects frameworks.
- JavaEOAccess.framework
- JavaEOControl.framework
- JavaFoundation.framework
- JavaJDBCAdaptor.framework
- JavaWebObjects.framework
- JavaWOExtensions.framework
- JavaXML.framework
- /WO/Project/ -- Into this directory put
- woproject.jar
- /WO/API -- Into this directory, put the javadoc for WO.
- Create a new properties file in /Library/wobuild.properties. This should look something like this;
Unknown macro: noformat. Click on this message for details.
Notes on Ubuntu
If doing WOLIPS development on Ubuntu utilize the Synaptic Package Manager to install Eclipse.
I made the mistake of just trying to download Eclipse, which will take you down this SWT hell whenever you try to use the WebObjects/WOD editor.
- Jonathan Miller