mail-notifier

2007-12-17 Thread ivan
Hi! I installed continuum as single application and have problem with notifier. I configured plexus.xml like in example (http://maven.apache.org/continuum/documentation/1_1/installation/standalone.html#Mail_server_configuration) but continuum could send mail. 853279 [pool-1-thread-1] ERROR

RE: mail-notifier

2007-12-17 Thread nicklist
Take a look at your configuration: property namemail.smtp.socketFactory.class/name valuejavax.net.ssl.SSLSocketFactory/value /property Maybe if you try it with SocketFactory instead of SSLSocketFactory? Hth, Nick Stolwijk

Re: Problem with surefire-reports in Continuum 1.1 final

2007-12-17 Thread Claudio Ranieri
Hi Olivier, When I launch mvn clean install into C:\continuum\work\6, the maven work out. After various tests, I isolated the problem. The problem occurs when I install continuum as a Windows Service and change service´s Log on to a net´s user (following documentation). When I use the local

Re: Problem with surefire-reports in Continuum 1.1 final

2007-12-17 Thread olivier lamy
As I understand here it's a permission issue. If your first continuum start was with a user a : all projects have been checkout and working directories created with this user. Now you shutdown continuum and restart it with a user b, this user b don't have the permissions on the files/directories

AW: AW: AW: Wrong build status in Project Group Summary

2007-12-17 Thread Manuel.Renz
Hi Emmanuel, If you don't want to see it an other time, you can increase the length of the COMMAND_OUTPUT field in your db. in my case this problem completely breaks the usefullness of continuum, so I nedd to fix it in my installation. I would appreciate if you can you give me a hint how to

Code checkout not happening

2007-12-17 Thread Doug Knesek
I have set up a pretty typical Maven2 Java project and trying to execute it using Continuum 1.1. I've set Build Fresh to true. It doesn't seem like continuum is actually doing a checkout of the project from the source code repository. As a result, the maven compiler complains that there are No

Re: Confused by Continuum and Maven2 multimodule integration

2007-12-17 Thread Emmanuel Venisse
yes, please. Emmanuel Julien Stern a écrit : Emmanuel, thanks for your reply. I have been going back and forth between the two structures, and actually even tried a mix of both, with two poms, one for inheritance (flat) and the other for aggregation (hierachical). It works, but it is kind of