MantisBT - CMake |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0014205 | CMake | CMake | public | 2013-06-05 08:26 | 2013-06-12 05:29 |
|
| Reporter | Stefan Groißmeier | |
| Assigned To | Alex Neundorf | |
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | Linux | OS | Debian | OS Version | Wheezy 64-bit |
| Product Version | CMake 2.8.11 | |
| Target Version | | Fixed in Version | | |
|
| Summary | 0014205: Eclipse Generator creates corrupt project files after file(GLOB GLOBAL_HDR ../include/*) |
| Description | after opening the project file in the build directory, eclipse shows errormessages and stops to import the project. |
| Steps To Reproduce | the list received by
file(GLOB GLOBAL_HDR ../include/*)
includes all directorys, too.
the eclipse generator marks them as files.
Eclipse doesn't like that. |
| Additional Information | CMake 2.8.1 is generating a correct eclipse project file, while 2.8.7 and 2.8.11 and probably other versions are not. |
| Tags | No tags attached. |
| Relationships | | related to | 0014204 | closed | Alex Neundorf | Eclipse Generator creates corrupt project files |
|
| Attached Files | cmakeBug0014204Example.tar.gz (564) 2013-06-10 07:52 https://public.kitware.com/Bug/file/4785/cmakeBug0014204Example.tar.gz |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2013-06-05 08:26 | Stefan Groißmeier | New Issue | |
| 2013-06-05 08:34 | Stefan Groißmeier | Note Added: 0033243 | |
| 2013-06-05 17:34 | Alex Neundorf | Assigned To | => Alex Neundorf |
| 2013-06-05 17:34 | Alex Neundorf | Status | new => assigned |
| 2013-06-05 17:34 | Alex Neundorf | Note Added: 0033246 | |
| 2013-06-10 07:52 | Stefan Groißmeier | File Added: cmakeBug0014204Example.tar.gz | |
| 2013-06-10 07:53 | Stefan Groißmeier | Note Added: 0033264 | |
| 2013-06-12 05:24 | Alex Neundorf | Relationship added | related to 0014204 |
| 2013-06-12 05:29 | Alex Neundorf | Note Added: 0033277 | |
| 2013-06-12 05:29 | Alex Neundorf | Status | assigned => closed |
| 2013-06-12 05:29 | Alex Neundorf | Resolution | open => fixed |
|
Notes |
|
|
(0033243)
|
|
Stefan Groißmeier
|
|
2013-06-05 08:34
|
|
the folder in the include directory (.svn for example)
is resulting in a <link> element with <type>1</type> that should be <type>2</type> |
|
|
|
(0033246)
|
|
Alex Neundorf
|
|
2013-06-05 17:34
|
|
Can you attach a sample CMakeLists.txt, which produces that problem ?
IOW, what do you do with the results of that glob ? |
|
|
|
(0033264)
|
|
Stefan Groißmeier
|
|
2013-06-10 07:53
|
|
|
|
|
(0033277)
|
|
Alex Neundorf
|
|
2013-06-12 05:29
|
|
Fixed and merged into next, same as 0012204.
CMake now checks whether the file is actually a file or a directory, and skips directories.
|
|