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
--
:\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
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
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
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.
]
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
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
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
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
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
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
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
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
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
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
I am compiling an assembly using the following task:
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
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
This I think requires knowledge of XPath and nant as the replacement text is variable.
I have a configuration file that looks like:
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
, 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
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
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
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:
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
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
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
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
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
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
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
I am getting the following error in a
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]
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
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
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
Any idea why
flattens the directory structure.
But
does not?
Kevin
[EMAIL PROTECTED]
---
This SF.Net email is sponsor
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
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
I seem to have a problem with embedding resources in a DLL. Here is my build task:
The output looks like:
[ec
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
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
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
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
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
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
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
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
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
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]
50 matches
Mail list logo