osx - ANT build.xml on Sublime Text -
the guys i'm working use eclipse ide , i'm using sublime. don't want ditch because works well.
they have build script @ root of project under build dir contains build.xml file.
sublime looking @ project root build.xml failing, how change it's looking?
you can either change default ant.sublime-build or make copy of , set new file default "build system". can change "working_dir" or change cmd like
"cmd": ["ant", "-f", "/path_to/build.xml"]
or both.
on osx it's in ~/library/application support/sublime text 2/packages/java
Comments
Post a Comment