Wiki source code of Usage for Other *NIX
Version 3.1 by Andrew Lindesay on 2007/06/26 23:31
Show last authors
author | version | line-number | content |
---|---|---|---|
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 | 1. Install Eclipse with WOLips | ||
5 | 1. Create directories to store Frameworks and resources. This could be anywhere on your disc, but concrete examples are given here. | ||
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... | ||
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## | ||
15 | 11. ##/WO/Project/## ~-~- Into this directory put | ||
16 | 111. ##woproject.jar## | ||
17 | 11. ##/WO/API## ~-~- Into this directory, put the javadoc for WO. | ||
18 | 1. Create a new properties file in ##,,/wobuild.properties,,##,,. This should look something like this;,, | ||
19 | |||
20 | {{noformat}} | ||
21 | |||
22 | wo.woroot=/ | ||
23 | wo.dir.local=/ | ||
24 | wo.dir.user.home.library=/home/username/Library | ||
25 | wo.dir.library=/WO/System/Library | ||
26 | wo.wosystemroot=/WO/System | ||
27 | wo.dir.local.library=/WO/Library | ||
28 | wo.dir.library.frameworks=/WO/System/Library/Frameworks | ||
29 | wo.dir.user.home.library.frameworks=/home/username/Library/Frameworks | ||
30 | wo.dir.root=/ | ||
31 | wo.dir.local.library.frameworks=/WO/Library/Frameworks | ||
32 | wo.dir.system=/WO/System | ||
33 | wo.wolocalroot=/ | ||
34 | wo.dir.reference.api=/WO/API/ | ||
35 | |||
36 | {{/noformat}} |