PhilMurwin / growl-for-windows

Automatically exported from code.google.com/p/growl-for-windows
0 stars 0 forks source link

Add option to filter only failed builds in Visual Studio Add-In #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to be notified as soon as a project build fails but ignore 
successes.

I have attached a patch that adds options to notify on project and solution 
success and failure.

Original issue reported on code.google.com by Graham.A...@gmail.com on 31 Mar 2010 at 7:32

Attachments:

GoogleCodeExporter commented 9 years ago
thanks for the patch. i will get it merged into the VS addin quickly.

Original comment by briandun...@gmail.com on 2 Apr 2010 at 12:40

GoogleCodeExporter commented 9 years ago
sorry i took so long to get around to this. i applied the patch, but then the 
solution would not build - the changes to the Connect.cs file were not included 
in the patch for some reason.

however, i went ahead and updated the add-in anyway. from within VS, you still 
only have the options for 'notify for all projects' or 'notify for solution 
only', but the addin registers separate notification types for each of the 
following in Growl:

- solution succeeded
- solution failed
- project succeeded
- project failed

that way, you can enable/disable them from within Growl as well, as well as set 
different displays, forwarding, etc. more info can be found here: 
http://groups.google.com/group/growl-for-windows/browse_thread/thread/1e06d69505
338ee9

let me know if that works for you. thanks for taking the time to develop this 
enhancement and submit the patch - it is much appreciated.

Original comment by briandun...@gmail.com on 27 Aug 2010 at 6:07