)
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
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
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
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.
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
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
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