You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2011/01/27 13:00:45 UTC

DO NOT REPLY [Bug 50668] New: The MailLogger feature does not take into account properly the "MailLogger.starttls.enable" system property

https://issues.apache.org/bugzilla/show_bug.cgi?id=50668

           Summary: The MailLogger feature does not take into account
                    properly the "MailLogger.starttls.enable" system
                    property
           Product: Ant
           Version: 1.8.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Core
        AssignedTo: notifications@ant.apache.org
        ReportedBy: register@edouardmercier.fr


The bug lies on line 380 of class "MailLogger", where
"mailer.setEnableStartTLS(values.ssl());" should be replaced by
"mailer.setEnableStartTLS(values.starttls());", so that the
"MailLogger.starttls.enable" system command-line property is properly taken
into account.

With the current state of the source code, it is not possible to use the Gmail
SMTP server for logging the result of an Ant script execution!

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 50668] The MailLogger feature does not take into account properly the "MailLogger.starttls.enable" system property

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50668

Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |1.8.3

--- Comment #1 from Stefan Bodewig <bo...@apache.org> 2011-01-30 02:25:04 EST ---
Sorry, I knew I shouldn't have committed a change I couldn't test myself.

Fixed with svn revision 1065204

Thanks!

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.