Kenneth N. Flaxman wrote:
I've been lurking for a while.

Good to see you de-lurking. Welcome.

I just svn'd the latest forrest2
To get the whiteboard to build,  I changed  line 31 in ivy.xml from

<dependency org="apache" name="commons-logging" rev="latest.release"/>
               <dependency org="apache" name="commons-logging" rev="1.1"/>

I've noticed this "quirk" on one of my other projects too. "latest.release" is supposed to be, well the latest release that can be found. In this case it should be 1.1.

I must be doing something wrong (I'm pretty new to Ivy).

Anyway, I've made the change you suggest - thanks for the pointer.

Ross