AW: [Nant-users] NAnt on Linux

2003-04-03 Thread Greco Giuseppe
Title: AW: [Nant-users] NAnt on Linux Ian, Thanks for your answer. Right now, I'm not on may desk, so I will send you the error messages on monday. Have a nice weekend, Giuseppe. -Ursprüngliche Nachricht- Von: Ian MacLean [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 3. Ap

Re: [Nant-users] RE: readregistry task

2003-04-03 Thread Scott Hernandez
Yep. I've updated the docs (and examples to specify this). I have also listed the valid hive values. - Original Message - From: Overton, Ed Sent: Thursday, April 03, 2003 3:30 PM Subject: [Nant-users] RE: readregistry task This works for me: remove leading "\" From: Griffin

[Nant-users] RE: readregistry task

2003-04-03 Thread Overton, Ed
This works for me: remove leading "\"     [Nant-users] RE: [nunit-developer] Nunit2 error on console
The following are line 72 and 73 of TestSystem.vb: --- Dim config As NameValueCollection = CType(System.Configuration.ConfigurationSettings.GetConfig("appSettings"), NameValueCollection) Assertion.Assert("No config file."

RE: [Nant-users] task is broken (and fixed)

Ian, Looks like Scott picked up the ball, so I won't scramble to cvs -u. Csdiff is from Component Software. They have CS-RCS, a source control product that's free. Csdiff is their diff tool. Cf. http://www.componentsoftware.com/products/csdiff/ /jean -

RE: [Nant-users] WebValidation Control

>From 'aspnet_regiis ?' the -c flag copies the client side script files of the current version to the aspnet_client subdirectory of each existing website. When you do a build from VS.NET ASP.NET mappings are created in IIS to use the ASP.NET framework. Apparently, your NAnt build is not creating

Re: [Nant-users] NAnt on Linux

Greco, Right now nant on linux is not quite there. I have been working on this to get it up to speed. There are a couple of bugs in mono on linux that are causing issues. I'll be spending some time on this this week so I should have somthing working shortly. I'll post here when I do. btw what e

RE: [Nant-users] WebValidation Control

Title: Message I shouldn't have to deploy the validation scripts.  They are part of the framework and are in the aspnet_client virtual directory on the server.  I am deploying exactly the same files, the only difference is the compiling of those files.  That is why I am at a loss.   Any oth

Re: [Nant-users] task is broken (and fixed)

I've included this patch, with some minor changes. The solution below relied on a specific order in setting the properties. I will commit my changes later today. I have also fixed the case problem below in 3. :) - Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: <[EMAIL PRO

[Nant-users] WebValidation Control

Title: WebValidation Control I am hoping somebody can help me out.  I have a web application (written in c# running on Windows 2000 Server).  When I do a build using VS.NET on my local machine (WinXP) and move the proper files to the server, everything works great. When I do a build using

RE: [Nant-users] includes files twice?

Title: Message There was a reply to this mailing list a while back about there being problems with the filepaths being case sensitive. I believe a fix was checked into a nightly build.   - Ants -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

Re: [Nant-users] task is broken (and fixed)

yes, but use the -u flag. What is csdiff btw ? you can also use cvs diff to diff against the repository Ian Ian You mean, like this ( produced w/ csdiff ) /jean .\NAnt.Core\Tasks\IfTask.cs 84c84 < protected FileSet _compareFiles = null; == protected FileSet _compareFiles =

RE: [Nant-users] task is broken (and fixed)

You mean, like this ( produced w/ csdiff ) /jean .\NAnt.Core\Tasks\IfTask.cs 84c84 < protected FileSet _compareFiles = null; == > protected FileSet _compareFiles = new FileSet(); 99c99 < set { == > set { _compareFiles.Includes.Add(value);

[Nant-users] includes files twice?

Im not sure why but it's adding the files twice for compilation sometimes. Can anyone tell me what Im doing wrong?     Tx:  [vbc] V:\devel\out\Util.dll is out of date, recompiling.  [vbc] Compiling 10 files to V:\devel\out\Tx.dll/imports:  [vbc] Contents of C:\DOCUME~1\ADMINI~1