getgauge-contrib / gauge-go

Go language plugin for Gauge
GNU General Public License v3.0
71 stars 21 forks source link

vendoring to avoid extra go gets #12

Open ghost opened 7 years ago

ghost commented 7 years ago

Interesting project.

i was just trying this out and hit this on a clean env, and thought it might be worth telling you.

make run
gauge run specs/
../../../../../getgauge/common/common.go:38:2: cannot find package "github.com/dmotylev/goproperties" in any of:
        /usr/local/opt/go/libexec/src/github.com/dmotylev/goproperties (from $GOROOT)
        /Users/apple/workspace/go/src/github.com/dmotylev/goproperties (from $GOPATH)
Failed to build project: Build failed: exit status 1

Killing go runner.

Steps to reproduce from a Makefile, assuming clean env.

dep:

    # get guage
    brew update
    brew install gauge

    # get plugins
    gauge --install go

init:

    # in the project..
    gauge --init go

run:

    # run tests
    gauge run specs/

clean:

    # laters...
manuviswam commented 7 years ago

thank you for reporting. working on the issue

apoorvam commented 7 years ago

@gedw99 Is your project directory in GOPATH?

ghost commented 7 years ago

yep in gopath..

On Sun, 10 Sep 2017 at 16:22 Apoorva M notifications@github.com wrote:

@gedw99 https://github.com/gedw99 Is your project directory in GOPATH?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/getgauge-contrib/gauge-go/issues/12#issuecomment-328345805, or mute the thread https://github.com/notifications/unsubscribe-auth/ATuCwluhKeXBHo5nHodM3Hx69bh8eeDOks5sg_C6gaJpZM4PF2RS .