Skip to content

Commit

Permalink
Fix for #1387: absolute path for target directory
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-milles committed Sep 7, 2022
1 parent e65cefd commit eff8051
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public char[] getModuleName() {

// GROOVY add
public IPath getOutputLocation() {
return this.sourceLocation.getProjectRelativePath();
return this.sourceLocation.binaryFolder.getLocation();
}
// GROOVY end
}
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public char[] getModuleName() {

// GROOVY add
public IPath getOutputLocation() {
return this.sourceLocation.getProjectRelativePath();
return this.sourceLocation.binaryFolder.getLocation();
}
// GROOVY end
}
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public char[] getModuleName() {

// GROOVY add
public IPath getOutputLocation() {
return this.sourceLocation.getProjectRelativePath();
return this.sourceLocation.binaryFolder.getLocation();
}
// GROOVY end
}
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public char[] getModuleName() {

// GROOVY add
public IPath getOutputLocation() {
return this.sourceLocation.getProjectRelativePath();
return this.sourceLocation.binaryFolder.getLocation();
}
// GROOVY end
}
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public char[] getModuleName() {

// GROOVY add
public IPath getOutputLocation() {
return this.sourceLocation.getProjectRelativePath();
return this.sourceLocation.binaryFolder.getLocation();
}
// GROOVY end
}
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public char[] getModuleName() {

// GROOVY add
public IPath getOutputLocation() {
return this.sourceLocation.getProjectRelativePath();
return this.sourceLocation.binaryFolder.getLocation();
}
// GROOVY end
}
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public char[] getModuleName() {

// GROOVY add
public IPath getOutputLocation() {
return this.sourceLocation.getProjectRelativePath();
return this.sourceLocation.binaryFolder.getLocation();
}
// GROOVY end
}
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public char[] getModuleName() {

// GROOVY add
public IPath getOutputLocation() {
return this.sourceLocation.getProjectRelativePath();
return this.sourceLocation.binaryFolder.getLocation();
}
// GROOVY end
}
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public char[] getModuleName() {

// GROOVY add
public IPath getOutputLocation() {
return this.sourceLocation.getProjectRelativePath();
return this.sourceLocation.binaryFolder.getLocation();
}
// GROOVY end
}
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public char[] getModuleName() {

// GROOVY add
public IPath getOutputLocation() {
return this.sourceLocation.getProjectRelativePath();
return this.sourceLocation.binaryFolder.getLocation();
}
// GROOVY end
}
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public char[] getModuleName() {

// GROOVY add
public IPath getOutputLocation() {
return this.sourceLocation.getProjectRelativePath();
return this.sourceLocation.binaryFolder.getLocation();
}
// GROOVY end
}
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public char[] getModuleName() {

// GROOVY add
public IPath getOutputLocation() {
return this.sourceLocation.getProjectRelativePath();
return this.sourceLocation.binaryFolder.getLocation();
}
// GROOVY end
}
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public char[] getModuleName() {

// GROOVY add
public IPath getOutputLocation() {
return this.sourceLocation.getProjectRelativePath();
return this.sourceLocation.binaryFolder.getLocation();
}
// GROOVY end
}
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public char[] getModuleName() {

// GROOVY add
public IPath getOutputLocation() {
return this.sourceLocation.getProjectRelativePath();
return this.sourceLocation.binaryFolder.getLocation();
}
// GROOVY end
}
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public char[] getModuleName() {

// GROOVY add
public IPath getOutputLocation() {
return this.sourceLocation.getProjectRelativePath();
return this.sourceLocation.binaryFolder.getLocation();
}
// GROOVY end
}
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public char[] getModuleName() {

// GROOVY add
public IPath getOutputLocation() {
return this.sourceLocation.getProjectRelativePath();
return this.sourceLocation.binaryFolder.getLocation();
}
// GROOVY end
}
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public char[] getModuleName() {

// GROOVY add
public IPath getOutputLocation() {
return this.sourceLocation.getProjectRelativePath();
return this.sourceLocation.binaryFolder.getLocation();
}
// GROOVY end
}

0 comments on commit eff8051

Please sign in to comment.