XML-RPC interface

Jim Ray <[email protected]> Wed, 19 Feb 2003 12:27:04 -0700
Newsgroups gmane.comp.java.anthill.devel
Message-ID <[email protected]>
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