Re: Strange Behaviors in Continuum 1.1-betas as windows service

2007-09-20 Thread Dan Tran
good news, I am able to get continuum under windows services using the
local user account, not the domain account

On 9/19/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
> How did you set up your service? Did you attach a real user to the service?
>
> continuum service works fine on win xp and seems to work on vista and server 
> 2003 too.
> I don't have a NT to test it
>
> Emmanuel
>
> Dan Tran a écrit :
> > tested with the latest continuum 1.1-beta-3
> >
> > On 9/19/07, Dan Tran <[EMAIL PROTECTED]> wrote:
> >> I now have svn.exe on both of my system and local path and run
> >> continuum nt service using my account.   But still see the same
> >> problem :(
> >>
> >> -D
> >>
> >>
> >>
> >> On 9/14/07, Dan Tran <[EMAIL PROTECTED]> wrote:
> >>> it is a good news, now I can migrate my build from 1.0.3 to 1.1
> >>>
> >>> Huge thanks
> >>>
> >>> -D
> >>>
> >>> On 9/14/07, mgifos <[EMAIL PROTECTED]> wrote:
> >>>>
> >>>>
> >>>> Dan Tran wrote:
> >>>>> One more user sees this as well, so i am not alone.
> >>>>>
> >>>>> Any one else?
> >>>>>
> >>>> Me too...
> >>>>
> >>>> But I have a good news...
> >>>>
> >>>> You need %SVN_HOME%\bin entry in local %PATH% variable for a "service log
> >>>> on" user.
> >>>>
> >>>> I hope that this will be helpful for you guys.
> >>>> --
> >>>> View this message in context: 
> >>>> http://www.nabble.com/Strange-Behaviors-in-Continuum-1.1-betas-as-windows-service-tf4280471.html#a12685701
> >>>> Sent from the Continuum - Users mailing list archive at Nabble.com.
> >>>>
> >>>>
> >
> >
>
>


Strange Behaviors in Continuum 1.1-betas as windows service

2007-08-16 Thread Dan Tran
Hello,
I am seeing some strange behaviors in alpha, beta-1, and beta-2 (
still instaging area), that I hope someone can explain and/or confirm.

  - Unable to sync the project source when Continuum runs under NT
service with a known admin user id.

the build log shows
Provider message: The svn command failed.
Command output:

---
'svn' is not recognized as an internal or external command,
operable program or batch file.

---

here is log/continuum.log fragment

89674 [pool-1-thread-1] INFO
org.apache.maven.scm.manager.ScmManager:default  - Executing: cmd.exe
/X /C '"svn --non-interactive update"'
89674 [pool-1-thread-1] INFO
org.apache.maven.scm.manager.ScmManager:default  - Working directory:
C:\dev\continuum\working-directory\1.1\1
89736 [pool-1-thread-1] WARN
org.apache.maven.continuum.scm.ContinuumScm:default  - Error while
updating the code for project: 'Sentinel', id: '1' to
'C:\dev\continuum\working-directory\1.1\1'.
89736 [pool-1-thread-1] WARN
org.apache.maven.continuum.scm.ContinuumScm:default  - Command output:
'svn' is not recognized as an internal or external command,
operable program or batch file.


  However, there is no build problem when starting Continuum from
commandline ( with the same login account)

  the SVN.exe definitely is in the SYSTEM path

 - There is no build problem when use with local SYSTEM account. The
local repo ends up at c:\.m2\repository. This is not a viable
workaround since my InstallAnywhere Installer requires a valid account
due to licensing.


Any suggestion is greatly appreciated.

-D