Re: [opennms-devel] Build Failure

2012-03-06 Thread Seth Leger
I can't reproduce this on master. Please check for changes to the files in your git sandbox by using "git status". -- Seth On 03/04/2012 01:22 PM, Seth Leger wrote: > Which branch are you on? 1.8, 1.10, or master? If you are on master, do > a "git pull" and see if more recent changes resolve the

Re: [opennms-devel] Auto-notification change

2012-03-06 Thread Ruuska, Ryan
I found the following piece in JavaMailNotificationStrategy.java. I'm thinking it would be enough to take the arg.getValue statement within the PARAM_SUBJECT area, and do some sort of regex to check if "RESOLVED:" exists, and if so then remove it and replace "DOWN" with "UP". I'd like to get s