lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

Ant.sublime-build (218B)


      1 {
      2 	"cmd": ["ant"],
      3 	"file_regex": "^ *\\[javac\\] (.+):([0-9]+):() (.*)$",
      4 	"working_dir": "${project_path:${folder}}",
      5 	"selector": "source.java",
      6 	"keyfiles": ["build.xml"],
      7 
      8 	"windows":
      9 	{
     10 		"cmd": ["ant.bat"]
     11 	}
     12 }