Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by cr22rc:
http://wiki.apache.org/ws/Tuscany/GetTuscany
The comment on the change is:
sun's mail and activation jars are no longer needed with Axis2
------------------------------------------------------------------------------
Maven will then automatically download all the jars, compile, test and build the Tuscany
milestone driver.
- '''Important Note:'''
-
- This is probably not news to you all, but Sun prohibits other organizations from re-hosting
certain library files, and the
- maven website documents this:
-
- http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html
-
- This affects the tuscany build due to use of the following:
-
- javax.activation
- javax.mail
-
- You need to download the following from Sun directly:
-
- jaf-1_0_2-upd2.zip
- url: http://java.sun.com/products/javabeans/glasgow/jaf.html
- jar: activation.jar
-
- javamail-1_3_3_01.zip
- url: http://java.sun.com/products/javamail/downloads/index.html
- jar: mail.jar
-
- Use the following mvn command-lines to install these into your repo:
-
- > mvn install:install-file -Dfile=activation.jar -DgroupId=javax.activation -DartifactId=activation
-Dversion=1.0.2 -Dpackaging=jar
- > mvn install:install-file -Dfile=mail.jar -DgroupId=javax.mail -DartifactId=mail -Dversion=1.3.2
-Dpackaging=jar
-
-
-
'''3. Configure the Eclipse IDE for Tuscany'''
1) Define a classpath variable "M2_REPO" so that Eclipse can know the path to the local
maven repository . Execute the following command:
|