Skip to content

Instantly share code, notes, and snippets.

@d1rtym0nk3y
Created February 7, 2012 14:16
Show Gist options
  • Save d1rtym0nk3y/1759886 to your computer and use it in GitHub Desktop.
Save d1rtym0nk3y/1759886 to your computer and use it in GitHub Desktop.
SublimeText2 Ant build config
// 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