You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2005/01/03 19:17:53 UTC

[jira] Commented: (MPANT-22) ant:mail error

The following comment has been added to this issue:

     Author: Arnaud HERITIER
    Created: Mon, 3 Jan 2005 1:17 PM
       Body:
Where do you use this code ? In your maven.xml ?
This error is certainly a problem in the ant task but not in the ant plugin !!
The ant plugin goal is to generate an ant script from a maven project.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPANT-22?page=comments#action_28544

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPANT-22

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPANT-22
    Summary: ant:mail error
       Type: Bug

     Status: Open
   Priority: Critical

 Original Estimate: 4 days
 Time Spent: Unknown
  Remaining: 4 days

    Project: maven-ant-plugin
   Fix Fors:
             1.8.1
   Versions:
             1.0
             1.1
             1.2
             1.3
             1.4
             1.5
             1.6
             1.7
             1.8
             1.8.1

   Assignee: Arnaud HERITIER
   Reporter: pinghe

    Created: Thu, 23 Dec 2004 8:08 AM
    Updated: Mon, 3 Jan 2005 1:17 PM
Environment: windows

Description:
I am running a test email. I am getting following
error, but still it is sending emails and I am getting those emails!!.
Please let me know how to eliminate this error 
    [mail] Failed to initialise MIME mail
    [mail] Sending email: email test!
    [mail] Sent email with 1 attachment

my script:

<ant:mail messageMimeType="text/plain" mailhost="${mail.smtp}" subject="email test!" tolist="${tolist}">
   <ant:from name="${fromname}" address="${from.email}"/>
	<ant:message>test email</ant:message>
	<fileset dir="${basedir}">
   	    <include name="${resultFileName}"/>
	</fileset >
</ant:mail>



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org