I'm trying to convert my straight cruise control builds to NAnt. I have a nant script that builds find from the command line, but when I attempt to invoke it from within cruise control (through the service), I get the following error:
[Test NAnt Minitab Shamokin Common:ERROR] Publisher threw exception: System.ArgumentException: Illegal characters in path. at System.IO.Path.CheckInvalidPathChars(String path) at System.IO.Path.IsPathRooted(String path) at ThoughtWorks.CruiseControl.Core.Tasks.MergeFilesTask.Run (IIntegrationResult result) at ThoughtWorks.CruiseControl.Core.Project.PublishResults (IIntegrationResult result) I've tried with quoting the path in the task block and unquoting the path and still get the same results. Has anybody seen this before or might you have any ideas about what I should try to resolve the problem. Thank you, Randy Neidigh
