SCM triggered build in svn is not happening

2006-02-06 Thread Deepesh D
Hi , I am a newbe to continuum. I am trying to build an application from svn. i am able to add the maven 2 project successfully and be able to build. the problem is that whenever i make a change in the svn , continuum doesnt build the project immediately. It is waiting for the build

Continuum and site-deploy or wagon hanging

2006-02-06 Thread Johnson, Jonathan
Anyone having problems with Continuum or site-deploy or wagon hanging? Using Continuum 1.0.2, Maven 2.0.2. I recently added deploy and deploy-site to my Continuum build and have found Continuum will hang waiting for the build to finish. If I restart Continuum and force the build again it will

Re: SCM triggered build in svn is not happening

2006-02-06 Thread Emmanuel Venisse
Not exactly, you can add an post-commit hook in your SCM and call the xmlrpc server for building the project. Emmanuel Brian E. Fox a écrit : Currently no, although I wish it did. You could set your schedule to a very small timeframe and you would get the effect you wanted. -Original

Re: Continuum and site-deploy or wagon hanging

2006-02-06 Thread Emmanuel Venisse
Do you have the same problem when you call site-deploy directly for maven on your continuum machine? When a goal is called, it's an external maven process that run it and not Continuum. Emmanuel Johnson, Jonathan a écrit : Anyone having problems with Continuum or site-deploy or wagon

Re: Continuum and site-deploy or wagon hanging

2006-02-06 Thread Emmanuel Venisse
We must add a timeout for executions but i don't think it will be add in 1.0.3, probably in 1.1 Emmanuel Johnson, Jonathan a écrit : Good question, thanks. Yes when run from the command line mvn clean install deploy site-deploy it Maven hangs in the sample place. The M2