Bug 400072 - Make targets are invoked in wrong directories when using Rational Team Concert
Summary: Make targets are invoked in wrong directories when using Rational Team Concert
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 8.1.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-build-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-06 05:30 EST by Thomas Rauscher CLA
Modified: 2020-09-04 15:26 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Rauscher CLA 2013-02-06 05:30:34 EST
When using a project connected to a Rational Team Concert repository, clicking on a make target in a sub directory invokes the make command in some random place. Most time it invokes $(HOME)/Makefile if it exists, but sometimes it also starts the make command in an arbitrary directory.

Invoking a make target in the root folder of a project works as intended.

Also, if the project is disconnected from RTC, the make target view works as expected.

RTC installs its own EFS which has URIs like sourcecontrol://jazz/default/

This problem could be similar to these ones:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=378703 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=378882