Hi,

-----Original Message-----
From: Priest, James (NIH/NIEHS) [C] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 12, 2007 1:57 PM
To: Ant Users List
Subject: RE: Mail failing in build.xml file

/*
I get this error as well but the email still gets sent. Using Ant 1.6.5
(within Eclipse) on WinXP...
*/

if you have tasks with jar dependencies in eclipse, you have to
make your jars available for the eclipse ant plugin =

Window | Preferences | Ant | Runtime | Global Entries

or change the default ANT_HOME and put your jars in
your own ANT_HOME/lib folder, but that makes problems with
the ant editor;  i believe you have to delete the
xercesImpl.jar and xml-apis.jar then to make it work in eclipse;
but i'm not sure whether you have to delete both  jars
, just google for eclipse+ant+xercesImpl.jar


But still some tasks don't work properly in eclipse,
always check outside of eclipse in such cases.


Regards, Gilbert

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to