Hi, When you run ccservice it cannot see mapped drives even if the account that the service is running under has rights.
You have two options: 1) use a network path e.g. \\server1\share or 2) map the drive using a nant script e.g. subst or net via the exec functionality. John On Jul 14, 1:23 pm, Gaurav Lakhani <[email protected]> wrote: > Dear All > > My problem is that I am creating a build through NANT and using <copy todir > tag , to transfer the dll file to the testing server. > > when i do this activity through cruisecontrol by calling the .build file, it > compiles the dll but doesn't transfer the dll file and gives error "Could > not find a part of the path "E:\"" > > For solving this i ran the ccservice through an account which has full > access to the network drive. > This worked on a system with windows 2000 as OS and doesn't work on windows > 2003 server(i.e our Build server). > > Please suggest. > > Regards > Gaurav Lakhani > Mob:+91-9911235200
