I need to produce the following xml packet to post to hudson. The log xml item will essentially have lines of console output. Can anyone help with the ColdFusion/Java to correctly encode that item
<run>
<log encoding='hexBinary'>...hex binary encoded console output...</log>
<result>... integer indicating the error code. 0 is success and everything else is failure</result>
<duration>... milliseconds it took to execute this run ...</duration>
</run>