markewaite commented on Bug JENKINS-15418

We've seen a general problem on Windows file systems with paths which exceed about 250 characters. The problems were visible in our MSBuild scripts and affected other programs as well. We finally decided that it was not worth fighting what appeared to be Microsoft file system limitations, so we forced ourselves to use shorter paths. The sample path in your output is longer than 250 characters, so you may be encountering the same problem we encountered.

You might find Jeff Attwood's comments on the topic interesting.

http://www.codinghorror.com/blog/2006/11/filesystem-paths-how-long-is-too-long.html

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to