I'm curious as to why these arent considered "DotNetTasks" (like vbc and csc are) - I'm guessing your thinking was maybe because C++ compilers can generate managed and non-managed code? If so I agree with you, putting them in a separate .dll like you said makes sense. Also, there are at least 9 tasks in NAntContrib right now that are just plain wrappers for Microsoft.NET command-line tools (I still have around 7 left to do) - maybe we can talk in the future about moving these into the NAnt.DotNetTasks.dll as well to give users a full blown NAnt wrapper for the Microsoft.NET SDK when they reference that library.
Anyway thanks, I look forward to the availability of the tasks again when you get the VisualCpp stuff going. -Jayme ----- Original Message ----- From: "Gerry Shaw" <[EMAIL PROTECTED]> To: "'Jayme Edwards'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, August 19, 2002 7:26 PM Subject: RE: [nant-dev] cl task gone??? > This was intentional and an oversight :) I didn't want those tasks in > the core tasks but I didn't want to lose them either. There should be a > NAnt.VisualCppTasks project added with the cl, link and lib task. > > I'll add those on Tuesday. In the future I suspect these will live in > the NAntContrib project. > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Jayme > Edwards > Sent: August 19, 2002 4:38 PM > To: [EMAIL PROTECTED] > Subject: [nant-dev] cl task gone??? > > > Hello, > > I'm currently updating the build script for the VS.NET Addin for NAnt in > the NAntContrib project. First off, great job on the refactoring guys - > it looks really nice. There is one small issue I've ran into however, > the cl (class linker/C++ compiler) task is no longer available. Since I > need to compile a > C++ project into a .dll to provide resources for the Addin, I can't > C++ build > this anymore. Is this an oversight, or on purpose? If I'm missing > something I apologize - otherwise is there something I can do to help > get this added? > > Thanks, > -Jayme > > > > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of that same old cell > phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > _______________________________________________ > Nant-developers mailing list [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/nant-developers > ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
