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\NAnt.Core\Project.cs:line
924]]></stacktrace><internalerror><type>System.IO.FileNotFoundException</typ
e><message><![CDATA[The specified module could not be
found.]]></message><stacktrace><![CDATA[   at
NAnt.Contrib.Tasks.SourceSafe.BaseTask.Open()]]></stacktrace></internalerror
></builderror></failure></buildresults></task></target></task></target><fail
ure><builderror><type>NAnt.Core.BuildException</type><message><![CDATA[Neste
d build failed.  Refer to build log for exact
reason.]]></message><stacktrace><![CDATA[   at
NAnt.Core.Tasks.NAntTask.RunBuild(FileInfo buildFile) in
d:\Source\nant-20050404T183547Z\src\NAnt.Core\Tasks\NAntTask.cs:line 273
*****************************************

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
nothing is set.  Has anyone run into PATH problems before or  know what is
going on?  Thanks, Mark

Buildfile:
file:///C:/Intuit/IRES/Internal/Build/Application/RM/ResidentPortal/default.
build 
Target framework: Microsoft .NET Framework 1.1 
Target(s) specified: masterbuild 
[tstamp] Monday, April 18, 2005 1:01:06 PM. 
[tstamp] build.date = 20050418130106. 
[loadtasks] Scanning assembly "NAnt.Contrib.Tasks" for extensions. 
[sysinfo] Setting system information properties under sys.* 
[sysinfo] sys.os.platform = Win32NT 
[sysinfo] sys.os.version = 5.1.2600.0 
[sysinfo] sys.os = Microsoft Windows NT 5.1.2600.0 
[sysinfo] sys.os.folder.programfiles = C:\Program Files 
[sysinfo] sys.os.folder.commonprogramFiles = C:\Program Files\Common Files 
[sysinfo] sys.os.folder.system = C:\WINDOWS\System32 
[sysinfo] sys.os.folder.commonapplicationData = C:\Documents and
Settings\All Users\Application Data 
[sysinfo] sys.clr.version = 1.1.4322.2032 
[sysinfo] sys.os.folder.desktopdirectory = C:\Documents and
Settings\mrainey\Desktop 
[sysinfo] sys.os.folder.applicationdata = C:\Documents and
Settings\mrainey\Application Data 
[sysinfo] sys.os.folder.temp = C:\TEMP\ 
[echo] Path is
C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI
Technologies\ATI Control Panel;C:\Program Files\Common Files\Roxio
Shared\DLLShared;C:\Program
Files\Symantec\pcAnywhere\;C:\TNGSD\BIN;C:\SxpInst;C:\TNGSD\BIN;c:\program
files\perforce;C:\PROGRA~1\XRay;C:\Program
Files\NAnt-0.85-RC2\bin;C:\Program Files\Microsoft SQL
Server\80\Tools\Binn\;C:\Program Files\NAnt-0.85-RC2\bin\tasks 

Build Error: NAnt.Core.BuildException
Property evaluation failed. Expression: env path is ${sys.env.PATH}
^^^^^^^^^^^^
in C:\Intuit\IRES\Internal\Build\Application\RM\ResidentPortal\default.build
line: 73 col: 3

   at NAnt.Core.PropertyDictionary.EvaluateEmbeddedExpressions(String input,
Location location, Hashtable state, Stack visiting)
   at NAnt.Core.AttributeConfigurator.InitializeAttribute(PropertyInfo
propertyInfo)
   at NAnt.Core.AttributeConfigurator.Initialize()
   at NAnt.Core.Element.InitializeXml(XmlNode elementNode,
PropertyDictionary properties, FrameworkInfo framework)
   at NAnt.Core.Element.Initialize(XmlNode elementNode, PropertyDictionary
properties, FrameworkInfo framework)
   at NAnt.Core.Project.CreateTask(XmlNode taskNode, Target target)
   at NAnt.Core.Project.InitializeProjectDocument(XmlDocument doc)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to