[ http://issues.apache.org/jira/browse/XERCESC-924?page=comments#action_12367346 ]
Dominik Stadler commented on XERCESC-924: ----------------------------------------- As far as I see tthis seems to be fixed in at least Version 2.6.0. Therefore this issue can be closed! > Long line in Projects\Win32\BCB6\Xerces-all\XercesLib\XercesLib.mak is > annoying > ------------------------------------------------------------------------------- > > Key: XERCESC-924 > URL: http://issues.apache.org/jira/browse/XERCESC-924 > Project: Xerces-C++ > Type: Bug > Components: Build > Versions: 2.3.0 > Environment: Operating System: Other > Platform: Other > Reporter: Dominik Stadler > Assignee: Xerces-C Developers Mailing List > > At Line 330 in the file Projects\Win32\BCB6\Xerces-all\XercesLib\XercesLib.mak > there is a very long line where the same paths are assigned to the variable > PATHCPP over and over again. The one line amounts to 10033 chars, which > produces > problems with some editors and/or sourcecontrol-systems (e.g. ClearCase). > The listed paths in the line are duplicated many times, if I strip them down > to > contain each path only once, I am down to > PATHCPP = > .;..\..\..\..\..\src\xercesc\dom;..\..\..\..\..\src\xercesc\framework;..\..\..\..\..\src\xercesc\idom;..\..\..\..\..\src\xercesc\internal;..\..\..\..\..\src\xercesc\parsers;..\..\..\..\..\src\xercesc\sax;..\..\..\..\..\src\xercesc\sax2;..\..\..\..\..\src\xercesc\util;..\..\..\..\..\src\xercesc\util\MsgLoaders\Win32;..\..\..\..\..\src\xercesc\util\NetAccessors\WinSock;..\..\..\..\..\src\xercesc\util\Platforms\Win32;..\..\..\..\..\src\xercesc\util\Transcoders\Win32;..\..\..\..\..\src\xercesc\util\regx;..\..\..\..\..\src\xercesc\validators\DTD;..\..\..\..\..\src\xercesc\validators\common;..\..\..\..\..\src\xercesc\validators\datatype;..\..\..\..\..\src\xercesc\validators\schema;..\..\..\..\..\src\xercesc\validators\schema\identity > ;..\..\..\..\..\src\xercesc\validators\schema\identity > Is this something that is generated? Maybe the generation step should be > enhanced to avoid this unnecessary duplication. If this is not possible, > please > add a backslash after each element in order to make the actual lines shorter. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
