This post originated from an RSS feed registered with Java Buzz
by Simon Brown.
Original Post: Getting ClearCase modification sets to work with CruiseControl
Feed Title: Simon Brown's weblog
Feed URL: http://www.simongbrown.com/blog/feed.xml?flavor=rss20&category=java
Feed Description: My thoughts on Java, software development and technology.
Having just spent longer than strictly necessary trying to figure out how to set up a ClearCase modification set with CruiseControl, I thought that I would write it up for future reference. In my CruiseControl config.xml file I was using the following to specify the location of my local snapshot view.
However, upon running CruiseControl I was getting the following error, with little explanation and few results in Google.
cleartool: Error: Not an object in a vob: "."
After some trial and error, I figured out that I wasn't including the name of the VOB in the view path. My modification set configuration is now as follows.
It was a silly oversight, made worse by the lack of good documentation on CruiseControl and ClearCase. Hopefully this will help somebody in the future.