mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
bug 294878: JUnit failure: managedbuilder BuildDescriptionModelTests.testDesTestgnu21_exe
This commit is contained in:
parent
b15a7b94dd
commit
f1173ce9a8
1 changed files with 2 additions and 2 deletions
|
@ -1375,7 +1375,7 @@ public class BuildDescription implements IBuildDescription {
|
|||
|
||||
BuildIOType buildArg = action.createIOType(false, true, null);
|
||||
|
||||
BuildResource outRc = createResource(outLocation, getURIForFullPath(outFullPath));
|
||||
BuildResource outRc = createResource(outFullPath, getURIForFullPath(outLocation));
|
||||
buildArg.addResource(outRc);
|
||||
}
|
||||
|
||||
|
@ -1936,7 +1936,7 @@ public class BuildDescription implements IBuildDescription {
|
|||
}
|
||||
|
||||
public BuildResource createResource(IPath projPath){
|
||||
return createResource(projPath, createProjectRelativeURI(projPath));
|
||||
return createResource(fProject.getFullPath().append(projPath), createProjectRelativeURI(projPath));
|
||||
}
|
||||
|
||||
private URI createProjectRelativeURI(IPath projPath) {
|
||||
|
|
Loading…
Add table
Reference in a new issue