Hi, get mail.jar here :
http://java.sun.com/products/javamail/ get activation.jar here : http://java.sun.com/products/javabeans/glasgow/jaf.html I put jar's that are not part of 'standard' ant in directory /ant_extralibs My antstart.bat looks like that : @ echo off set ANT_HOME=C:\ant_1_6_2 set PATH=%PATH%;C:\Programme\JavaSoft\JDK\j2sdk1.4.2_05\bin;%ANT_HOME%\bin;C :\cvsnt;C:\was_libs set JAVA_HOME=C:\Programme\JavaSoft\JDK\j2sdk1.4.2_05 call ant -lib c:\Ant_extralibs -f yourbuildscript.xml pause if you use UltraEdit for editing + running buildscripts or similar tool the call line looks like : call ant -lib c:\Ant_extralibs -f %1 and the tool configuration in ultraedit looks like : path:\toyour\Ant_start.bat "%n%e" working directory %P Regards, Gilbert -----Original Message----- From: George Dibi [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 01, 2005 12:34 AM To: Ant Users List Subject: RE: sending email to multiple destination This is what I have now. And I using Apache Ant version 1.6.1 compiled on February 12 2004 However, I don't see the Activation.jar and the mail.jar in $ANT_HOME/lib --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
