The Artima Developer Community
Sponsored Link

Java Buzz Forum
Getting ClearCase modification sets to work with CruiseControl

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Simon Brown

Posts: 636
Nickname: simonbrown
Registered: Jun, 2003

Simon Brown is a Java developer, architect and author.
Getting ClearCase modification sets to work with CruiseControl Posted: Sep 23, 2004 5:47 AM
Reply to this message Reply

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.
Latest Java Buzz Posts
Latest Java Buzz Posts by Simon Brown
Latest Posts From Simon Brown's weblog

Advertisement

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.

  <clearcase branch="main" viewpath="C:/views/some_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.
  <clearcase branch="main" viewpath="C:/views/some_view/NAME_OF_VOB" />

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.

Read: Getting ClearCase modification sets to work with CruiseControl

Topic: TV: Animax - What I enjoy watching: Newbie guide to Animax Previous Topic   Next Topic Topic: An interview with Jonathan Schwartz

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use