Hi,
 
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'
 
Next I find that if I start ccnet from within a "VS.Net command window", everything works fine !
 
The documentation for the exec task doesn't seem to tell me the default value for the basedir attribute or how exec looks up the specified program exes. I still have to try setting the basedir attribute for the exec task - I would have liked not to embed install paths in the build script or create more environment variables for the managed and unmanaged IDEs.
 
Thanks,
Gishu Pillai
 

Reply via email to