Hi, I build the tag with:
Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 17:22:22+0200) Maven home: /Applications/dev/maven/apache-maven-3.1.1 Java version: 1.7.0_40, vendor: Oracle Corporation Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_40.jdk/Contents/Home/jre Default locale: de_DE, platform encoding: UTF-8 OS name: "mac os x", version: "10.8.5", arch: "x86_64", family: "mac" No problems on my system. I compared the archives against each other - contents are the same Signatures are fine Site looks good, but I noticed that we have no coverage report. Maybe we should add one. So this would be a +1 given my setup, but since two people are experiencing problems I'm hesitant to vote +1. I'd like to know what's wrong. Benedikt 2013/10/16 Siegfried Goeschl <[email protected]> > 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 [email protected]; > Wed, 16 Oct 2013 10:39:02 +0200 (CEST) > Date: Wed, 16 Oct 2013 10:39:02 +0200 (CEST) > From: [email protected] > To: [email protected] > 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 > > VGVzdCBNc2cgQm9keSDDo8KCwrAgw6**PCgsKxIMOjwoLCsiDDo8KCwrMgw6PC**gsK0 > - 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/<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/<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<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/<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<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<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-unsubscribe@**commons.apache.org<e-mail%[email protected]> >> For additional commands, >> e-mail:dev-help@commons.**apache.org<e-mail%[email protected]> >> >> > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > dev-unsubscribe@commons.**apache.org<[email protected]> > For additional commands, e-mail: [email protected] > > -- http://people.apache.org/~britter/ http://www.systemoutprintln.de/ http://twitter.com/BenediktRitter http://github.com/britter
