View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014204CMakeCMakepublic2013-06-05 08:152013-06-12 05:24
ReporterStefan Groißmeier 
Assigned ToAlex Neundorf 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformLinuxOSDebianOS VersionWheezy 64-bit
Product VersionCMake 2.8.11 
Target VersionFixed in Version 
Summary0014204: Eclipse Generator creates corrupt project files
Descriptionafter opening the project file in the build directory, eclipse shows errormessages and stops to import the project.
Steps To Reproducea line like
ADD_LIBRARY(freetype STATIC "")
produces the error, while
ADD_LIBRARY(freetype STATIC )
seems to do the same thing without error
Additional InformationCMake 2.8.1 is generating a correct eclipse project file, while 2.8.7 and 2.8.11 and probably other versions are not.
TagsNo tags attached.
Attached Files

 Relationships
related to 0014205closedAlex Neundorf Eclipse Generator creates corrupt project files after file(GLOB GLOBAL_HDR ../include/*) 

  Notes
(0033241)
Stefan Groißmeier (reporter)
2013-06-05 08:17
edited on: 2013-06-05 08:18

I think empty commands like this with empty strings should never be given to the generator instances.

(0033242)
Stefan Groißmeier (reporter)
2013-06-05 08:20

the error in the project file is the entry that is found by searching freetype//freetype
(0033276)
Alex Neundorf (developer)
2013-06-12 05:24

Fixed and merged into next, should be in 2.8.12.
cmake now checks whether the file is actually a file or not. Here it resulted in an empty filename, which left only the parent directory.

 Issue History
Date Modified Username Field Change
2013-06-05 08:15 Stefan Groißmeier New Issue
2013-06-05 08:17 Stefan Groißmeier Note Added: 0033241
2013-06-05 08:18 Stefan Groißmeier Note Edited: 0033241
2013-06-05 08:20 Stefan Groißmeier Note Added: 0033242
2013-06-05 17:33 Alex Neundorf Assigned To => Alex Neundorf
2013-06-05 17:33 Alex Neundorf Status new => assigned
2013-06-12 05:24 Alex Neundorf Note Added: 0033276
2013-06-12 05:24 Alex Neundorf Status assigned => closed
2013-06-12 05:24 Alex Neundorf Resolution open => fixed
2013-06-12 05:24 Alex Neundorf Steps to Reproduce Updated
2013-06-12 05:24 Alex Neundorf Relationship added related to 0014205


Copyright © 2000 - 2018 MantisBT Team