[Nant-users] Anyone got example of vbc task for .NETCF?

2004-11-21 Thread Nick Hoggard
Hi all,   I’ve only just discovered NAnt and I’m having a little trouble getting my VB.NETCF apps to build.  I have been able to get similar C# projects to build using csc, but as soon as I try to build a VB.NET project with vbc I am getting a lot of reference errors:   vbc : Command li

[Nant-users] Nightly build and release changes

2004-11-21 Thread Gert Driesen
Hi, In preparation for the start of the 0.85 release cycle, I've made the following changes : - nightly builds will now be available at http://nant.sourceforge.net/nightly/ - the user manual for each nightly build will available in the help (virtual) directory under the directory of the nightly

RE: [Nant-users] mkiisdir 0x80005006 error on Windows XP

2004-11-21 Thread Frank Tullen
Hi Steve, The different IIS versions support different properties (mainly due to internal IIS architecture) ... the iis tasks try to determine the iis version by testing on which OS it runs and based on that it sets certain parameters as such with the ADSI calls to service your request. The task pr

Re: [Nant-users] mkiisdir 0x80005006 error on Windows XP

2004-11-21 Thread Brad Wilson
Hard to say if this is it, but a default doc of "*.asmx" isn't valid. Default documents are specific filenames, not wildcards. On Fri, 19 Nov 2004 15:25:11 -0800, Steve Burkett <[EMAIL PROTECTED]> wrote: > defaultdoc="*.asmx"

RE: [Nant-users] and wildcard usage

2004-11-21 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Gökhan Altinören > Sent: vrijdag 19 november 2004 8:35 > To: [EMAIL PROTECTED] > Subject: RE: [Nant-users] and wildcard usage > > Latest nightly. > > What's more strange is that, I can copy the

RE: [Nant-users] and wildcard usage

2004-11-21 Thread Gökhan Altınören
Latest nightly. What's more strange is that, I can copy the build output (.dll's and .pdb's) but cannot copy the source files or .asp's by name. This works: This don't: I'm temporarily usi

[Nant-users] mkiisdir 0x80005006 error on Windows XP

2004-11-21 Thread Steve Burkett
Hello Nant users,   We have a script made of mkiisdir that we run to set up IIS.  This as worked just fine on Win2000.  However, running it on XP gives the error at the bottom. Anyone seen this problem?             verbo