Skip to content

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/

License

Notifications You must be signed in to change notification settings

cyu/ant-growlnotify

Repository files navigation

#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

About

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/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages