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 a

Re: Confused by Continuum and Maven2 multimodule integration

2007-12-17 Thread Julien Stern
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 a mess :) The addition of this check in a way or

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

2007-12-17 Thread Emmanuel Venisse
open your db with a SQL client like SQuirrelSQL and run some sql request to change the column length Emmanuel [EMAIL PROTECTED] a écrit : 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 comple

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 "

Re: Problem with surefire-reports in Continuum 1.1 final

2007-12-17 Thread Claudio Ranieri
Hi Olivier, I unzip apache-continuum-1.1.zip file in directory C:\continuum-1.1. Then I executed the C:\continuum-1.1\bin\windows-x86-32\InstallService.bat. In Windows´s services, at Apache Continuum I change Log On of the service to my network user (following documentation). Then I start the s

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

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 cr

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 s

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 s

Re: mail-notifier

2007-12-17 Thread ivan
[EMAIL PROTECTED] wrote: Take a look at your configuration: mail.smtp.socketFactory.class javax.net.ssl.SSLSocketFactory Maybe if you try it with SocketFactory instead of SSLSocketFactory? Hth, Hi! I just commented this ! And

RE: mail-notifier

2007-12-17 Thread nicklist
Take a look at your configuration: mail.smtp.socketFactory.class javax.net.ssl.SSLSocketFactory Maybe if you try it with SocketFactory instead of SSLSocketFactory? Hth, Nick Stolwijk -Original Message- From: ivan [mailto:[EM

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