Re: [NAnt-users] trouble stopping web site using iisweb.vbs/ or how tostop just 1 site

2007-05-01 Thread David Keaveny
Is that the exact error message? It appears to be missing the "s" of ".vbs". Would it make any difference if you used the args list? Something like From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Imburg Se

[NAnt-users] trouble stopping web site using iisweb.vbs/ or how to stop just 1 site

2007-05-01 Thread Peter Imburg
Since iisreset stops all web sites and we cannot have any downtime on one of our sites, I decided to look for a way to stop just the 1 website I need to stop on the server. The script I found to do this is %windir%\system32\iisweb.vbs. From the command line line, this script works as expected w

Re: [NAnt-users] Building NAnt build script from VS.Net 2005 projectfile

2007-05-01 Thread Bob Archer
Not that I know of. I'm not familiar with sling shot. The pattern that I follow is to use Nant to automate my build task while using the MSBuild task to do the actual compile of the VS2005 project. BOb -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of P

[NAnt-users] Building NAnt build script from VS.Net 2005 project file

2007-05-01 Thread Partha Sarathi Mukhopadhyay
Hi, Is there a XSL transform file for transforming VS.Net 2005 solution/project files to NAnt build script ? Would the task accomplish this ? Thanks ! Regards, Partha http://blogs.ittoolbox.com/visualbasic/operating __ Do You Yahoo!? Tired

Re: [NAnt-users] How to put asp.net1.1 assembly in GAC using NANT

2007-05-01 Thread Bob Archer
And during the compile you're a specifying delay-signing attribute? [assembly:AssemblyKeyFileAttribute("myKey.snk")] [assembly:AssemblyDelaySignAttribute(true)] I'm curious, if your build server has access to the private signing key, why not just sign the DLL during the compile? Or, does th

Re: [NAnt-users] How to put asp.net1.1 assembly in GAC using NANT

2007-05-01 Thread Rosy Malhotra
Yes it is there... Thanks and Regards, Rosy Malhotra From: Bob Archer [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 01, 2007 7:17 PM To: Rosy Malhotra; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] How to put asp.net1.1 assembly in GAC using NAN

Re: [NAnt-users] How to put asp.net1.1 assembly in GAC using NANT

2007-05-01 Thread Bob Archer
Batch.snk contains the private key, yes? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rosy Malhotra Sent: Tuesday, May 01, 2007 6:35 AM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] How to put asp.net1.1 assembly in GAC using

Re: [NAnt-users] How to put asp.net1.1 assembly in GAC using NANT

2007-05-01 Thread Rosy Malhotra
Hi, I am using My .snk file is present in the project directory. But I am getting an error that : D:\Project\Dot Net\REIOS\dist\Batch.dll" "D:\Project\Dot Net\REIOS\Batch\Batch\Ass

Re: [NAnt-users] Does NANT support 64bit compilation on Windows?

2007-05-01 Thread Gert Driesen
Hi Rajiv, You should modify the configuration in VS 2005, or create a separate one for targeting the x64 platform. Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rajiv Srivastava Sent: dinsdag 1 mei 2007 11:05 To: Gert Driesen; nant-users@lists.sourceforge.net

Re: [NAnt-users] Does NANT support 64bit compilation on Windows?

2007-05-01 Thread Rajiv Srivastava
Yeah! Actually, for the entire build script we are using task to compile the code and I was looking for some way where I can tweak task to support 64 bit compilation. In case we do not have any work around with tasks then will have to move to task. Can we achieve 64 bit compil

Re: [NAnt-users] Does NANT support 64bit compilation on Windows?

2007-05-01 Thread Gert Driesen
Hi Rajiv, You can use the platform attribute on the csc task to specify the platform you wish to target (eg. x86, x64, ...). Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rajiv Srivastava Sent: dinsdag 1 mei 2007 9:13 To: nant-users@lists.sourceforge.net Subjec

[NAnt-users] Does NANT support 64bit compilation on Windows?

2007-05-01 Thread Rajiv Srivastava
Hi There, Does NANT supports Windows 64 bit comilation? I have written build script using NANT 0.86 for 32 bit windows ( Visual Studio 2005, .NET 2.0) but have to spit out 64 bit output as well from the already written build script. Is there any avenue where I can just true some fla