Zephyr Guo created SENTRY-1297:
----------------------------------
Summary: wget is not a default command on mac
Key: SENTRY-1297
URL: https://issues.apache.org/jira/browse/SENTRY-1297
Project: Sentry
Issue Type: Improvement
Components: Build
Affects Versions: 1.8.0
Reporter: Zephyr Guo
Priority: Minor
Fix For: 1.8.0
{code}
[INFO] --- maven-antrun-plugin:1.7:run (download-sqoop2) @ sentry-tests-sqoop
---
[INFO] Executing tasks
main:
[exec] + /bin/pwd
[exec] /Users/zephyrguo/data/project/sentry/sentry-tests/sentry-tests-sqoop
[exec] + BASE_DIR=./target
[exec] + DOWNLOAD_DIR=./thirdparty
[exec] + mkdir -p ./thirdparty
[exec] + download
https://repository.apache.org/content/repositories/snapshots/org/apache/sqoop/sqoop-server/2.0.0-SNAPSHOT/sqoop-server-2.0.0-20150530.005523-4.war
sqoop.war
[exec] +
url=https://repository.apache.org/content/repositories/snapshots/org/apache/sqoop/sqoop-server/2.0.0-SNAPSHOT/sqoop-server-2.0.0-20150530.005523-4.war
[exec] + packageName=sqoop.war
[exec] + [[ ! -f ./thirdparty/sqoop.war ]]
[exec] + wget --no-check-certificate -nv -O ./thirdparty/sqoop.war
https://repository.apache.org/content/repositories/snapshots/org/apache/sqoop/sqoop-server/2.0.0-SNAPSHOT/sqoop-server-2.0.0-20150530.005523-4.war
[exec] target/download.sh: line 11: wget: command not found
{code}
{{wget}} is not a default command on mac, but {{curl}} is.I use {{curl}} as
backup command.My purpose is to improve building on mac.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)