Hi Thomas,

I have issue when builing on the command line -

> mvn clean install

Oct 16, 2013 10:39:02 AM org.subethamail.smtp.server.ServerThread run
INFO: SMTP server *:2510 stopped
emailMessage
===================================================================
Received: from 172.22.120.122 (localhost [127.0.0.1])
        by 172.22.120.122
        with SMTP (SubEthaSMTP 3.1.7) id HMUB60OT
        for test...@apache.org;
        Wed, 16 Oct 2013 10:39:02 +0200 (CEST)
Date: Wed, 16 Oct 2013 10:39:02 +0200 (CEST)
From: test_f...@apache.org
To: test...@apache.org
Message-ID: <429777281.42.1381912742908.JavaMail.sgoeschl@district9.local>
Subject: Test Msg Subject
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: base64

VGVzdCBNc2cgQm9keSDDo8KCwrAgw6PCgsKxIMOjwoLCsiDDo8KCwrMgw6PCgsK0
 - 578
strMessage
===================================================================
strMessage - 33
Test Msg Body ??? ??? ??? ??? ???
Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec <<< FAILURE! - in org.apache.commons.mail.SimpleEmailTest testDefaultMimeCharset(org.apache.commons.mail.SimpleEmailTest) Time elapsed: 0.012 sec <<< FAILURE! java.lang.AssertionError: didn't find expected message content in message body
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)
at org.apache.commons.mail.AbstractEmailTest.validateSend(AbstractEmailTest.java:395) at org.apache.commons.mail.SimpleEmailTest.testDefaultMimeCharset(SimpleEmailTest.java:155)

Running org.apache.commons.mail.util.MimeMessageParserTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.commons.mail.util.MimeMessageParserTest

Results :

Failed tests:
SimpleEmailTest.testDefaultMimeCharset:155->AbstractEmailTest.validateSend:395 didn't find expected message content in message body

Tests run: 169, Failures: 1, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.110s
[INFO] Finished at: Wed Oct 16 10:39:02 CEST 2013
[INFO] Final Memory: 12M/81M

Some thoughts along the line

* this problem does  not occur in IntellJ with JDK 1.6 / 1.7
* I'm running Mac OS X java version "1.6.0_31", Java(TM) SE Runtime Environment (build 1.6.0_31-b04-415-12D78), Java HotSpot(TM) 64-Bit Server VM (build 20.6-b01-415, mixed mode)
* I think the email message is the error case still Base64 decoded
* It would be safer to use Unicode Escape Sequences instead of UTF-8 message string since you have ASCII code only

Cheers,

Siegfried Goeschl

This problem

On 16.10.13 00:20, Thomas Neidhart wrote:
Hi,

I'd like to call a vote for releasing Commons Email 1.3.2 based on RC1.

   Email 1.3.2 RC1 is available for review here:
     https://dist.apache.org/repos/dist/dev/commons/email/
     (svn revision 3275)

   Maven artifacts are here:

https://repository.apache.org/content/repositories/orgapachecommons-182/org/apache/commons/commons-email/1.3.2/

   The tag is here:

https://svn.apache.org/repos/asf/commons/proper/email/tags/EMAIL_1_3_2_RC1
     (svn revision 1532553)

   Site:
     http://people.apache.org/builds/commons/email/1.3.2/RC1/

   Details of changes since 1.3.1 are in the release notes:
     https://dist.apache.org/repos/dist/dev/commons/email/RELEASE-NOTES.txt

http://people.apache.org/builds/commons/email/1.3.2/RC1/changes-report.html

Please review the release candidate and vote.
This vote will close no sooner than 72 hours from now.

   [ ] +1 Release these artifacts
   [ ] +0 OK, but...
   [ ] -0 OK, but really should fix...
   [ ] -1 I oppose this release because...

Thank you for your reviews,

Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail:dev-unsubscr...@commons.apache.org
For additional commands, e-mail:dev-h...@commons.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to