Re: [Nant-users] NUNIT2 Task Not Stopping After Failure

2005-06-02 Thread Rutger Dijkstra
the failonerror="false" on the loop may have something to do with it. rutger - Original Message - From: "Scott, Larry (TRIAD RESOURCES)" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 31, 2005 21:52 Subject: [Nant-users] NUNIT2 Task Not Stopping After Failure It appears that failures on NU

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

2005-01-06 Thread Rutger Dijkstra
do not allow for this natively. I've see a Wise installer that allows > you to select the website by name at runtime. I've also deciphered how to > do it from COM using the IISAdmin objects, and if push comes to shove I'll > add the functionality to the task myself.

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

2005-01-04 Thread Rutger Dijkstra
;t you: - check out the source to a clean directory - build with csc-task and such like, or build with solution-task using 'webmap' to avoid relying on iis-configuration. rutger - Original Message - From: "Andy Heyworth" <[EMAIL PROTECTED]> To: "Rutger D

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

2004-12-30 Thread Rutger Dijkstra
mkissdir creates/reconfigures *virtual* directories only. VS.NET does not create a virtual directory for your project: it creates a *physical* directory in your webtree and adds configuration for it to IIS. In doing so, VS.NET makes it clear to IIS that the directory is physical rather than vir

RE: [Nant-users] Re: Ant vs. NAnt conditional execution of targets

2004-12-05 Thread Rutger Dijkstra
ministrator functionality unless the property 'include.amin' has been set Sadly, this will still tax you patience. Rutger Dijkstra --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundred

[Nant-users] solution task misfit in nant's base distribution

2004-12-03 Thread Rutger Dijkstra
Is it just me, or are there more people that feel that the solution- task belongs in nantcontrib and not in the nant distribution itself? In nantcontrib it would sit besides other "product specific" tasks like "vssget" and "mkiisdir" and, just like not everybody uses VSS and IIS, net everybody u

RE: [Nant-users] Re: Segfault during compilation with mono on Linux

2004-12-03 Thread Rutger Dijkstra
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Ian MacLean > Sent: Friday, December 03, 2004 09:29 > To: Gert Driesen > Cc: 'Troy Laurin'; 'J. Christopher Six'; > [EMAIL PROTECTED] > Subject: Re: [Nant-users] Re: Segfault during compilation with mono on

RE: [Nant-users] 0.85 msi install

2004-12-03 Thread Rutger Dijkstra
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Gert Driesen > Sent: Thursday, December 02, 2004 22:59 > To: 'Jim Geurts'; 'John Cole' > Cc: [EMAIL PROTECTED] > Subject: RE: [Nant-users] 0.85 msi install [snip] > > 3. Install NAnt to C:\Program Files\N

[Nant-users] RE: Content of distributions

2004-11-25 Thread Rutger Dijkstra
I understand that the objective is the reduce the size of the binary distribution. Here are some ideas: 1. package a release build without pdb-s: saves 2.4 Mb and looks better. 2. move the documentation generating targets from NAnt.build to doc/documentation.build and distribute the latter

RE: [Nant-users] Content of distributions ?

2004-11-23 Thread Rutger Dijkstra
22, 2004 19:41 > To: 'Rutger Dijkstra'; [EMAIL PROTECTED] > Subject: RE: [Nant-users] Content of distributions ? > > > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of > > Rutger Dijkstra

Re: [Nant-users] Content of distributions ?

2004-11-22 Thread Rutger Dijkstra
fessional" tool. It is worrying because it strikes me as a "broken window": if something is not done about it asap, it will rapidly get worse. I'd really hate to see NAnt loose out to MSBuild for no other reason than amateurish carelessness with the documentation. cheers, rutger

[Nant-users] RE: Regression on current directory ?

2004-10-27 Thread Rutger Dijkstra
Similar observation here: some tasks appear to muck about with the current workingdir. nunit2 did it for me. Consequently, my ndoc generated documentation ended up in a sub-folder of the folder containing my unit-tests. I fixed this by setting all directory-properties to absulute paths. Not pretty

[Nant-users] stable release for version 0.85

2004-09-24 Thread Rutger Dijkstra
Could someone from the development team tell us when we may expect a 'stable release' of version 0.85 The latest stable version (0.84) is now almost a year old and tons of useful stuff has been added since. Though I do not mind working with a nightly build privately, I need an 'official' version