RE: [Nant-users] PATH not set when running nant from a Service

2005-04-20 Thread Rainey, Mark (Cleveland)
) Cc: nant-users@lists.sourceforge.net Subject: Re: [Nant-users] PATH not set when running nant from a Service Rainey, Mark (Cleveland) wrote: >Thanks for the contribution Troy but the service is running as >mydomain/myself so that is can access environment variables and the network. &g

Re: [Nant-users] PATH not set when running nant from a Service

2005-04-19 Thread Ian MacLean
Rainey, Mark (Cleveland) wrote: Thanks for the contribution Troy but the service is running as mydomain/myself so that is can access environment variables and the network. I still wonder why I can use environment::get-variable('PATH'). That returns the path but when I echo the ${sys.env.PATH} varia

RE: [Nant-users] PATH not set when running nant from a Service

2005-04-19 Thread Rainey, Mark (Cleveland)
nothing is set.  Mark From: Troy Laurin [mailto:[EMAIL PROTECTED] Sent: Monday, April 18, 2005 10:11 PMTo: Rainey, Mark (Cleveland)Cc: nant-users@lists.sourceforge.netSubject: Re: [Nant-users] PATH not set when running nant from a Service On 4/19/05, Rainey, Mark (Cleveland) <[EMAIL PROTE

Re: [Nant-users] PATH not set when running nant from a Service

2005-04-18 Thread Troy Laurin
On 4/19/05, Rainey, Mark (Cleveland) <[EMAIL PROTECTED]> wrote: So I am guessing the PATH environment variable isn't being set.  I runsysinfo and then check the variable with environment::get-variable('PATH').That returns the path but when I echo the ${sys.env.PATH} variable it says nothing is set.

RE: [Nant-users] PATH not set when running nant from a Service

2005-04-18 Thread Rainey, Mark (Cleveland)
nt-users@lists.sourceforge.net Subject: Re: [Nant-users] PATH not set when running nant from a Service On 4/18/05, Rainey, Mark (Cleveland) <[EMAIL PROTECTED]> wrote: > So I am guessing the PATH environment variable isn't being set. I run > sysinfo and then check the variable with en

Re: [Nant-users] PATH not set when running nant from a Service

2005-04-18 Thread Marcin Hoppe
On 4/18/05, Rainey, Mark (Cleveland) <[EMAIL PROTECTED]> wrote: > So I am guessing the PATH environment variable isn't being set. I run > sysinfo and then check the variable with environment::get-variable('PATH'). > That returns the path but when I echo the ${sys.env.PATH} variable it says > nothi

[Nant-users] PATH not set when running nant from a Service

2005-04-18 Thread Rainey, Mark (Cleveland)
I am trying to check out some files using the vsscheckout task. When using it from a service (Cruisecontrol's ccservice) I am running into the following error about a module not being found: * at NAnt.Core.Project.Run() in d:\Source\nant-20050404T183547Z\src