[Nant-users] .NET 2.0 and NUnit 2.2.2

2005-05-08 Thread Burton, Kevin
When I try to install NUnit 2.2.2 it indicates that I need to be running .NET Framework 2.0.40607. The latest beta 2 release is 2.0.50215. How do I get an older version? Or is this a bug in that it is not expecting 2.0.40607 or later? Kevin --

RE: [Nant-users] Configuration error?

2005-03-16 Thread Burton, Kevin
:\Projects\Visa\GCE-SL\Application Server Code\NUnit Tests\TandemTests\AddCardTests.cs:line 109   If I take the line out that specifies appConfig then the test runs just fine.   Kevin   From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 12:18 AM To: Burton, Kevin

RE: [Nant-users] Configuration error?

2005-03-15 Thread Burton, Kevin
  I would be very interested in a solution. But it is good to know that this is a real problem that others are experiencing.   Kevin   From: Pat Pattillo [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 7:37 PM To: Burton, Kevin Cc: [EMAIL PROTECTED] Subject: RE: [Nant

RE: [Nant-users] Removing files on uninstallation.

2005-03-02 Thread Burton, Kevin
Unfortunately I don’t think that is the root of my problem. I have different GUID id’s for every component.   Kevin   From: Whitner, Tom [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 8:14 AM To: Foster, Richard - PAL; Burton, Kevin; nant-users@lists.sourceforge.net

RE: [Nant-users] Removing files on uninstallation.

2005-03-02 Thread Burton, Kevin
where the files get put. But somehow it gets changed.   Kevin From: Burton, Kevin Sent: Wednesday, March 02, 2005 8:16 AM To: 'Foster, Richard - PAL'; nant-users@lists.sourceforge.net Cc: [EMAIL PROTECTED] Subject: RE: [Nant-users] Removing files on uninstallation.

RE: [Nant-users] Removing files on uninstallation.

2005-03-02 Thread Burton, Kevin
] Sent: Wednesday, March 02, 2005 6:57 AM To: Burton, Kevin; Byrd, Payton; nant-users@lists.sourceforge.net Cc: [EMAIL PROTECTED] Subject: RE: [Nant-users] Removing files on uninstallation.   Kevin,   This may be a stupid question, but most installations I have created use a variable to determine

[Nant-users] Removing files on uninstallation.

2005-03-02 Thread Burton, Kevin
I get some files removed but not all. I have not heard how to ensure that files are removed on uninstallation.   Kevin   Message: 3 Date: Tue, 1 Mar 2005 10:17:59 -0500 From: "Whitner, Tom" <[EMAIL PROTECTED]> To: Subject: [Nant-users] uninstall i

RE: [Nant-users] Removing files on uninstallation.

2005-03-02 Thread Burton, Kevin
id for each of the files, or both?   Thank you. This is the closest that I have come to getting this resolved.   Kevin   From: John Cole [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 01, 2005 3:49 PM To: Burton, Kevin; nant-users@lists.sourceforge.net Cc: [EMAIL PROTECTED] Subject

RE: [Nant-users] Removing files on uninstallation.

2005-03-01 Thread Burton, Kevin
The files that are not removed are not touched. I can install and immediately uninstall and the files remain.   Kevin   From: Byrd, Payton [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 01, 2005 3:36 PM To: Burton, Kevin; 'nant-users@lists.sourceforge.net' C

RE: [Nant-users] Format conversion to string with leading zeros.

2005-02-28 Thread Burton, Kevin
Thank you. You learn something everyday. I was not aware of this functionality. This does exactly what I need!   Kevin   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, February 28, 2005 2:19 AM To: Burton, Kevin; nant-users@lists.sourceforge.net Subject: RE

[Nant-users] Format conversion to string with leading zeros.

2005-02-25 Thread Burton, Kevin
OK. I had a very simple problem in calling date functions and getting the year, month, and day parts of the date. Now that I have that solved I would like to solicit help with my next task. I want to convert a datetime to a specific string format. Right now I want to convert to a string YYY

[Nant-users] DateTime manipulation?

2005-02-25 Thread Burton, Kevin
I guess I am still new. I am not sure how to pass arguments and set variables with NAnt. I would like to convert today’s date to a string like:   MMDD   My first attempt fails. In trying to get the year portion of datetime::now() it seems that I have a syntax error.         Any

[Nant-users] Read-only properties

2005-02-25 Thread Burton, Kevin
I think this was discussed earlier but I don’t remember the resolution.   I am getting the error:   [property] Read-only property "ppc.user" cannot be overwritten. [property] Read-only property "ppc.password" cannot be overwritten.     In my .build file the property is not marked as

[Nant-users] Copying files outside of the domain.

2005-01-26 Thread Burton, Kevin
I need to copy some files to machines that are outside of our domain so I need to supply the account credentials with the copy. Has anyone come up with a good solution to doing this?   Kevin

RE: [Nant-users] Resources

2005-01-18 Thread Burton, Kevin
mailto:[EMAIL PROTECTED] Sent: Tuesday, January 18, 2005 12:37 AM To: Burton, Kevin; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] Resources   Kevin,   Apparently you had localized resources (for the "en" culture) for which NAnt automatically created a satelli

[Nant-users] Resources

2005-01-17 Thread Burton, Kevin
I am compiling an assembly using the following task:                                                 

[Nant-users] Configuration error?

2004-11-27 Thread Burton, Kevin
Help! I am using and passing a configuration file like: but I get an error: System.Configuration.ConfigurationException Exception in configuration section handler (D:\Projects\Visa\MR0205\Application Server Code\build\debug-2.6.0\TandemTe

[Nant-users] RE: replace only part of the attribute.

2004-11-04 Thread Burton, Kevin
I want to do something like: Where the replacement 'value' also has some XPath expression in it. Is this possible? Kevin --- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Read

[Nant-users] replace only part of the attribute.

2004-11-03 Thread Burton, Kevin
This I think requires knowledge of XPath and nant as the replacement text is variable. I have a configuration file that looks like:

RE: [Nant-users] What is the best way to tell the OS version that I am running?

2004-10-05 Thread Burton, Kevin
that this information is available for the TARGET machine? Kevin -Original Message- From: Holmes, Jim (Space Technology) [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 6:15 PM To: Burton, Kevin; [EMAIL PROTECTED] Subject: RE: [Nant-users] What is the best way to tell the OS version

RE: [Nant-users] What is the best way to tell the OS version that I am running?

2004-09-29 Thread Burton, Kevin
, Kevin; [EMAIL PROTECTED] Subject: RE: [Nant-users] What is the best way to tell the OS version that I am running? Did you look at the task? http://nant.sourceforge.net/help/tasks/sysinfo.html > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf

[Nant-users] What is the best way to tell the OS version that I am running?

2004-09-29 Thread Burton, Kevin
What is the best way to tell the OS version that I am running? I need to set some permissions on some registry settings. For Windows NT, ASP.NET (IIS) runs as the ASPNET account but for XP and Windows 2003 it runs under the "NETWORK SERVICE" account. So I need to give read access to some registr

RE: [Nant-users] NUnit 2.2?

2004-09-23 Thread Burton, Kevin
Thank you very much. I used the second one since I wanted the error and output separate. It worked great. Kevin -Original Message- From: Castro, Edwin Gabriel (Firing Systems Engr.) [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 4:49 PM To: Burton, Kevin; Gert Driesen

RE: [Nant-users] NUnit 2.2?

2004-09-23 Thread Burton, Kevin
day, September 23, 2004 3:06 PM To: Burton, Kevin; [EMAIL PROTECTED] Subject: Re: [Nant-users] NUnit 2.2? > - Original Message - > From: "Burton, Kevin" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, September 23, 2004 9:47 PM > Subject:

[Nant-users] NUnit 2.2?

2004-09-23 Thread Burton, Kevin
I remember seeing some discussion of NUnit 2.2 a while back. What was the conclusion? I am trying to use and get a whole bunch of exceptions. Is this just not supported yet? Kevin --- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be o

[Nant-users] Comment syntax?

2004-09-23 Thread Burton, Kevin
It seems that a comment like: Is flagged as an "invalid comment syntax". Kevin --- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your proj

[Nant-users] directory structure question.

2004-09-15 Thread Burton, Kevin
I have a slightly complicated question regarding copy. I have a structure like: A a c cc d dd b e f B a g gg h hh b i j So 'a' is a subdirectory of 'A' and 'b' is a sub directory of 'A' also. This basic structure is repe

RE: [Nant-users] Testing if a directory exists.

2004-09-14 Thread Burton, Kevin
Thank you. It makes sense when you know how to do it. -Original Message- From: Merrill Cornish [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 4:09 PM To: Burton, Kevin; Gert Driesen; [EMAIL PROTECTED] Subject: RE: [Nant-users] Testing if a directory exists. Kevin, First

RE: [Nant-users] Testing if a directory exists.

2004-09-14 Thread Burton, Kevin
Kevin -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Saturday, September 11, 2004 1:32 AM To: Burton, Kevin; [EMAIL PROTECTED] Subject: Re: [Nant-users] Testing if a directory exists. Kevin, You don't need to surround property names with braces in e

RE: [Nant-users] Testing if a directory exists.

2004-09-11 Thread Burton, Kevin
Thank you for your help. This works great. -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Saturday, September 11, 2004 1:32 AM To: Burton, Kevin; [EMAIL PROTECTED] Subject: Re: [Nant-users] Testing if a directory exists. Kevin, You don't need to surround pro

[Nant-users] Testing if a directory exists.

2004-09-11 Thread Burton, Kevin
What is the correct syntax for testing if a directory exists? I have tried: Both seem to be incorrect. Thank you for your help. Kevin --- This SF.Net email is sponsored by: YOU BE

[Nant-users] Missing reference?

2004-08-26 Thread Burton, Kevin
I am getting the following error in a

[Nant-users] nunit works standalone but under nant fails.

2004-08-23 Thread Burton, Kevin
I have some tests that test a web service. When I run the tests using the NUnit GUI the tests work fine but under Nant I get: [nunit2] NUnit error :System.NullReferenceException: Object reference not set to an instance of an object. [nunit2] [nunit2]

[Nant-users] errors?

2004-08-18 Thread Burton, Kevin
I removed the directory that had sub directories until I get a suggestion to resolve that. Now I am getting the following error: D:\Projects\Visa\MR0804A\Application Server Code\ApplicationServerSetup\default.build(6,10): Unable to build MSI database 'ApplicationServerSet

[Nant-users] problem with directory structure.

2004-08-18 Thread Burton, Kevin
Ran into another error with Unable to build MSI database 'ApplicationServerSetup.msi'. Item has already been added. Key in dictionary: "TARGETDIR|incHomeContent.htm" Key being added: "TARGETDIR|incHomeContent.htm" There are not two files but there are two different

[Nant-users] file attribute?

2004-08-18 Thread Burton, Kevin
I am trying to use the task but one part of that task is giving me an error. The error message shows: Validation Error: The required attribute 'file' is missing. An error occurred at , (19, 8). I see no mention of a 'file' attribute for Kevin Burton [EMA

[Nant-users] Flatten directory tree?

2004-07-30 Thread Burton, Kevin
Any idea why flattens the directory structure. But does not? Kevin [EMAIL PROTECTED] --- This SF.Net email is sponsor

RE: [Nant-users] not evaluated?

2004-07-29 Thread Burton, Kevin
So can only surround one task? I notice that you have around each of the tasks. I have an that surrounds both and . Kevin -Original Message- From: Gifford, Noel [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 12:47 PM To: Merrill Cornish; Burton, Kevin; [EMAIL PROTECTED

[Nant-users] not evaluated?

2004-07-29 Thread Burton, Kevin
The output for the build looks like: Buildfile: file:///D:/Projects/Visa/MR0804/Application Server Code/ErrorLog/default.build Target(s) specified: build build: Build succeeded

[Nant-users] .NET resources.

2004-07-29 Thread Burton, Kevin
I seem to have a problem with embedding resources in a DLL. Here is my build task: The output looks like: [ec

RE: [Nant-users] ?

2004-07-28 Thread Burton, Kevin
f I invoke this target and the conditional evaluates to false? If (using the example below) I do nant xxx and a does not equal to b then what happens? Nothing? Thanks again. -Original Message- From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 3:52 PM To: Bur

RE: [Nant-users] ?

2004-07-28 Thread Burton, Kevin
Thank you. Do you know where can be applied? For example can I do something like: Or do I have to -Original Message- From: McCullough, Gary [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 2:53 PM To: Burton, Kevin; [EMAIL PROTECTED] Subject: RE: [Nant-users] ? Try

[Nant-users] ?

2004-07-28 Thread Burton, Kevin
I have a property build.config that is either the string "debug" or "release". I want to test for the property being "debug" or "release" and change the compilation appropriately. First, how do I compare a string. There doesn't seem to be a comparison string function just index or is that what I

RE: [Nant-users] Nunits task?

2004-07-26 Thread Burton, Kevin
I am not sure who to make this suggestion to but I would suggest renaming the attribute 'testname' to something like 'testfixture' so it is a little clearer. -Original Message- From: Gifford, Noel [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 9:49 PM To: B

RE: [Nant-users] Nunits task?

2004-07-26 Thread Burton, Kevin
But the [TestFixture] contains about 100 [Test]'s. I want to run just a few of the [Test]'s. Is that not possible? -Original Message- From: Gifford, Noel [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 7:25 PM To: Burton, Kevin; [EMAIL PROTECTED] Subject: RE: [Nant-use

[Nant-users] Nunits task?

2004-07-26 Thread Burton, Kevin
The documentation indicates that I need to add some lines to the test application config file. I didn't have an application config file so I created one: The name of the DLL is TandemTests.DLL so the conf

Re: [Nant-users] Managed C++ DLL?

2004-07-25 Thread Burton, Kevin
Still getting warnings with the below task. [link] Linking 16 files to 'D:\Projects\Visa\MR0804\Application Server Code\build\debug-2.1.13\LDAPInterface.dll'. [link] msvcrtd.lib(checkclr.obj) : warning LNK4210: .CRT sectio n exists; there may be unhandled stati

RE: [Nant-users] Deplyment example?

2004-07-25 Thread Burton, Kevin
Ant.Contrib.Tasks.Msi.MsiTask:director y'. An error occurred at , (13, 4). Build failed Validation Error: The required attribute 'file' is missing. An error occurred at , (17, 8). Total time: 0.9 seconds. -Original Message- From: James Geurts [mailto:[EMAIL PROTECTED] Sen

[Nant-users] Deplyment example?

2004-07-24 Thread Burton, Kevin
The tag very specifically status that only C#, J#, and C++ projects are supported. The deployment projects that I have are skipped. I was wondering if anyone had a solution or an example on how to build a deplyment project with nant? The result would be Setup.exe, Setup.ini. and a .msi file

[Nant-users] Managed C++ DLL?

2004-07-24 Thread Burton, Kevin
I am trying the build a managed C++ library (DLL) and the objects corresponding to the .cpp files are created but there doesn't seem to be a link performed. The final .dll is not built. The nant build that I am trying is included below. Any ideas? Kevin Burton [EMAIL PROTECTED]