[Nant-users] NAnt csc task does not generate the xml documentation file...

2003-07-16 Thread Ballal, Pradeep(STP)
Hi,   I am beginning to use NAnt, and the csc task does not generate the xml documentaion file. I have included the following attributes witht he csc task   ...   the ndoc task is failing becuase it does not find the BANC.Infrastructure.Controller.xml file...that the compiler is expected t

Re: [Nant-users] NantContrib CVS build problem

2003-07-16 Thread N. V.
Craig, that's because if you don't already have a NAnt version under NAntRelease the NAntContrib build file will get the NAnt nughtly build of the 2003-04-24, and in this version the NAnt namespaces aren't updated. If you place a more recent version of NAnt under NAntRelease you should be able

[Nant-users] NantContrib CVS build problem

2003-07-16 Thread Craig Neuwirt
Forgive me if this is an ignorant question, but I build nantcontrib from CVS source. When I execute the command NAntRelease/bin/nant.exe -f:NAntContrib.build, I am getting numerous build errors suchs as The type or namespace name 'Core' does not exist in the class or namespace 'NAnt'. This ind

RE: [Nant-users] Building Deployment Projects in NAnt

2003-07-16 Thread Williams, Kevin
VS.NET has command-line options. If you enter "devenv.exe /?" from a command prompt, you'll get a listing of all the options and how to use them. -Original Message- From: MANOS, Ashley [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 1:20 AM To: '[EMAIL PROTECTED]' Subject: [Nant-use

Re: [Nant-users] nant-0.8.3 install problem

2003-07-16 Thread [EMAIL PROTECTED]
Eric, There are known issues in 0.8.3 RC1 with regards to support for the .NET Framework 1.0. These will be fixed by an upcoming 0.8.3 RC1a, which should be available shortly. Gert Eric Fetzer <[EMAIL PROTECTED]> wrote: > >I am having a probl

[Nant-users] nant-0.8.3 install problem

2003-07-16 Thread Eric Fetzer
I am having a problem installing nant-0.8.3-rc1. I downloaded and extracted to the C:\nant-0.8.3-rc1\ folder. I added the bin folder to my path.  I go to the nant base folder and enter the command bin\nant. A window is launched entitled ".NET Framework Initialization Error" with the error message

[Nant-users] Building Deployment Projects in NAnt

2003-07-16 Thread MANOS, Ashley
Hi Apologies if this has been discussed before, but is it possible to build a deployment project using NAnt? (that is, is it possible to create a .msi file?). If so, what would the build script look like?Along similar lines, does anyone know what command-line instruction is generated by VS .NET w

RE: [Nant-users] VSSGET

2003-07-16 Thread Peter Lanoie
I believe that there are some shortfalls to the NAnt task for VSS operations, but not at the fault of NAnt.  I think the sourcesafe COM DLL that NAnt uses for VSS operations is limited (though it would seem not, cause I would think that that's what VSS explorer uses).  Perhaps I'm just missi