View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0007921CMakeCMakepublic2008-11-03 09:162016-06-10 14:30
Reporterbullestock 
Assigned ToBill Hoffman 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0007921: Ampersands in source groups are not escaped in Visual Studio project files
DescriptionCMake 2.6.2, using "Visual Studio 8 2005" generator: When creating a source group like

   SOURCE_GROUP("Debug & Logging"

the resulting .vcproj file contains

        <Filter
            Name="Debug & Logging"

which of course is not valid XML. Manually editing the file to say

        <Filter
            Name="Debug & Logging"

works as expected.

TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0041465)
Kitware Robot (administrator)
2016-06-10 14:27

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2008-11-03 09:16 bullestock New Issue
2009-02-13 16:17 Bill Hoffman Status new => assigned
2009-02-13 16:17 Bill Hoffman Assigned To => Bill Hoffman
2016-06-10 14:27 Kitware Robot Note Added: 0041465
2016-06-10 14:27 Kitware Robot Status assigned => resolved
2016-06-10 14:27 Kitware Robot Resolution open => moved
2016-06-10 14:30 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team