I am talking devenv command line. The reason is that inter project dependencies and the different compilers involved are taken care of, including Fujitsu's Cobol compiler. In other words, some of our solutions involve Cobol projects that are dependant on VB projects, etc.
I would have thought that the <solution> tag and <project> tag would have transparently used the VS.NET CLI... I see now that they don't and that the process was rebuilt from scratch for VB and C# projects. Now, Fujitsu NETCobol is only available on the Windows platform... and NANT is multi-platform. Implementing a new task for the compiler is one thing, but I would also like to see the Solution and Project tasks handling the compiler as well... Is this something that make sense? Regards JFG -----Original Message----- From: Ian MacLean [mailto:[EMAIL PROTECTED] Sent: Thursday, April 15, 2004 8:36 AM To: Jean-Francois Gagnon Cc: [EMAIL PROTECTED] Subject: Re: [Nant-users] NANT and VS.NET CLI Sure - I know what CLI means. What wasn't clear was your meaning of vs.net CLI. Do you mean calling vs.net itself via devenv.exe or do you mean calling the individual compiler executables ( csc.exe etc ). At a bare minimum you could use the exec task to call either devenv or the cobol command line compiler. For tighter integration you would need to implement a custom task to wrap the compiler. That isn't so hard to and there are plenty of examples in the nant code base if you decide to take that route. Ian Jean-Francois Gagnon wrote: >CLI stands for Command Line Interface > >Yes, we are talking Fujitsu Cobol. > >Regards > >JFG > >-----Original Message----- >From: Ian MacLean [mailto:[EMAIL PROTECTED] >Sent: Wednesday, April 14, 2004 6:51 PM >To: Jean-Francois Gagnon >Cc: [EMAIL PROTECTED] >Subject: Re: [Nant-users] NANT and VS.NET CLI > >Well VS.net only handles it because of the cobol language plugin ( its >by fujitsu isn't it ? ). Nant also requires some work - a cobol compiler >task to support cobol. >I'm not sure what you mean by vs.net CLI. You can call devenv.com with >the exec task if you need to. > >Ian > >Jean-Francois Gagnon wrote: > > > >>Hi, >> >> >>Is NANT rigged to invoke the VS.NET CLI transparently? >> >> >> >>I am asking this because here we are using a COBOL Compiler (don't laugh) >>that VS.NET handles, but NANT does not (at least directly). >> >> >> >>Regards >> >> >> >>JFG >> >> >> >> >> >> > > > > -- Ian MacLean, Developer, ActiveState, a division of Sophos http://www.ActiveState.com ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users