I'm trying to set up a legacy application in cruise control and ran into a bit of a problem.
I've set up my project and had to include a section where nant copies files from a local file path to a networked drive.
If I run force the build through the ccnet.exe command line it works fine. If I start the service and try to force the build through the front end it fails, saying:
"Could not find a part of the path 'L:\inetpub\wwwroot\mysite'."
But that location does exist. I've changed the service to use the user credentials I log onto the server with but still getting the same error.
Any suggestions?