Skip to content

kenguest/Phing-NotifySendTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Phing-NotifySendTask

enable phing to send desktop notifications via notify-send

How to use it

Copy the php file to whereever you need it.

Declare it in your build.xml, with either: <taskdef name="notifysend" classname="phing.tasks.ext.NotifySendTask"/> or <taskdef name="notifysend" classname="tasks.NotifySendTask"/>

Depending on where you've put the file.

At it's very simplest, use it like this: <notifysend title='Deploy Script' msg='Database migrated' />

An icon can be specified, if you wish.

About

enable phing to send desktop notifications via notify-send

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages