Bug 461648

Summary: Autotools configuration is ignored when eclipse is restarted
Product: [Fedora] Fedora Reporter: Jeff Johnston <jjohnstn>
Component: eclipse-cdtAssignee: Jeff Johnston <jjohnstn>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-09-12 20:15:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jeff Johnston 2008-09-09 17:54:31 UTC
Description of problem:

If the user sets a particular configuration where the build directory is specified other than the default, a build will work fine.  If eclipse is shutdown and restarted, the build directory is defaulted to "build" instead of the existing configuration.  This did not occur prior to CDT 5.0.0.

Version-Release number of selected component (if applicable):

eclipse-cdt-5.0.0-5

How reproducible:

Open Project->Properties->C/C++ Build->Settings->Tools Settings

Alter the build directory and even specify some configuration parameters.  Perform a project build then shutdown Eclipse.  Restart Eclipse and then
try and do a project build.  The build will try and use "build" and won't remember the additional configuration parameters you specified.

Comment 1 Jeff Johnston 2008-09-12 20:15:36 UTC
It appears that the workspace got corrupted when a project Refresh was forcefully quit by killing the process.  A fresh checkout of the C/C++ project does not exhibit the problem.