stack created HTRACE-255:
----------------------------
Summary: Failed finding GODEPs on mac os x
Key: HTRACE-255
URL: https://issues.apache.org/jira/browse/HTRACE-255
Project: HTrace
Issue Type: Bug
Reporter: stack
Assignee: Colin Patrick McCabe
Ran into this building on mac os x:
{code}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-antrun-plugin:1.7:run (go_compile) on project
htrace-htraced: An Ant BuildException has occured: exec returned: 1
[ERROR] around Ant part ...<exec
dir="/Users/stack/checkouts/incubator-htrace/htrace-htraced//go/"
executable="./gobuild.sh" failonerror="true">... @ 4:120 in
/Users/stack/checkouts/incubator-htrace/htrace-htraced/target/antrun/build-main.xml
{code}
Running gobuild.sh it spewed below (with +x)
{code}
godep: open Godeps/Godeps.json: no such file or directory
+ die 'failed to set up dependencies'
+ echo failed to set up dependencies
failed to set up dependencies
+ exit 1
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)