MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013184 | CMake | CMake | public | 2012-05-02 16:48 | 2016-06-10 14:31 |
Reporter | Erik Jensen | ||||
Assigned To | Alex Neundorf | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | x86_64 | OS | Windows | OS Version | 7 |
Product Version | CMake 2.8.8 | ||||
Target Version | Fixed in Version | ||||
Summary | 0013184: Invalid Code::Blocks project generated when build path contains spaces | ||||
Description | When the path to the build directory contains spaces, an extra set of quotes is added surrounding the build directory in make commands. E.g., the generated file will contain this: <Build command="nmake /NOLOGO /f ""C:\Path\Dir with spaces\Makefile"" VERBOSE=1 all" /> when it should contain <Build command="nmake /NOLOGO /f "C:\Path\Dir with spaces\Makefile" VERBOSE=1 all" /> Note the extra '"' marks in the former. | ||||
Steps To Reproduce | 1. Generate a build tree using the Code::Blocks NMake generator 2. Open the resulting .cbp file. 3. Notice that the extra quotes make the file invalid XML. | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-05-02 16:48 | Erik Jensen | New Issue | |||
2012-05-02 16:49 | Erik Jensen | Note Added: 0029391 | |||
2012-05-03 13:23 | Alex Neundorf | Assigned To | => Alex Neundorf | ||
2012-05-03 13:23 | Alex Neundorf | Status | new => assigned | ||
2012-08-13 12:44 | Alex Neundorf | Status | assigned => backlog | ||
2012-08-13 12:44 | Alex Neundorf | Description Updated | bug_revision_view_page.php?rev_id=770#r770 | ||
2016-06-10 14:28 | Kitware Robot | Note Added: 0042037 | |||
2016-06-10 14:28 | Kitware Robot | Status | backlog => resolved | ||
2016-06-10 14:28 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|