Re: [nant-dev] MsftFXSDKExternalProgramBase.cs

2003-01-17 Thread Scott Hernandez
I'm good either way. I think it would be nice to allow/force a specific version of the runtime/compiler/tools. As you can guess, I don't have the 1.1 sdk installed. I also don't have any env setup for the fxsdk. It is nice when things just work automagically. - Original Message - From: "

Re: [nant-dev] RE: Embed snk

2003-01-17 Thread Ian MacLean
Gordon, I'v added this task to NAntContrib. There is also the versionInfotask which John Lam submitted a while ago. It does somthing similar but it auto increments a buil number to write to the version info. Ian This might help you or somebody else, I've written a custom task for generating the

Re: [nant-dev] Trivial modifications to ConsoleRunner.cs

2003-01-17 Thread Ian MacLean
Brian, these changes have been applied to ConsoleDriver.cs. Thanks for the fixes Ian This was purely motivated by me wanting to be able to use "-f:" instead of "-buildfile:". Bold! :) options: -help print this message -projecthelpprint project help informatio

[nant-dev] MsftFXSDKExternalProgramBase.cs

2003-01-17 Thread Ian MacLean
This file is using the regkey HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\sdkInstallRoot to find the current installation directory for the framework. However this only gives you the install path for version 1.0. v1.1 is set at sdkInstallRootv1.1. There will be a number of people runnin

Re: [nant-dev] Case Sensitive Filenames

2003-01-17 Thread Scott Hernandez
Thanks Buc. I have committed and am testing these changes. They will be in the next release.     - Original Message - From: Buc Rogers To: '[EMAIL PROTECTED]' Sent: Saturday, December 07, 2002 8:26 PM Subject: Re: [nant-dev] Case Sensitive Filenames Chr

Re: [nant-dev] Updates to ResGenTask.cs...

2003-01-17 Thread Ian MacLean
Sorry Aaron. I didn't see your comment about not having diff. Ian Aaron, Can you please re-send this as a diff ? cvs diff -u. Its easier to review and apply in that format. Ian All, I made some changes to the ResGenTask.cs file that I would like reviewed and committed. I was having diffic

Re: [nant-dev] Updates to ResGenTask.cs...

2003-01-17 Thread Ian MacLean
Aaron, Can you please re-send this as a diff ? cvs diff -u. Its easier to review and apply in that format. Ian All, I made some changes to the ResGenTask.cs file that I would like reviewed and committed. I was having difficulty using this and having the task create my resource files with the

Re: [nant-dev] NUnit Error With NAnt...

2003-01-17 Thread Scott Hernandez
Yes, the fork option was removed and made the default(sort of). Now (as of oct I think) nunit2 tests create a new appdomain to execute in. - Original Message - From: "Darren Syzling" <[EMAIL PROTECTED]> > Has the fork option been removed from the latest nunit2 task? > > I've used this with

[nant-dev] Updates to ResGenTask.cs...

2003-01-17 Thread Sansone, Aaron
All, I made some changes to the ResGenTask.cs file that I would like reviewed and committed. I was having difficulty using this and having the task create my resource files with the appropriate namespace and in the correct "todir". For example: I needed the generated resource file

RE: [nant-dev] NUnit Error With NAnt...

2003-01-17 Thread Darren Syzling
Has the fork option been removed from the latest nunit2 task? I've used this with the 20021223 snapshot: Darren -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Scott Hernandez Sent: 17 January 2003 00:49 To: Sansone, Aaron; [EMAIL PROTECTED] Subj

RE: [nant-dev] NUnit Error With NAnt...

2003-01-17 Thread Arnoldus, Michael
When running a NUnit2 test with the Nunit2 testrunner, current directory is the directory where the assembly is found, but this is not the case when using the nant nunit2 task. I have a test that reads a testfile, using a relative pathname. This test runs ok using the NUnit2 testrunner and fails th

Re: [nant-dev] Building and deploying applications with Nant

2003-01-17 Thread Scott Hernandez
Can you send us an example of a real-world data centre situation where you need to do dependency related stuff. I've been thinking about adding a conditional task. It would allow you to only do certain things if something was not up to date. Kinda like this: ... stuff to do It would

RE: [nant-dev] Sourceforge CVS server problems?

2003-01-17 Thread Mark Griffiths
According to: http://sourceforge.net/docman/display_doc.php?docid=2352&group_id=1 pserver access is down. -MG -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Brian Deacon Sent: 17 January 2003 07:29 To: [EMAIL PROTECTED] Subject: [nant-dev] Sourceforge CV

Re: [nant-dev] Sourceforge CVS server problems?

2003-01-17 Thread Scott Hernandez
Yes they are related. I've no idea what is going on but other sourceforge projects have complained about the same thing.   Oh, and the cvs web server is down too. - Original Message - From: Brian Deacon To: [EMAIL PROTECTED] Sent: Thursday, January 16, 2003 11:28

Re: [nant-dev] NUnit Error With NAnt...

2003-01-17 Thread Scott Hernandez
Yep, I've actually done quite a bit with appdomains and loading/finding assemblies for the ShadowCopyFiles support I've recently added. But it does bring up another question as to what config file NUnit loads. You can also change these properties dynamically in code if you can get ahold of the app