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
I found the library dependency list at , and it says that mail.jar must be in my path. I'll have to verify that. I know that CruiseControl mail works, but maybe CruiseControl distributed the mail.jar in its distribution. I'll have to

RE: Problem with task

2007-06-11 Thread Anderson, Rob (Global Trade)
I'm not sure what this means. I would check the dependencies required for the mail task, to ensure that they are in place. http://ant.apache.org/manual/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

Re: Problem with task

2005-05-19 Thread Ninju Bohra
Found that the cause is that the ANT task appears to have a size limit. There was an existing Bugzilla entry (http://issues.apache.org/bugzilla/show_bug.cgi?id=34241) regarding the size issue. I have updated it with the information I found (basically, Red Hat ES 3.0 CAN handle file size, it

Re: Problem with task

2005-05-18 Thread Antoine Levy-Lambert
What you can do : 1) to analyze the error more deeply, try to create a gzipped file with ant and gunzip it with ant on your platform. 2) compare the binary look and feel of the gzip created by ant and the other gzip file which is failing to be gunzipped 3) if you do not find an explanation in ste