Skip to content

Instantly share code, notes, and snippets.

@gigafied
Created May 15, 2012 00:48
Show Gist options
  • Save gigafied/2698312 to your computer and use it in GitHub Desktop.
Save gigafied/2698312 to your computer and use it in GitHub Desktop.
{
"cmd": ["ant", "-f", "build.xml"],
"file_regex": "^ *\\[javac\\] (.+):([0-9]+):() (.*)$",
"working_dir": "${project_path:${folder}}/.ant",
"selector": "source.java",
"windows":
{
"cmd": ["ant.bat"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment