Building the wonder source code with maven

Version 50.1 by anjo on 2007/02/03 11:59

Steps 1-4 are required only once.

1. Install maven http://maven.apache.org

2. Open a terminal and cd into the wonder root directory.

3. Import the webobjects frameworks as jars into the local repository:
mvn -nonrecursive org.objectstyle.woproject.maven2.wobootstrap:bootstrap

4. Import some jars into the local maven repository:
mvn install:install-file DgroupId=icu4j DartifactId=icu4j \
Dversion=2.8 
Dpackaging=jar Dfile=Common/Frameworks/ERJars/\
Libraries/icu4j28.jar
mvn install:install-file 
DgroupId=javax DartifactId=mail \
Dversion=1.3 Dpackaging=jar Dfile=Common/Frameworks/ERJavaMail/\
Libraries/mail-1.3.jar
mvn install:install-file DgroupId=javax DartifactId=activation \
Dversion=1.0.2 
Dpackaging=jar Dfile=Common/Frameworks/ERJavaMail/\
Libraries/activation
1.0.2.jar
mvn install:install-file DgroupId=jndi DartifactId=jndi \
Dversion=1.2.1 
Dpackaging=jar Dfile=Common/Frameworks/\
ERChangeNotificationJMS/Libraries/jndi1.2.1.jar
mvn install:install-file 
DgroupId=jms DartifactId=jms \
Dversion=1.0.2 Dpackaging=jar Dfile=Common/Frameworks/\
ERChangeNotificationJMS/Libraries/jms
1.0.2a.jar
mvn install:install-file DgroupId=metaparadigm DartifactId=jsonrpc\
Dversion=1.0 Dpackaging=jar Dfile=Ajax/Ajax/Libraries/jsonrpc.jar

5. Build wonder
mvn install