Wiki source code of Usage for Other *NIX

Version 6.1 by Andrew Lindesay on 2007/06/26 23:30

Show last authors
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
3 1. Install Java (I installed jdk 1.5 aka 5)
4
5 1. Install Eclipse with WOLips
6
7 1. Create directories to store Frameworks and resources. This could be anywhere on your disc, but concrete examples are given here.
8
9 1.
10 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.
13 11. ##/WO/System/Library/Frameworks/## ~-~- Into this directory put all of the standard WebObjects frameworks.
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.
23 11. ##/WO/Project/## ~-~- Into this directory put
24 111. ##woproject.jar##
25
26 1.
27 11. ##/WO/API## ~-~- Into this directory, put the javadoc for WO.
28
29 1. Create a new properties file in ##,,/wobuild.properties,,##,,. This should look something like this;,,
30
31 {{noformat}}
32
33 wo.woroot=/
34 wo.dir.local=/
35 wo.dir.user.home.library=/home/username/Library
36 wo.dir.library=/WO/System/Library
37 wo.wosystemroot=/WO/System
38 wo.dir.local.library=/WO/Library
39 wo.dir.library.frameworks=/WO/System/Library/Frameworks
40 wo.dir.user.home.library.frameworks=/home/username/Library/Frameworks
41 wo.dir.root=/
42 wo.dir.local.library.frameworks=/WO/Library/Frameworks
43 wo.dir.system=/WO/System
44 wo.wolocalroot=/
45 wo.dir.reference.api=/WO/API/
46
47 {{/noformat}}