RE: Problem with continuum

2008-03-04 Thread nicklist
PROTECTED] Sent: Tue 3/4/2008 17:42 To: continuum-users@maven.apache.org Subject: Re: Problem with continuum Emmanuel Venisse wrote: > On Tue, Mar 4, 2008 at 4:12 PM, Tomislav Stojcevich <[EMAIL PROTECTED]> > wrote: > > >> Isn't that what the Build Fresh option o

Re: Problem with continuum

2008-03-04 Thread Glauber Stéfano Rezende
Emmanuel Venisse wrote: On Tue, Mar 4, 2008 at 4:12 PM, Tomislav Stojcevich <[EMAIL PROTECTED]> wrote: Isn't that what the Build Fresh option on the build definition is for? Yes and no :) The build fresh run a clean checkout instead of an update but it will be use on all runs except

RE: Problem with continuum

2008-03-04 Thread nicklist
th regards, Nick S. -Original Message- From: Tomislav Stojcevich [mailto:[EMAIL PROTECTED] Sent: Tue 3/4/2008 16:12 To: continuum-users@maven.apache.org Subject: Re: Problem with continuum Isn't that what the Build Fresh option on the build definition is for? Doesn't i

Re: Problem with continuum

2008-03-04 Thread Tomislav Stojcevich
Isn't that what the Build Fresh option on the build definition is for? Doesn't it delete the working directory and re-checkout from scm?

Re: Problem with continuum

2008-03-04 Thread Emmanuel Venisse
like a "remove working copy" button? Can you file an issue? Emmanuel On Tue, Mar 4, 2008 at 3:47 PM, <[EMAIL PROTECTED]> wrote: > You need file access to your continuum application. (Through ssh or on the > machine itself for example) Continuum uses a work directory where the > checkouts are mad

RE: Problem with continuum

2008-03-04 Thread nicklist
You need file access to your continuum application. (Through ssh or on the machine itself for example) Continuum uses a work directory where the checkouts are made. Here lies the problem. (For every build the working copy is updated, not recreated.) As a side note for the dev'ers. Would it be p

Re: Problem with continuum

2008-03-04 Thread Glauber Stéfano Rezende
Emmanuel Venisse wrote: You can try to remove your report directory (or a parent) and force a build. Emmanuel On Tue, Mar 4, 2008 at 1:44 PM, Glauber Stéfano Rezende < [EMAIL PROTECTED]> wrote: Hi, Anybody there are solution to this problem. I´ve never saw this. Provider message: The sv

Re: Problem with continuum

2008-03-04 Thread Emmanuel Venisse
You can try to remove your report directory (or a parent) and force a build. Emmanuel On Tue, Mar 4, 2008 at 1:44 PM, Glauber Stéfano Rezende < [EMAIL PROTECTED]> wrote: > Hi, > > Anybody there are solution to this problem. > I´ve never saw this. > > > Provider message: The svn command failed. >

Re: Problem with continuum-1.0.3

2006-04-28 Thread Thibaut Cazenave
Here is the final explanation of a long exchange with Emmanuel for my problem... Finally I did find why Continuum blocked during CVS project checkout. It was because of compress option -z3 used by default for all cvs commands in new version (1.0-beta-3) of SCM CVS API. example : cvs -f -d :pserver:

Re: Problem with continuum-1.0.3

2006-04-26 Thread Emmanuel Venisse
Can you do some tests? 1- Remove your database 2- start continuum and configure it 3- add all your projects 4- wait the checkout of files (without browsing continuum web interface, so logs will be clean) 5- Send me logs What is the OS that host Continuum? Emmanuel Thibaut Cazenave a écrit :

Re: Problem with continuum-1.0.3

2006-04-26 Thread Thibaut Cazenave
Yes sorry, I've got to come back to work to check these points. This file on which continuum blocked is not that big : 23533 o on my CVS repository There are bigger files on my project. When checkouted on Windows, this file sizes 20 ko. I've got 1596 files and 2876 folders in my project. And mor

Re: Problem with continuum-1.0.3

2006-04-26 Thread Emmanuel Venisse
Thibaut, Can you answer to my questions? Emmanuel Thibaut Cazenave a écrit : Emmanuel Venisse : Is it a big file? How many files do you have in your project? The best place for continuum question is the continuum mailing list, thanks. Emmanuel Thibaut CAZENAVE a écrit : Hi, I just instal

Re: Problem with continuum on solaris zone

2006-01-17 Thread Emmanuel Venisse
It isn't ./run.sh but ./plexus.sh Why other can start it? On Maven zone, with have set up a continuum user and add public key of some users to this account, so all authorized users can start continuum with this command : > nohup ./plexus.sh & in continuum/bin directory I'm not a solaris exper

Re: Problem with continuum on solaris zone

2006-01-15 Thread Trygve Laugstøl
On Fri, 2006-01-13 at 09:14 -0500, Sean Schofield wrote: > We're trying to setup continuum for the MyFaces project. We have a > solaris zone set up and we're having trouble starting the server. > > $ bin/solaris/run.sh start > Starting continuum... > bin/solaris/run.sh: ./wrapper: cannot execute

Re: Problem with continuum on solaris zone

2006-01-14 Thread Emmanuel Venisse
run.sh in solaris directory use taniki java wrapper. This wrapper doesn't work with solaris 10 used by zones. So you must start continuum on your zone with bin/plexus.sh Emmanuel Sean Schofield a écrit : We're trying to setup continuum for the MyFaces project. We have a solaris zone set up an

Re: Problem with continuum on solaris zone

2006-01-14 Thread Trygve Laugstøl
On Fri, 2006-01-13 at 09:14 -0500, Sean Schofield wrote: > We're trying to setup continuum for the MyFaces project. We have a > solaris zone set up and we're having trouble starting the server. > > $ bin/solaris/run.sh start > Starting continuum... > bin/solaris/run.sh: ./wrapper: cannot execute