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

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

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

asp.net mvc - breakpoint on javascript in CSHTML? -