grib2json icon indicating copy to clipboard operation
grib2json copied to clipboard

Problems with grib2json.cmd on Mac OSX

Open everitmatt opened this issue 9 years ago • 1 comments

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.

everitmatt avatar Nov 11 '15 22:11 everitmatt

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

2015/11/12 7:24$B!"(Beveritmatt [email protected] $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.

cambecc avatar Nov 12 '15 01:11 cambecc