Compile using ant instead of make (faster, but no error display)

Property definitions

nitc :: java_compiler $ ToolContext :: opt_ant
	# Compile using ant instead of make (faster, but no error display)
	var opt_ant = new OptionBool("Batch with ant (faster, but no error display)", "--ant")
src/compiler/java_compiler.nit:39,2--40,87