On 4 September 2010 21:06, Jim Jagielski <j...@jagunet.com> wrote:
>
> On Sep 4, 2010, at 1:01 PM, Rainer Jung wrote:
>>
>> A more complete solution could be adding geronimo-javamail and 
>> geronimo-activation to download and compile as standard dependencies. Just 
>> an idea, I never used or tested this though but recently noticed an 
>> analogous discussion about JavaMail dependency on commons-dev.
>>
>
> Yeah... Likely something to consider for the next go around...
> For right now, we have a work-around.

If you just want the JavaMail API jars for compilation purposes, then
it's probably easiest to use the geronimo versions.

If you are intending to bundle Javamail implementations, then IME the
Geronimo jars are not quite complete [1], and it is better to use the
Oracle/Sun versions.

See https://issues.apache.org/jira/browse/LEGAL-76

FWIW, JMeter now uses

# JavaMail jars (N.B. these are available under CDDL)
activation.jar              = activation-1.1.1.jar
activation.loc              =
http://repo1.maven.org/maven2/javax/activation/activation/1.1.1
activation.md5              = 46a37512971d8eca81c3fcf245bf07d2

# V 1.4.3 is not yet available from central, as of July 09 2010
javamail.jar                = mail-1.4.3.jar
javamail.loc                =
http://download.java.net/maven/2/javax/mail/mail/1.4.3
javamail.md5                = 520539ba71d8ba0aa5b13963dfb3d1d2


[1] e.g. JIRA isssues GERONIMO-5429, GERONIMO-5430

>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to