cambecc / grib2json

converts GRIB2 files to JSON
MIT License
351 stars 152 forks source link

Problems with grib2json.cmd on Mac OSX #13

Open everitmatt opened 8 years ago

everitmatt commented 8 years ago

Hi, I have got to the point where I am trying to launch the grib2json.cmd file. However I am getting this error.

/Users/matteveritt/Google Drive/grib2json-0.8.0-SNAPSHOT/bin/grib2json.cmd: line 1: @echo: command not found
/Users/matteveritt/Google Drive/grib2json-0.8.0-SNAPSHOT/bin/grib2json.cmd: line 3: syntax error near unexpected token `"delims=X"'
/Users/matteveritt/Google Drive/grib2json-0.8.0-SNAPSHOT/bin/grib2json.cmd: line 3: `for /f "delims=X" %%i in ('dir /b %LIB_DIR%\grib2json-*.jar') do set LAUNCH_JAR=%LIB_DIR%\%%i'

I am running OSX El Capitan.

cambecc commented 8 years ago

.cmd is for Windows. The other script is for unix/mac

2015/11/12 7:24$B!"(Beveritmatt notifications@github.com $B$N%a%C%;!<%8(B:

Hi, I have got to the point where I am trying to launch the grib2json.cmd file. However I am getting this error.

/Users/matteveritt/Google Drive/grib2json-0.8.0-SNAPSHOT/bin/grib2json.cmd: line 1: @echo: command not found /Users/matteveritt/Google Drive/grib2json-0.8.0-SNAPSHOT/bin/grib2json.cmd: line 3: syntax error near unexpected token "delims=X"' /Users/matteveritt/Google Drive/grib2json-0.8.0-SNAPSHOT/bin/grib2json.cmd: line 3:for /f "delims=X" %%i in ('dir /b %LIB_DIR%\grib2json-*.jar') do set LAUNCH_JAR=%LIB_DIR%\%%i' I am running OSX El Capitan.

$B!=(B Reply to this email directly or view it on GitHub.