There may be some useful information regarding Ant and NAnt
integration here: http://stefanbodewig.blogger.de/search?q=nant
I don't have any experience with ClearCase but in the worst
case you could use the exec task to get the latest sources fom
ClearCase.
If you're planning on building a Continous Integration
environment, then I think CruiseControl.NET has ClearCase
support.
From: Ankita Kapadia [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 14, 2004 10:16 AM
To: Michael Joseph; [EMAIL PROTECTED]
Subject: RE: [Nant-users] RE: nant clearcase tasksThanks for the information.But without updating the clearcase viewI cannot build it. oris it necessary to use a Dynamic viewin clearcase for this purpose?Does <solution> in any manner take care of thisor do I need to integrate Ant and Nant for thisHow feasible is this ?-----Original Message-----
From: Michael Joseph [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 14, 2004 1:00 PM
To: Ankita Kapadia
Subject: RE: [Nant-users] RE: nant clearcase tasksHi Ankita,1) There doesn't appear to be any ClearCase support in either NAnt or NAnt-Contrib.2) NAnt has a <solution> task that will figure out the project dependencies and generally do the right thing: http://nant.sourceforge.net/help/tasks/solution.htmlhope that helpsmichael
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ankita Kapadia
Sent: Tuesday, September 14, 2004 8:55 AM
To: [EMAIL PROTECTED]
Subject: [Nant-users] RE: nant clearcase tasksI need to use Nant to automate the daily build.1) Is there any predefined Clearcase task in Nant just like "ccupdate" in ant ?
2) My project .sln file contains 8 different projectsThere is a one.csproj file for each project,
So I have 8 .csproj files.Can I use them directly to make a build thru Nant
I mean can I do the "csc" for all files in this projects
in one go ?
Please let me know asap ,
Thanks in advance,
[EMAIL PROTECTED]
Ankita
This email is sent subject to a disclaimer available at
http://www.jamwarehouse.com/about_us/EmailDisclaimer/