Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 83993 invoked from network); 1 Feb 2005 06:41:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Feb 2005 06:41:19 -0000 Received: (qmail 19526 invoked by uid 500); 1 Feb 2005 06:41:14 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 19470 invoked by uid 500); 1 Feb 2005 06:41:13 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 19440 invoked by uid 99); 1 Feb 2005 06:41:13 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail.huk-coburg.de (HELO sscd0009.hukdmz.huk-coburg.de) (193.201.183.194) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 31 Jan 2005 22:41:11 -0800 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: RE: sending email to multiple destination X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 Date: Tue, 1 Feb 2005 07:41:07 +0100 Message-ID: <5D95F7CCFF39EB459CB8624EE4F9954203B5F8@VEX00003.lan.huk-coburg.de> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: sending email to multiple destination thread-index: AcUH5pNXvTozuD3tR6mTuanec5gu5AAAJX6wAAE+dRAAABxvgAAOwoIg From: "Rebhan, Gilbert" To: "Ant Users List" X-OriginalArrivalTime: 01 Feb 2005 06:41:07.0640 (UTC) FILETIME=[025F2B80:01C50829] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N =20 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=3DC:\ant_1_6_2 set PATH=3D%PATH%;C:\Programme\JavaSoft\JDK\j2sdk1.4.2_05\bin;%ANT_HOME%\bin;= C :\cvsnt;C:\was_libs set JAVA_HOME=3DC:\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=20 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:George.Dibi@intervoice.com]=20 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: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org