[Nant-users] RE: nunit2 error in build

2005-01-06 Thread Gert Driesen
Title: nunit2 error in build Dave,   First of all, the name of that element in the element is not . I know this is misleading, but is the name you should use if you want to define a global set of assemblies, while the name of that element in a certain task can change for each task.  In ta

Re: [Nant-users] Trouble compiling a project with a web reference

2005-01-06 Thread Ian MacLean
Butler, Mark A Mr IPI Gramm Tech wrote: I don’t know what the problem is but I think it has something to do how I’m setting up the CSC task. Below is a subset of the file list that’s in the project file. I know to put the ones with the build action ‘BuildAction = "Compile’ into the element. I p

[Nant-users] Trouble compiling a project with a web reference

2005-01-06 Thread Butler, Mark A Mr IPI Gramm Tech
I don’t know what the problem is but I think it has something to do how I’m setting up the CSC task.  Below is a subset of the file list that’s in the project file.  I know to put the ones with the build action ‘BuildAction = "Compile’ into the element.  I put the ‘BuildAction = "Embedded

RE: [Nant-users] NDoc task can't find 'HtmlHelp2'

2005-01-06 Thread Eric Deslauriers
Sorry, forgot to mention this is NAnt 0.84 with version X of NAntContrib.   Thanks again! Eric   From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 12:14 AM To: Eric Deslauriers; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] NDoc task

Re: [Nant-users] Error creating virtual directory!

2005-01-06 Thread Rutger Dijkstra
The question is what it is that distinguishes requests for the various sites from the perspective of IIS. If your servers have multiple IP-addresses and your website bindings per IIS instance differ only in the IP-address you're stuck: mkiisdir does not look at the IP-address of your serverbindings

Re: [Nant-users] strong name a web project

2005-01-06 Thread Gert Driesen
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: Wednesday, January 05, 2005 6:44 PM Subject: [Nant-users] strong name a web project > Hi there, > > I have a strong-named web project. according to MS doc, the snk file must > be placed in %%HOMEDRIVE%%HOMEPATH% if using relative

[Nant-users] strong name a web project

2005-01-06 Thread peters
Hi there, I have a strong-named web project. according to MS doc, the snk file must be placed in %%HOMEDRIVE%%HOMEPATH% if using relative path like [assembly: AssemblyKeyFile (@"..\..\..\..\..\my.snk")]. it works in VS. but when using Nant,                                                      

Re: [Nant-users] solution task and warn on error

2005-01-06 Thread Christopher_P_Vanik
I think what's happening is that Nant's solution task isn't passing the value of TreatWarningsAsError to csc. Therefore, csc is using the default which is false. I think it's the same bug as http://sourceforge.net/tracker/index.php?func=detail&aid=1080237&group_id=31650&atid=402868 but I'm c

Re: [Nant-users] solution task and warn on error

2005-01-06 Thread Christopher_P_Vanik
No, The failonerror is set to "true" for the solution task. The problem is that I can't get Nant to consider a warning as an error when using the solution task. Even after I changed all the TreatWarningsAsErrors = "true". in the csproj files. This should be easy to reproduce. Write a small p

[Nant-users] Problem about and subfolders

2005-01-06 Thread Pinede Gabriel
Title: Message Hello all   I am a new NAnt user but already used Ant, and I have some problems with cvs tasks. I try to checkout some subfolders of my repository tree which has many levels. For example my repository is "/Repository/Projects" and I need to go to "Products/Proj1/Distrib" to g

[Nant-users] RE: Building VC++ projects

2005-01-06 Thread Gert Driesen
> -Original Message- > From: Bala [mailto:[EMAIL PROTECTED] > Sent: donderdag 6 januari 2005 9:21 > To: Gert Driesen > Subject: Re: Building VC++ projects > > Gert, > > Thanks for the immediate reply. > > I have one project A which refers a dll DLL_A. > > This DLL_A is outputed by p

RE: [Nant-users] NDoc task can't find 'HtmlHelp2'

2005-01-06 Thread Gert Driesen
Eric,   Only recent nightly builds of NAnt ship with NDoc 1.3 final. NAnt 0.85 RC1 shipped with NDoc 1.3 RC1.   This is probably the reason why you ran into some issues.   Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric DeslauriersSent: donderdag 6 janua

[Nant-users] RE: Building VC++ projects

2005-01-06 Thread Gert Driesen
Bala, You can use the child element of the task for this purpose. eg. This will instruct NAnt to first check the "\assemblies" directory for referenced assemblies, before starting to look in the Visual Studio and .NET Framework Assembly Folders. Right no

[Nant-users] Re: Building VC++ projects

2005-01-06 Thread Bala
Hi all, I am building my application(C# and VC++) with NANT's . All my projects are referencing some dll's. When building with solution, the NANT gets the reference path from the project file.It works fine. But in my case, i want the NANT to go and check a particular folder( which contains all