Oops :) Sorry, I'm just happy that it wasn't 1.5. I wonder if the Geronimo versions are 1.2/1.3 compatible. Whichever, I think it's worth it to have a build that works out of the box and doesn't involve download-jar-manually pain, or depending on a BCL licensed work.
Hen On 10/28/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote:
The 1.4 release of JavaMail requires Java 1.4. Are we switching to Java 1.4 for commons-email? If so, then the build scripts for Ant and Maven need to be updated accordingly. You can read more about the requirements of JavaMail 1.4 here: https://glassfish.dev.java.net/javaee5/mail/ -- Dennis Lundberg [EMAIL PROTECTED] wrote: > Author: bayard > Date: Fri Oct 27 12:56:40 2006 > New Revision: 468511 > > URL: http://svn.apache.org/viewvc?view=rev&rev=468511 > Log: > Upgrading to CDDL versions of JavaMail and Activation > > Modified: > jakarta/commons/proper/email/trunk/project.xml > > Modified: jakarta/commons/proper/email/trunk/project.xml > URL: http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/project.xml?view=diff&rev=468511&r1=468510&r2=468511 > ============================================================================== > --- jakarta/commons/proper/email/trunk/project.xml (original) > +++ jakarta/commons/proper/email/trunk/project.xml Fri Oct 27 12:56:40 2006 > @@ -186,15 +186,15 @@ > </contributors> > <dependencies> > <dependency> > - <groupId>javamail</groupId> > - <artifactId>javamail</artifactId> > - <version>1.3.3</version> > + <groupId>javax.mail</groupId> > + <artifactId>mail</artifactId> > + <version>1.4</version> > <url>http://java.sun.com/products/javamail/</url> > </dependency> > <dependency> > - <groupId>activation</groupId> > + <groupId>javax.activation</groupId> > <artifactId>activation</artifactId> > - <version>1.0.2</version> > + <version>1.1</version> > <url>http://java.sun.com/products/javabeans/glasgow/jaf.html</url> > </dependency> > <dependency> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
