Built the 1.0.x branch. Failed due to lack of memory.
export MAVEN_OPTS='-Xmx512m'

Now it (MavenOneIntegrationTest) fails because there's no SMTP on localhost 25:

DEBUG SMTP: trying to connect to host "localhost", port 25, isSSL false
2006-01-30 23:05:04,529 [Thread-29] ERROR
ContinuumNotificationDispatcher - Error while trying to use the
mailnotifier.
org.codehaus.plexus.notification.NotificationException: Exception
while sending message.
    at 
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sendMessage(MailContinuumNotifier.java:400)
    at 
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.buildComplete(MailContinuumNotifier.java:303)
    at 
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sendNotification(MailContinuumNotifier.java:198)
    at 
org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification(DefaultContinuumNotificationDispatcher.java:170)
    at 
org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.buildComplete(DefaultContinuumNotificationDispatcher.java:96)
    at 
org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:341)
    at 
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:53)
    at 
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable.run(ThreadedTaskQueueExecutor.java:103)
    at java.lang.Thread.run(Thread.java:552)
Caused by: org.codehaus.plexus.mailsender.MailSenderException: Error
while sending mail.
    at 
org.codehaus.plexus.mailsender.javamail.JavamailMailSender.send(JavamailMailSender.java:217)
    at 
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sendMessage(MailContinuumNotifier.java:396)
    ... 8 more
Caused by: javax.mail.MessagingException: Could not connect to SMTP
host: localhost, port: 25;
  nested exception is:
    java.net.ConnectException: Connection refused
    at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1213)
    at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:311)
    at javax.mail.Service.connect(Service.java:233)
    at javax.mail.Service.connect(Service.java:134)
    at javax.mail.Service.connect(Service.java:86)
    at com.sun.mail.smtp.SMTPTransport.connect(SMTPTransport.java:144)
    at javax.mail.Transport.send0(Transport.java:150)
    at javax.mail.Transport.send(Transport.java:80)
    at 
org.codehaus.plexus.mailsender.javamail.JavamailMailSender.send(JavamailMailSender.java:213)
    ... 9 more

Reply via email to