Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 357231

Summary: Build Console, log file location, support for variables
Product: [Tools] CDT Reporter: Daniel Calcoen <daniel.calcoen>
Component: cdt-buildAssignee: cdt-build-inbox <cdt-build-inbox>
Status: NEW --- QA Contact: Jonah Graham <jonah>
Severity: enhancement    
Priority: P3 CC: cdtdoug, yevshif
Version: 8.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Daniel Calcoen CLA 2011-09-09 09:17:29 EDT
The projects properties dialog has under C/C++ build
the feature logging

filling a correct filename in "log file location" and enabling build logging works great!

but...
Could this "log file location" be enhanced to support variables?

(variables from workspace or environment, like Build directory, build location of C/C++ build dialog)


We are a team working in the same project using external building (via makefiles and sh scripts).
The source files are located outside the eclipse workspace (virtual folders and linked files, versioned by egit). So the multiprojects "root" can be placed anywhere and updating our eclipse variable for the project path is enough. For the compiler files is the same.
But the log file generated by the console, that we parse with our scripts has a  "absolute fixed" path as the dialog does not support "variables"