Last modified by Lachlan Deck on 2009/03/24 19:05

From version 49.1
edited by anjo
on 2007/02/09 11:39
Change comment: There is no comment for this version
To version 50.1
edited by anjo
on 2007/02/03 11:59
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,3 +1,30 @@
1 -Building instructions are in the file BUILD.txt at the top level of the CVS checkout.
1 +Steps 1-4 are required only once.
2 2  
3 -http:~/~/wonder.cvs.sourceforge.net/*checkout*/wonder/Wonder/BUILD.txt?revision=1.2
3 +~1. Install maven http:~/~/maven.apache.org
4 +
5 +2. Open a terminal and cd into the wonder root directory.
6 +
7 +3. Import the webobjects frameworks as jars into the local repository:
8 +mvn ---non--recursive org.objectstyle.woproject.maven2.wobootstrap:bootstrap
9 +
10 +4. Import some jars into the local maven repository:
11 +mvn install:install-file --DgroupId=icu4j --DartifactId=icu4j --\
12 +Dversion=2.8 --Dpackaging=jar --Dfile=Common/Frameworks/ERJars/\
13 +Libraries/icu4j//2//8.jar
14 +mvn install:install-file --DgroupId=javax --DartifactId=mail --\
15 +Dversion=1.3 --Dpackaging=jar --Dfile=Common/Frameworks/ERJavaMail/\
16 +Libraries/mail-1.3.jar
17 +mvn install:install-file --DgroupId=javax --DartifactId=activation --\
18 +Dversion=1.0.2 --Dpackaging=jar --Dfile=Common/Frameworks/ERJavaMail/\
19 +Libraries/activation--1.0.2.jar
20 +mvn install:install-file --DgroupId=jndi --DartifactId=jndi --\
21 +Dversion=1.2.1 --Dpackaging=jar --Dfile=Common/Frameworks/\
22 +ERChangeNotificationJMS/Libraries/jndi//1.2.1.jar
23 +mvn install:install-file //--//DgroupId=jms --DartifactId=jms --\
24 +Dversion=1.0.2 --Dpackaging=jar --Dfile=Common/Frameworks/\
25 +ERChangeNotificationJMS/Libraries/jms//1.0.2a.jar
26 +mvn install:install-file --DgroupId=metaparadigm --DartifactId=jsonrpc\
27 +--Dversion=1.0 --Dpackaging=jar --Dfile=Ajax/Ajax/Libraries/jsonrpc.jar--
28 +
29 +5. Build wonder
30 +mvn install