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/10 11:58:27 UTC

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

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 LarsKuehne:
http://wiki.apache.org/incubator-yoko/BuildInstructions

------------------------------------------------------------------------------
  
  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 jaxws installer: {{{java -jar <location of jaxws20ea3.jar>}}}
+ 
+ This will create a JAX-WS RI2.0 installation in your current directory.
+ 
- 4. Run the script attachment:installSunJars (installSunJars.bat on windows) to install required SUN Jars from Step 3.
+ 5. Run the script attachment:installSunJars (installSunJars.bat on windows) to install required SUN Jars from Step 3 into the local Maven repository.
     * 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}}}.
+ 6. 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.'''''