Re: [Nant-users] Problem in Building using Cl Task

2005-11-28 Thread Ian MacLean
Hi Lekha, Unfortunately the cl task will not work on linux as it wraps cl.exe - the microsoft c/c++ compiler. If someone were to implement a task that supported gcc command line options that would be good. Alternatively you could try using the task to call gcc directly. Ian Lavanya Pattela

RE: [Nant-users] Re: [nant-dev] Help required regarding getting files from SCM(Rational ClearCase)

2005-11-28 Thread Bill Martin
Gary is right here. You don't "get" files from ClearCase as you would with SourceSafe or PVCS. Instead they are managed through Views. If you use the UCM model, then the content of the view is managed by the delivery model between streams, if you don't, then the view content is managed by the Co

[Nant-users] Re: [nant-dev] Help required regarding getting files from SCM(Rational ClearCase)

2005-11-28 Thread Gary Feldman
Ponvannan P wrote: I am working on .Net Framework 2.0 , Rational ClearCase( ) as SCM tool, Nant 0.85 rc3 as build tool and Nunit2.2 as Unit Test Tool. My problem is i need to get the latest files from ClearCase depending on any of the following a)LatestFiels b)label c)versionnumber. usin