With a service, you must set the path for the system and not for the user AND, you must attach a 'real user' to run the service instead of a system user because when Continuum will build your project, it will store artifact in the local repository
Emmanuel On Fri, Jan 23, 2009 at 3:36 PM, java javae <[email protected]> wrote: > Thanks for your reply. Yes, I run Continuum as a service but I also tried > to start and stop the Continuum from the command line and still getting the > same error. I am sure my PATH is set correctly. > > > > > ________________________________ > From: java javae <[email protected]> > To: [email protected] > Sent: Thursday, January 22, 2009 5:01:41 PM > Subject: Bulild Error: 'svn' is not recognized as an internal or external > command > > > Hi, > > I have downolad and install continuum-1.2.3. and I have added my project to > Add Maven 2.0 through pom url. Also, I have already set the <scm> in my > pom.xml file. Now, when I try to build the project I get this build error: > > Provider message: The svn command failed. > Command output: > > ------------------------------------------------------------------------------- > 'svn' is not recognized as an internal or external command, > operable program or batch file. > > ------------------------------------------------------------------------------- > I have already set the 'svn' PATH in env variable for my windows machine > and when I run the svn on the command line it works just fine. However, when > I try to build the project on continuum I get this error about svn is not > recognized as internal or external command. > > Any suggestion on why I'm getting this error? > > Thanks. > > > >
