shindig/pom.xml now seems to have a hard dependency on maven 2.0.8, I found this out being a naive java user as I am and just downloading the latest mvn (2.0.9) which subsequently caused the build to complain that it needs *exactly* 2.0.8 :)
Is there a sane reason for this, does 2.0.9 cause breakage? Or is it a simple case of replacing 'equals 2.0.8' to 'equal or greater then 2.0.8' ? -- Chris On Tue, Jan 20, 2009 at 7:18 PM, Vincent Siveton <[email protected]>wrote: > Hi Ian, > > 2009/1/19, Ian Boston <[email protected]>: > > Hmm, further problems, so I have put the original build back to its old > > state and set up a new build > > http://hudson.zones.apache.org/hudson/job/Shindig%20Assembly/ > > Thanks Ian for your effort > > > > The Assembly output does not a the moment include javadoc jars. > > > > you will find the latest packaged build output here > > > http://hudson.zones.apache.org/hudson/job/Shindig%20Assembly/ws/trunk/assembly/target/ > > Here the unauthenticated link > > http://hudson.zones.apache.org/hudson/job/Shindig%20Assembly/lastBuild/org.apache.shindig$shindig/ > > Cheers, > > Vincent >

