Dashboard > WOProject / WOLips > ... > WOLips > Usage for Other *NIX
  WOProject / WOLips Log In View a printable version of the current page.  
  Usage for Other *NIX
Added by Andrew Lindesay, last edited by chuckhill on Jul 06, 2007  (view change)
Labels: 

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.

  1. Install Java (I installed jdk 1.5 aka 5)
  2. Install Eclipse with WOLips
  3. Create directories to store Frameworks and resources. This could be anywhere on your disc, but concrete examples are given here.
    1. /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...
    2. /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
    3. /WO/Project/ – Into this directory put
      1. woproject.jar
    4. /WO/API – Into this directory, put the javadoc for WO.
  4. Create a new properties file in ~/Library/wobuild.properties. This should look something like this;
wo.woroot=/
wo.dir.local=/
wo.dir.user.home.library=/home/username/Library
wo.dir.library=/WO/System/Library
wo.wosystemroot=/WO/System
wo.dir.local.library=/WO/Library
wo.dir.library.frameworks=/WO/System/Library/Frameworks
wo.dir.user.home.library.frameworks=/home/username/Library/Frameworks
wo.dir.root=/
wo.dir.local.library.frameworks=/WO/Library/Frameworks
wo.dir.system=/WO/System
wo.wolocalroot=/
wo.dir.reference.api=/WO/API/

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

Site running on a free Atlassian Confluence Open Source Project License granted to ObjectStyle. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.4 Build:#809 Jun 12, 2007) - Bug/feature request - Contact Administrators