Sent it to Gert - instead of the list. Might be useful... -----Original Message----- From: Pillai, Gishu R (GE Infra, Energy) Sent: 04 May 2006 13:25 To: 'Gert Driesen' Subject: RE: [NAnt-users] Doesn't the exec path use the PATH Environment/System variable.
>> Just curious here. I have the .NET/devenv path embedded in >> the PATH environment variable. From a command prompt, typing >> devenv launches the IDE. >> However via my build file, calling devenv fails. 'System >> cannot find the file specified' >This should work just fine. Are you sure the PATH environment variable is >also set correctly when the build is executed in the ccnet service ? This happened because I used "devenv" in the NANT Script instead of "devenv.com". The ".com" was the reason for that error. I found that out via trial and error. My mistake.. -- Gishu ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ NAnt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nant-users
