[opennms-devel] OpenNMS 1.6 Build Failure

2008-10-31 Thread Alex Bennee
Hi, I'm trying to build the latest 1.6 branch but getting this failure which I don't really understand: [INFO] [assembly:directory-inline] [INFO] [ERROR] BUILD ERROR [INFO]

Re: [opennms-devel] OpenNMS 1.6 Build Failure

2008-10-31 Thread Jeff Gehlbach
On Oct 31, 2008, at 7:44 AM, Alex Bennee wrote: I'm trying to build the latest 1.6 branch but getting this failure which I don't really understand: 1.6-testing I guess you mean? Try updating and cleaning, I had no problems building this branch last night and the only checkin since then

[opennms-devel] Fetching an Event in a NotificationStrategy

2008-10-31 Thread Levin, Gary Marc
I need to fetch the Event that triggered a Notification. I have written an implementation of NotificationStrategy, which is correctly invoked by notifd. The notification places the eventId into the text message, which is included in the list of arguments passed to NotificationStrategy.send(). I