Git Product home page Git Product logo

growlbuildlistener's Introduction

Introduction

This package contains a custom BuildListener and Task that display messages via Growl.

Prerequisites

Details

Setting things up in Mac OS with Growl

  • Make sure the following settings are enabled in Growl's Network preferences:
    • "Listen for incoming notifications"
  • You need to add the following jars to $ANT_HOME/lib: growllistener.jar, libgrowl.jar

Using the Growl BuildListener

  • To make ant use the new listener, invoke ant like this:
    • ant -listener net.slimeslurp.growl.GrowlListener
    • You could also add "-listener net.slimeslurp.growl.GrowlListener" to your ANT_ARGS environment variable
  • If you set a property called {{{ gbl.endsticky }}} in your build file, the Build Finished notification will be "sticky"

Using the GrowlEcho task

  • Add a taskdef to your build like this:

    <taskdef name="growl" classname="net.slimeslurp.growl.GrowlEcho"/>

  • Use the task like this:

    <growl message="The message"/>

  • GrowlEcho now support accepts a sticky attribute which, when set, will cause the notification to be "sticky"

Changing the growl host

By default, growl messages are sent to localhost. You can tweak this by adding "-Dgbl.host=<some_ip>" to your ANT_OPTS environment variable. You can also specify the growl password via ANT_OPTS using the gbl.passwd property.

growlbuildlistener's People

Contributors

ndrake avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.