Wiki source code of Building the wonder source code with maven
Version 51.1 by anjo on 2007/02/03 11:59
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | Steps 1-4 are required only once. | ||
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 |