Re: When builds are done in multi-module projects ?

2007-09-24 Thread Emmanuel Venisse
Damien Lecan a écrit : Additionnal information : this project have been upgraded from old 1.1-beta-2 database schema. How did you do the db schema upgrade? We talked about this last week, I produced a patch to allow data-manager-cli to manage Mysql database. I exported data from my old data

Re: When builds are done in multi-module projects ?

2007-09-24 Thread Damien Lecan
> > Additionnal information : this project have been upgraded from old > > 1.1-beta-2 database schema. > > How did you do the db schema upgrade? We talked about this last week, I produced a patch to allow data-manager-cli to manage Mysql database. I exported data from my old database this a patch

Re: When builds are done in multi-module projects ?

2007-09-24 Thread Emmanuel Venisse
Damien Lecan a écrit : Weird. Can you verify in your build definition if Build Fresh/Always Build are really false. Maybe we don't print the right value. Do you mean to verify by editing each Build Definitions of each project and by checking if "always build"/"build fresh" check boxes are che

RE: Error running Continuum - address already in use ????

2007-09-24 Thread Petter Måhlén
Sometimes, I've had problems with MSN/ICQ/other chat clients allocating port 8080. You could try shutting them down first before you start Continuum. "netstat -a" will show you which ports are occupied by which programs, that could be a hint. / Petter > -Original Message- > From: Raff

Re: Error running Continuum - address already in use ????

2007-09-24 Thread olivier lamy
Hi, In order to test if the port is already use just try : telnet localhost 8080 -- Olivier 2007/9/24, Raffaele <[EMAIL PROTECTED]>: > > > Thanks Emmanuel by the way I have the same error also with continuum 1.1 > alpha 2 > I tried also to restart my pc, and I trid also to change the port as

Re: Error running Continuum - address already in use ????

2007-09-24 Thread Raffaele
Thanks Emmanuel by the way I have the same error also with continuum 1.1 alpha 2 I tried also to restart my pc, and I trid also to change the port as already explained in my previous post. Now I remember that I had these same errores with another Apache product, that is ActiveMQand also i

Re: When builds are done in multi-module projects ?

2007-09-24 Thread Damien Lecan
> Weird. > Can you verify in your build definition if Build Fresh/Always Build are > really false. > Maybe we don't print the right value. Do you mean to verify by editing each Build Definitions of each project and by checking if "always build"/"build fresh" check boxes are checked ? If yes, both

Re: Error running Continuum - address already in use ????

2007-09-24 Thread Emmanuel Venisse
the port was probably used by an other application and wasn't released properly. Try to reboot your machine. If you start on Continuum, I think it would be better to use Continuum 1.1. We'll release 1.1-beta-3 this week. Emmanuel Raffaele a écrit : Hi all, I have the following stack trace r

Error running Continuum - address already in use ????

2007-09-24 Thread Raffaele
Hi all, I have the following stack trace running Continuum: jvm 1| [INFO] Deploying application 'continuum'. jvm 1| [INFO] Adding HTTP listener on *:8080 jvm 1| 15:27:06.754 WARN!! Failed to start: [EMAIL PROTECTED]:8080 jvm 1| Error while deploying application 'continuum-plexus

Re: When builds are done in multi-module projects ?

2007-09-24 Thread Emmanuel Venisse
Weird. Can you verify in your build definition if Build Fresh/Always Build are really false. Maybe we don't print the right value. What is the status of the build result? and the previous? I'll look at the code. Emmanuel Damien Lecan a écrit : 2007/9/24, Emmanuel Venisse <[EMAIL PROTECTED]>:

Re: Control the build sequency

2007-09-24 Thread Emmanuel Venisse
No, it isn't possible to chain some build definitions. Isn't it possible to run "mvn clean install site dashboard-report:dashboard site:deploy" in one command? Emmanuel Doucet Arnaud a écrit : Hi, I'm using dashboard plugin which requires to split site generation in 3 steps in a certain ord

Re: When builds are done in multi-module projects ?

2007-09-24 Thread Emmanuel Venisse
Continuum look at scm changes, if it contains some sources updates, it build the project. Then, it looks at dependencies list, if a dependency (that is a continuum project too) is updated (new build result in success), continuum build the project With no SCM changes and no dependencies, if the

Control the build sequency

2007-09-24 Thread Doucet Arnaud
Hi, I'm using dashboard plugin which requires to split site generation in 3 steps in a certain order : * 1 : mvn clean install site (scheduled at 02:05). * 2 : mvn dashboard-report:dashboard (scheduled at 02:45). * 3 : mvn site :deploy (scheduled at 02:55). The problem is that Continuum may