Re: XML-RPC interface
Maciej Zawadzki <[email protected]> Wed, 19 Feb 2003 15:24:36 -0500
| Newsgroups | gmane.comp.java.anthill.devel |
|---|---|
| Message-ID | <[email protected]> |
Jim, Anthill Pro has the concept of event listeners that can do whatever you want (you can write your own event listeners) in response to a build. That is how the email notification is implemented in Anthill Pro. So you could write an XML-RPC event listener, etc. We can also implement event listeners in Anthill OS. I think that the event listener approach offers the flexibility and extensibility that you are talking about here. --Maciej Jim Ray wrote: > Has there ever been any thought given to implementing the e-mail > notifications like the adapters? > > One reason I ask is that I would like to post successful build results to a > blog. The current approach I intend to take is to write a .procmail script > that parses the e-mail for all the relevant info and then post to the blog > basically all the same e-mail for release builds only. > > I just thought if we could make adapters for notification just like we have > adapters for repositories and version it would be nice. > > Plus if there was a listening xml-rpc interface you could do some neat > tricks with builds across multiple machines. > > Jim