You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.
If you modify a project's Go settings and add a path element with an embedded Eclipse path variable such as ${PROJECT_LOC}, the values passed to go should be fully resolved but they aren't:
************ Building Go project: cgp.common.lib.go.mgmt ************
with GOPATH: ${PROJECT_LOC}/target/generated-sources/swagger;C:\Users\amarcinkowski\repositories\cgp\common\lib\src\go\mgmt
Running: C:\Go\bin\go.exe install -v -gcflags "-N -l" main/go go: GOPATH entry is relative; must be absolute path: "${PROJECT_LOC}/target/generated-sources/swagger".
Run 'go help gopath' for usage.
^^^ Terminated, exit code: 2 ^^^
************ Build terminated. ************
The text was updated successfully, but these errors were encountered:
If you modify a project's Go settings and add a path element with an embedded Eclipse path variable such as ${PROJECT_LOC}, the values passed to go should be fully resolved but they aren't:
************ Building Go project: cgp.common.lib.go.mgmt ************
with GOPATH: ${PROJECT_LOC}/target/generated-sources/swagger;C:\Users\amarcinkowski\repositories\cgp\common\lib\src\go\mgmt
The text was updated successfully, but these errors were encountered: