Instructions to build Yoko
Build Requirements
1. maven2.0.2 and above as your MAVEN_HOME
2. JDK1.5 as your JAVA_HOME
1. Steps to build Yoko
1. If you aren't using maven first time then it's recommended to clean your local maven repository
on unix: ~/.m2/repository/ and on windows: %USERPROFILE%/m2/repository
2. Open a shell and add JAVA_HOME and MAVEN_HOME environment variables to your path.
3. Run the command mvn install from your trunk directory.
Note: A separate download and installation of the JAX-WS RI is no longer required because the relevant jars are now available on ibiblio. A big thank you to the people who helped to make this happen.
2. Steps to configure Eclipse for Yoko development
1. Run the command mvn -Peclipse from your trunk directory.
- This will generate Eclipse .project files for all yoko modules.
2. In Eclipse, make sure you have a Java5 installation as your default JRE in Window >> Preferences >> Java >> Installed JREs.
3. Choose File >> Import... and pick Existing projects into Workspace (located in the General category).
- Select the yoko trunk directory as the root directory for the import.