Created
February 7, 2012 14:16
-
-
Save d1rtym0nk3y/1759886 to your computer and use it in GitHub Desktop.
SublimeText2 Ant build config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
// save this as /Users/%user%/AppData/Roaming/Sublime Text 2/Packages/User/Ant.sublime-build | |
// on windows, or somewhere else on mac/linux | |
// make sure its "ant.bat" or it will moan about file not found | |
{ | |
"cmd": ["ant.bat", "-f", "build.xml", "-DBUILD_HOST=local", "main"], | |
"working_dir": "$project_path" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment