Building the wonder source code with maven

Version 54.1 by Ulrich Köster on 2007/02/09 09:22

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=mailapi \
Dversion=1.1 
Dpackaging=jar Dfile=Common/Frameworks/ERJavaMail/\
Libraries/mailapi.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=javax DartifactId=mail \
Dversion=1.3 
Dpackaging=jar
Libraries/mail-1.3.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/jms1.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