From: Benjamin W. <bw...@co...> - 2006-08-29 16:05:42
|
=20 I got a CruiseControl exception saying file name too long, as CruiseControl has built-in length limits on file/directory name (260 and 248 respectively). Anyone knows how to get around this constraint? Or how to find out which file names are too long? =20 8/29/2006 10:41:30 AM: [MasterBuild:Info]: Build complete: Success 8/29/2006 10:41:36 AM: [MasterBuild:Error]: Publisher threw exception: System.IO.PathTooLongException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck) at System.IO.Path.GetFullPathInternal(String path) at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite) at System.IO.FileInfo.CopyTo(String destFileName, Boolean overwrite) at ThoughtWorks.CruiseControl.Core.Publishers.BuildPublisher.recurseSubDire ctories(DirectoryInfo srcDir, DirectoryInfo destination) =20 =20 =20 Thanks a lot for help! |