You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yoko-commits@incubator.apache.org by Apache Wiki <wi...@apache.org> on 2006/04/05 17:57:16 UTC

[Incubator-yoko Wiki] Update of "BuildInstructions" by AdiSakala

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Incubator-yoko Wiki" for change notification.

The following page has been changed by AdiSakala:
http://wiki.apache.org/incubator-yoko/BuildInstructions

------------------------------------------------------------------------------
  
  2. Open a shell and add {{{JAVA_HOME}}} and {{{MAVEN_HOME}}} environment variables to your path.
  
- 3. Run the script attachment:installSunJars available under trunk directory to copy jaxb, activation, jaxws, annotation, saaj and jsr181 jars manually to your local repository. These articafts are required for celtix-codegen-plugin which is used by yoko api, bindings and tools subprojects. ( This script requires JAX-WS RI2.0 Early Access 3 to be installed locally and takes that location as an argument. This jar can be downloaded from https://jax-ws.dev.java.net/jax-ws-ea3/jaxws20ea3.jar)
+ 3. Download JAX-WS 2.0 RI from, https://jax-ws.dev.java.net/jax-ws-ea3/jaxws20ea3.jar. Technically we dont need whole of RI, we only need bunch of sun jars from this package. This package was chosen to avoid hassle of downloading individual jars.
+ 
+ 4. Run the script attachment:installSunJars to install required SUN Jars from Step 3.
+    * This script is also available under yoko trunk directory.
+    * The script essentially copies following jars from EA3 download, '''jaxb, activation, jaxws, annotation, saaj and jsr181''' and installs them into your maven local repository. 
+    * These jars are required for celtix-codegen-plugin which is used by yoko api, bindings and tools subprojects. ( This script requires JAX-WS RI2.0 Early Access 3 to be installed locally and takes that location as an argument.)
  
  {{{ Usage: installSunJars <location of JAX-WS RI2.0 installation> }}}
  
  4. Run the command {{{mvn install}}}.
  
+ '''''Note: Maven and Celtix folks are working on getting most of above jars up on ibibilio so that there wont be a need for Steps 3 and 4 in future. Infact JAXB jars are already available on ibibilio.'''''
+