DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23888>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23888 CVS contains LF-only project files Summary: CVS contains LF-only project files Product: Xerces-C++ Version: 2.3.0 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The .dsp and .dsw files in CVS contain LF(\n)-only .dsp and .dsw files which results in MSVC6 silently failing to read them. The solution is simple: check out and do $ find . \( -name '*.dsp' -o -name '*.dsw' \) -exec unix2dos \{\} \; to fix the line-endings and $ find . \( -name '*.dsp' -o -name '*.dsw' \) -exec cvs admin -kb \{\} \; to put the binary flag on all of them You'll have to re-commit the files to make it stick. I've just done the former of the two and it fixed the problem. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]