Bootstrapping a build with clearcase

2005-02-10 Thread James.Shute
I have a custom goal for doing a gold build, part of which refreshes the clearcase view it's being built from. The problem I have is that if that update includes a change to the project.xml, in particular the version contained in it then the build is done using the old verson number. This isn't a

RE: Bootstrapping a build with clearcase

2005-02-14 Thread James.Shute
I'm using CruiseControl 2.1.6 and it all seems to work out of the box quite nicely. I've got a custom JSL for using with the Maven CruiseControl plugin with this in it:

LATEST / RELEASE dependency version

2009-09-22 Thread james.shute
Looking in the Sonatype Maven book I see mention of the ability to specify the version of a dependency as LATEST or RELEASE (http://www.sonatype.com/books/maven-book/reference/pom-relationships-se ct-pom-syntax.html , 9.3.1.3) However when I try this (I'm using 2.0.9 and Nexus) it doesn't seem

RE: LATEST / RELEASE dependency version

2009-09-23 Thread james.shute
Thanks Stephen, that's very helpful - hadn't appreciated the subtle difference that LATEST was not necessarily LARGEST. Will take a good look at ranges then - thanks -Original Message- From: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] Sent: 22 September 2009 20:31 To: Mav