/ant-growlnotify

Listens to Ant build events and send them to Growl. A modified version of the ant-growlnotify listener found here: http://code.google.com/p/ant-growlnotify/

Primary LanguageJavaApache License 2.0Apache-2.0

#summary How to use

= Introduction =

= Prerequisites =

  * The ant-growllistener jar
  * Growl (http://growl.info)

= Details =

== Installation ==

  * Put ant-growllistener.jar into Ant's lib directory or $HOME/.ant/lib

== Using the Ant Growl Notifier ==

  * To make ant use the new listener, invoke ant like this:
    * ant -listener com.google.code.ant.growlnotify.GrowlListener
    * You could also add "-listener com.google.code.ant.growlnotify.GrowlListener" to your ANT_ARGS environment variable