osx - ANT build script not working in Sublime Text 3 on Mac using El Capitan -


i'm using ant build script i've used in previous versions of osx. since upgrading el capitan i've been getting following error displayed in sublime console. java_home exist, reason sublime , sublime has issue using it:

error: java_home not defined correctly.   cannot execute java [finished in 0.0s exit code 1] 

running same ant build script terminal window works fine. wondering if knew why sublime having issue finding java_home

build script i'm attempting run:

"cmd" : ["ant", "-buildfile", "${project_path}/ant/build/ant_build.xml", "build-and-copy-to-deploy-debug"], "osx": {     "path": "/usr/local/bin" } 

thanks!


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -