Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 54697 invoked by uid 500); 19 Jun 2001 17:22:52 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 54660 invoked from network); 19 Jun 2001 17:22:51 -0000 Message-ID: <0CCDA0DA1D76D411869700D0B7B926DF05D4E00E@gandalf.genesyslab.com> From: Jeff Post To: "'ant-user@jakarta.apache.org'" Subject: RE: ClearCase. How used? Date: Tue, 19 Jun 2001 10:23:19 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N We use Ant to do two types of builds (daily and production). For daily builds I only need the special tasks which start a view, mount a vob, and set the config-spec. For production builds, I start with the above, then label our source files at the beginning of the build, then after I have compiled and jar'd the project, I either checkin a new version of the lib produced or create a new element if this was the first production build; lastly I label the lib's produced by the build. I'm sure that everyone doesn't need all this functionality, but I am working toward automated daily builds, and since this won't run on the developers machine, I can't be sure that vobs are mounted, views are started and the config-spec is set as needed. JP -----Original Message----- From: Suu Quan [mailto:squan@wwc.com] Sent: Monday, June 18, 2001 8:14 PM To: ant-user@jakarta.apache.org Subject: Re: ClearCase. How used? > I just finished designing our build system that has complete integration > with ClearCase. > > I wrote custom tasks to do labeling, mount a vob, start a view and set a > config spec, as well as my own versions of Checkin and Checkout. These tasks > are specific to our project structure in ClearCase, so they would need to be > modified for your use. Umm, I'm familiar with Clearcase, and builds. But I can't recall one single instance where I need to use Clearcase during a build. May be after, to checkin important derived objects. Would this forum "show me the light" please! Tia Suu