Re: How to disable incremental build extract

2006-03-29 Thread Gautham Pamu
Hi Dan, Thanks for responding to email. Can you explain what you mean by shell project ? Do you mean a project with a shell script which executes the following command mvn scm:bootstrap -DconnectionUrl=scm:cvs:ext:[EMAIL PROTECTED]:/cvsroot/projectName/:myProject

Re: How to disable incremental build extract

2006-03-28 Thread Emmanuel Venisse
It isn't possible actually, it will be a feature of 1.1 Emmanuel Gautham Pamu a écrit : Hi Everyone, I noticed continuum only extract the changes from scm between builds. Is it possible to configure continuum to blow away the existing source tree and extract everything again from scratch ?

How to disable incremental build extract

2006-03-28 Thread Gautham Pamu
Hi Everyone, I noticed continuum only extract the changes from scm between builds. Is it possible to configure continuum to blow away the existing source tree and extract everything again from scratch ? -- -Gautham Pamu

Re: How to disable incremental build extract

2006-03-28 Thread dan tran
in the mean time you can create a shell project which calls mvn scm:bootstrap to fetch brand new source tree for each invocation. -D On 3/28/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: It isn't possible actually, it will be a feature of 1.1 Emmanuel Gautham Pamu a écrit : Hi Everyone,