Re: Problem with task

2007-06-12 Thread Wayne Cannon
David, I duplicated your trial and got exactly the same error. Then I dropped mail.jar and activation.jar into my ANT_HOME/lib directory and everything worked perfectly. I hope that is helpful. --Wayne David Weintraub wrote: I have a very straight forward build.xml file:

Re: Problem with task

2007-06-12 Thread David Weintraub
EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 3:10 AM To: Ant Users List Subject: Re: Problem with task /* I know that CruiseControl mail works, but maybe CruiseControl distributed the mail.jar in its distribution. */ CruiseControl ships with ant included. The last version i used was CruiseContr

RE: Problem with task

2007-06-11 Thread Rebhan, Gilbert
Hi, -Original Message- From: David Weintraub [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 3:10 AM To: Ant Users List Subject: Re: Problem with task /* I know that CruiseControl mail works, but maybe CruiseControl distributed the mail.jar in its distribution

Re: Problem with task

2007-06-11 Thread David Weintraub
al/index.html Also, search the user list archives, I have seen chatter about this in the past. I hope this helps. -Rob A > -Original Message- > From: David Weintraub [mailto:[EMAIL PROTECTED] > Sent: Monday, June 11, 2007 2:59 PM > To: Ant Users List > Subject: Problem wit

RE: Problem with task

2007-06-11 Thread Anderson, Rob (Global Trade)
Original Message- > From: David Weintraub [mailto:[EMAIL PROTECTED] > Sent: Monday, June 11, 2007 2:59 PM > To: Ant Users List > Subject: Problem with task > > I have a very straight forward build.xml file: > > > > from="[EMAIL PR

Problem with task

2007-06-11 Thread David Weintraub
I have a very straight forward build.xml file: When I attempt to execute it, I get the following error message: test: [mail] Failed to initialise MIME mail: javax/mail/MessagingException BUILD SUCCESSFUL Which is strange because I set "failonerror" t

Problem with task

2007-06-05 Thread cknell
Consider this task: The result of this tidies all the .htm files in ${base-dir}/sub1 and places them in in "destdir". It ignores a .htm file in ${base-dir}. I have elminated the possibility that the problem is in by running this experimental target:

Re: Problem with task

2005-05-19 Thread Ninju Bohra
expand is being created (which utility, on which platform) Cheers, Antoine > --- Ursprüngliche Nachricht --- > Von: Ninju Bohra > An: Ant Users Group > Betreff: Problem with task > Datum: Wed, 18 May 2005 14:15:03 -0700 (PDT) > > Hello all, > > ANT v1.6.2 > OS

Re: Problem with task

2005-05-18 Thread Antoine Levy-Lambert
> --- Ursprüngliche Nachricht --- > Von: Ninju Bohra <[EMAIL PROTECTED]> > An: Ant Users Group > Betreff: Problem with task > Datum: Wed, 18 May 2005 14:15:03 -0700 (PDT) > > Hello all, > > ANT v1.6.2 > OS: Windows XPPro > > I am trying the task on a .tar.gz file and I

Problem with task

2005-05-18 Thread Ninju Bohra
Hello all, ANT v1.6.2 OS: Windows XPPro I am trying the task on a .tar.gz file and I get: get.ungzip.info: [input] skipping input as property gzip.filename has already been set. get.import.info: [input] skipping input as property import.user has already been set. [input] skipping i

Re: [Ant 1.6.0] problem with task

2004-02-10 Thread Stefan Bodewig
On Tue, 10 Feb 2004, DDU DUQUENNOY Didier <[EMAIL PROTECTED]> wrote: > I checked that both ant-xalan1.jar and ant-xalan2.jar are in the lib > directory of Ant 1.6.0. Do you have any idea? Xalan-J itself is missing. Do you have a xalan.jar in the lib directory of your 1.5.3 installation? Stefan

[Ant 1.6.0] problem with task

2004-02-10 Thread DDU DUQUENNOY Didier
Hi, I'm using the task this way: I have both Ant 1.5.3-1 ant Ant 1.6.0 installed on my PC running W2000, but none is in the path, so I can decide which one to run. I also added junit.jar in both lib directory. This is the 3.8.1 revision bundled with Ecl