You should adapt the XmlLogger [1]. Because you want to see the RSS feed
"just in time"
you have to use a trick from Log4J�s XMLAppender [2]: dont create a valid
XML :)
Create only the content, without the root tag. Then provide a static file
with that root tag
which includes the generated content via XML-include statement.


Jan


[1] http://ant.apache.org/manual/listeners.html#XmlLogger
[2]
http://logging.apache.org/log4j/docs/api/org/apache/log4j/xml/XMLLayout.html



> -----Urspr�ngliche Nachricht-----
> Von: Euan Guttridge [mailto:[EMAIL PROTECTED]
> Gesendet am: Mittwoch, 15. September 2004 11:08
> An: '[EMAIL PROTECTED]'
> Betreff: RSS feeds from build
> 
> Hi,
> 
> I would like to incorporate RSS feeds in each build. For 
> example developers
> should be able to see what stage (task) each build is at in 
> almost real-time
> by checking an RSS reader. It appears there has been some 
> work on this in
> 2003 but nothing implementable (by a mere sysadmin) produced.
> http://marc.theaimsgroup.com/?l=ant-user&m=106085924431880&w=2
> 
> Any suggestions appreciated.
> 
> Thanks
> Euan
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to