Changes for page Usage for Other *NIX
Last modified by Filippo Laurìa on 2013/05/08 11:53
From version 7.1
edited by chuckhill
on 2007/07/06 13:32
on 2007/07/06 13:32
Change comment:
There is no comment for this version
To version 6.1
edited by Andrew Lindesay
on 2007/06/26 23:30
on 2007/06/26 23:30
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. chuckhill1 +XWiki.apl - Content
-
... ... @@ -1,22 +1,33 @@ 1 1 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.** 2 2 3 3 1. Install Java (I installed jdk 1.5 aka 5) 4 + 4 4 1. Install Eclipse with WOLips 6 + 5 5 1. Create directories to store Frameworks and resources. This could be anywhere on your disc, but concrete examples are given here. 8 + 9 +1. 6 6 11. ##/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... 11 + 12 +1. 7 7 11. ##/WO/System/Library/Frameworks/## ~-~- Into this directory put all of the standard WebObjects frameworks. 8 -11*. ##JavaEOAccess.framework## 9 -11*. ##JavaEOControl.framework## 10 -11*. ##JavaFoundation.framework## 11 -11*. ##JavaJDBCAdaptor.framework## 12 -11*. ##JavaWebObjects.framework## 13 -11*. ##JavaWOExtensions.framework## 14 -11*. ##JavaXML.framework## 14 +111. ##JavaEOAccess.framework## 15 +111. ##JavaEOControl.framework## 16 +111. ##JavaFoundation.framework## 17 +111. ##JavaJDBCAdaptor.framework## 18 +111. ##JavaWebObjects.framework## 19 +111. ##JavaWOExtensions.framework## 20 +111. ##JavaXML.framework## 21 + 22 +1. 15 15 11. ##/WO/Project/## ~-~- Into this directory put 16 16 111. ##woproject.jar## 25 + 26 +1. 17 17 11. ##/WO/API## ~-~- Into this directory, put the javadoc for WO. 18 -1. Create a new properties file in ##,,/Library/wobuild.properties,,##,,. This should look something like this;,, 19 19 29 +1. Create a new properties file in ##,,/wobuild.properties,,##,,. This should look something like this;,, 30 + 20 20 {{noformat}} 21 21 22 22 wo.woroot=/ ... ... @@ -34,11 +34,3 @@ 34 34 wo.dir.reference.api=/WO/API/ 35 35 36 36 {{/noformat}} 37 - 38 -=== Notes on Ubuntu === 39 - 40 -If doing WOLIPS development on Ubuntu utilize the Synaptic Package Manager to install Eclipse. 41 -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. 42 - 43 -* 44 -** Jonathan Miller