In effect you only update buildstatus if it is currently true. Once it is false
it won't be updated any more.
BOb
From: Chris Fouts [mailto:chris.fo...@caemilusa.com]
Sent: Tuesday, February 21, 2012 9:59 AM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users]
I'm aware of this feature
However, I want to do this...
That is, buildmodule needs a lot of buildmoduleN's (two in the example, but can
be more). I do NOT want the build to stop if one of the buildmoduleN's fails
(hence, failonerror="false") but I want module_ok to evaluate false if at
Thanks. I tried this yesterday but put the "" and {} in the wrong place. Duh on
me.
From: Christopher Brandt [mailto:xtopher.bra...@gmail.com]
Sent: Wednesday, November 02, 2011 5:26 PM
To: Chris Fouts
Cc: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Help with testi
You'd use conditional property assignment.
First set the default property value, then conditionally re-assign it if
your condition is met. So:
---
X
Continuous improvement is better than delayed perfection. - Mark Twain
On Wed, Nov 2, 2011 at 1:51 PM, Chris Fouts wrote:
> Sorry, CCNetBuild
Sorry, CCNetBuildCondition
---
I'm using ccnet and Nant, not a unique situation.
How can I test the passed-in CCNetBuildModification string in Nant so I can do
the following pseudo-code
If "${CCNetBuildModification} == "ForceBuild"
Else
I'm using ccnet and Nant, not a unique situation.
How can I test the passed-in CCNetBuildModification string in Nant so I can do
the following pseudo-code
If "${CCNetBuildModification} == "ForceBuild"
Else
-chris
***This e-mail message is intended only for the above named recipient
Thank you so much. This has been so helpful.
--
/Alxandr - mobile
On Jun 22, 2011 5:33 PM, "Christopher Brandt"
wrote:
> Hi Alxandr,
>
> The app.config file isn't used during compilation, only at run time. When
an
> executable runs it uses the details in it's app.config file to determine
> where
Hi Alxandr,
The app.config file isn't used during compilation, only at run time. When an
executable runs it uses the details in it's app.config file to determine
where to look for dependencies. So the app.config file (replace *app* with
the name of the executable) must be in the same directory as
Thank you very much. I thought there were some option to enable this at
compilation you see, but it seems I was mistaken. However, a quick question
if you don't mind. The App.config file
needs to be available at run-time, no? Or only at compilation-time? The
question is if I need to copy it to the
Hi Aleksander,
this is basically off topic since Assembly resolving is generally part
of .Net itself and not specific to nant.
Nevertheless, you could do following: add a entry to your
app.config eg.
or try following in your code (untested):
AppDomain.CurrentDomain.SetupInformation.PrivateBi
That works, but I would like to be able to maintain some hierarchy of the
files. Isn't that possible?
On Tue, Jun 21, 2011 at 1:28 AM, Christopher Brandt <
xtopher.bra...@gmail.com> wrote:
> Have you tried moving all of the dependencies (ie, Should.Fluent.dll )
> into the same directory as the ex
Have you tried moving all of the dependencies (ie, Should.Fluent.dll ) into
the same directory as the executable?
---
Chris.
Continuous improvement is better than delayed perfection. - Mark Twain
On Mon, Jun 20, 2011 at 12:13 PM, Heintz, Aleksander wrote:
> I'm having trouble by trying to write
I'm having trouble by trying to write a buildfile that can compile and test
my application. The compilation works great, however, I get a runtime-error
during the testing saying that .NET is unable to load the assembly I
included. Now, my folder-structure looks something like this:
/project.bu
NAnt. Thanks all!
>
>
>
> -chris
>
>
>
> From: Daniel Nauck [mailto:daniel.na...@gmail.com]
> Sent: Tuesday, May 03, 2011 1:33 PM
> To: Chris Fouts
> Cc: nant-users@lists.sourceforge.net
> Subject: Re: [NAnt-users] Help with exception
>
>
>
> Try
Unlocking the zip file did the trick, even unpacking it in C:\Program
Files\NAnt. Thanks all!
-chris
From: Daniel Nauck [mailto:daniel.na...@gmail.com]
Sent: Tuesday, May 03, 2011 1:33 PM
To: Chris Fouts
Cc: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Help with exception
Try to
Try to "unblock" that zip file after download and then unpack it, or unblock
every unpacked .dll and .exe file.
Daniel
Am 03.05.2011 um 17:59 schrieb Chris Fouts:
> I just installed NAnt on my XP-based company laptop. When I run it I get the
> following. Any help? I have v0.91-alpah2 (latest
this issue these past months. It's difficult to
replicate on different machines.
Thanks,
Ryan
>
>
> -chris
>
>
>
> From: Ryan Boggs [mailto:rmbo...@gmail.com]
> Sent: Tuesday, May 03, 2011 12:27 PM
> To: Chris Fouts
> Cc: nant-users@lists.sourceforge.
: Tuesday, May 03, 2011 12:27 PM
To: Chris Fouts
Cc: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Help with exception
Known issue unfortunately. It's related to the new security model in .net 4,
which I have been unable to reproduce on three different machines. This is the
ne? Where
did you unzip nant to? What directory?
Thanks,
Ryan
On May 3, 2011, at 9:03 AM, Chris Fouts wrote:
> I have MS .NET framework 4.0
>
>
>
> From: Chris Fouts [mailto:chris.fo...@caemilusa.com]
> Sent: Tuesday, May 03, 2011 12:00 PM
> To: nant-users@lists.sourcef
I have MS .NET framework 4.0
From: Chris Fouts [mailto:chris.fo...@caemilusa.com]
Sent: Tuesday, May 03, 2011 12:00 PM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Help with exception
I just installed NAnt on my XP-based company laptop. When I run it I get the
following. Any help
I just installed NAnt on my XP-based company laptop. When I run it I get the
following. Any help? I have v0.91-alpah2 (latest from Sourceforge).
Unhandled Exception: System.TypeInitializationException: The type initializer fo
r 'NAnt.Console.ConsoleStub' threw an exception. ---> System.Security.S
Hi Chris,
Enclose it in "
For example:
I hope this answered the question.
Mike
From: Chris Fouts [mailto:chris.fo...@caemilusa.com]
Sent: Friday, April 29, 2011 9:28 AM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Help with
How can I "" as part of my in an ? For example..
outs [mailto:chris.fo...@caemilusa.com]
Sent: Friday, April 29, 2011 8:28 AM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Help with
How can I "" as part of my in an ? For example..
How can I "" as part of my in an ? For example..
AM
To: NAnt-users@lists.sourceforge.net
Subject: [NAnt-users] help with Nunit2
Hi,
I'm trying to execute tests in my assembly .dll using the
task . I get the error
28-Jun-2010 10:02:17 Failure executing test(s). If you assembly is not
built using NUnit version 2.2.8.0, then ensur
Hi,
I'm trying to execute tests in my assembly .dll using the
task . I get the error
28-Jun-2010 10:02:17 Failure executing test(s). If you assembly is not
built using NUnit version 2.2.8.0, then ensure you have redirected
assembly bindings. Consult the documentation of the task for
more
2009 10:03 AM
> To: Danny Cheong
> Cc: nant-users@lists.sourceforge.net
> Subject: Re: [NAnt-users] Help with NAnt and NUnit 2.5.0.9122
>
> Hello,
>
> you can try out my NUnit task, available here: [1] [2]
> This one works with NUnit 2.4 and 2.5
>
> The latest buil
Hello,
you can try out my NUnit task, available here: [1] [2]
This one works with NUnit 2.4 and 2.5
The latest build is available here: [3]
Daniel
[1] http://dev.nauck-it.de/utilities/wiki/NAnt
[2]http://dev.nauck-it.de/utilities/browser/NauckIT.NAnt/trunk/src/Tasks/NUnitTask.cs
[3] http://bui
To Whom It May Concern:
I am trying to upgrade NUnit from 2.2.10. to 2.5.0.9122.
When I try to execute my unit tests using Nant, I get the following
error:-
Invalid element . Unknown task or datatype
Everything was fine with NUnit 2.2.10.
I am using NAnt 0.86.2898.0
Your help
half Of Johannes
> Luber
> Sent: zaterdag 22 december 2007 20:26
> Cc: nant-users@lists.sourceforge.net
> Subject: Re: [NAnt-users] Help with property needed
>
> Gert Driesen schrieb:
>> Hi Johannes,
>>
>> NAnt will not resolve PlatformID.Unix to its enum value.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Johannes
Luber
Sent: zaterdag 22 december 2007 20:26
Cc: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Help with property needed
Gert Driesen schrieb:
> Hi Johannes,
>
> NAnt will not resolv
Gert Driesen schrieb:
> Hi Johannes,
>
> NAnt will not resolve PlatformID.Unix to its enum value.
>
> You can use this instead:
>
>
> ${operating-system::get-platform(environment::get-operating-system())=='Unix
> '}
>
> However, this will only work if you're running NAnt on .NET 2.
ge-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Johannes
Luber
Sent: zaterdag 22 december 2007 16:48
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Help with property needed
Hi!
I've been trying to set a property dependent on the OS nant is running on,
but so far
Hi!
I've been trying to set a property dependent on the OS nant is running
on, but so far I've failed. I can't get this to work:
I always receive "Property evaluation failed." as error message. Can
someone help me?
Thanks in advance,
Johannes
-
> If you compile Mono from source, then you should have the
> following file:
> /usr/local/lib/pkgconfig/mono.pc
Let's see...
[eharvey]$ ls -l /usr/local/lib/pkgconfig/mono.pc
-rw-r--r-- 1 root root 295 Nov 2 14:24
/usr/local/lib/pkgconfig/mono.pc
Yup.
> You should make sure t
PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Harvey,
Edward
Sent: vrijdag 2 november 2007 19:51
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Help with installation
Hey ya.
* I'm trying to install nant 0.85 on RedHat Enterprise 4u4 x86_64.
* I installed mono 1.2.5.1 from s
Hey ya.
* I'm trying to install nant 0.85 on RedHat Enterprise 4u4 x86_64.
* I installed mono 1.2.5.1 from source, with defaults. ( sudo
./configure --prefix=/usr/local && sudo make && sudo make install )
* I installed pkg-config from CD rpm, pkgconfig-0.15.0-3.x86_64.rpm
* When I try building na
@lists.sourceforge.netSubject:
[Nant-users] Help with failing style task
The
Title: Help with failing style task
The
Elder
Sent: Wednesday, July 06, 2005
11:31 PM
To:
nant-users@lists.sourceforge.net
Subject: RE: [Nant-users] Help
with CL / LINK / RC and Versioning DLLs
Just including the “version.res” file inside the
LINK’s file list also does not work. I am comparing the output of
NANT (using verbose
DLL’s Properties dialog
when I compile via NANT.
Thanks again,
From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Aaron Elder
Sent: Wednesday, July 06, 2005
11:13 PM
To:
nant-users@lists.sourceforge.net
Subject: [Nant-users] Help with CL
/ LINK / RC and Versioning DLLs
This should be “simple” but it escapes me. I have an
unmanaged C++ DLL that I can build with CL and LINK no problem. I also have a “Version.rc”
file that I am able to turn into “Version.res” no problem. Now,
how do I get the DLL embed the version info correctly? I tried the “EmbeddedRes
-Original
Message-Sent: Monday,
January 31, 2005 7:10 PMTo:
nant-users@lists.sourceforge.netSubject: [Nant-users] Help with
XMLPoke
I’m trying to poke
this Xpath query and I’m getting an error
saying: prefix ‘xsi’ not defined.
Has anyone had troubl
uot;>
….
Commands>
Result
from XMLPoke
Failed
to select nodes with XPath _expression_ '//*[namespace::*]/@xsi:noNamespaceSchemaLocation'.
Prefix 'xsi' is not
defined.
Thanks in advance.
-Original Message-
Sent: Monday, January 31, 2005
7:10 PM
To:
na
Kevin,
Do you have an xmlns declaration for the xsi namespace?
Merrill
---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish repor
I’m
trying to poke this Xpath query and I’m
getting an error saying: prefix ‘xsi’ not defined.
Has
anyone had trouble with this?
//*[namespace::*]/@xsi:noNamespaceSchemaLocation
-
BUILD
FAILED
D:\PolicyServices\BuildFiles\PolicyServices.build(412,4):
Failed
to
.
Hope it solves the prob!
Steven.
-Original Message-
From: Nadine Schlaudraff [mailto:[EMAIL PROTECTED]
Sent: Monday, June 14, 2004 12:05 PM
To: [EMAIL PROTECTED]
Subject: [Nant-users] Help with "Getting SourceCode from VSS"
Hi All,
This is my code to get source cod
, June 14, 2004 11:05 AM
To: [EMAIL PROTECTED]
Subject:[Nant-users] Help with "Getting SourceCode from VSS"
Hi All,
This is my code to get source code from VSS:
Test Getting from SourceSafe
This is
Hi All,
This is my code to get source code from VSS:
Test Getting from SourceSafe
This is the error:
C:\Projects\NAnt\bin>NAnt
-buildfile:C:\TestEasyDirect\TestGettingFromSourceSafe.build
NAnt 0.85 (Build 0.85.1606.0;
James:
Glad to hear you found a solution-
Martin
- Original Message -
From: "James Hafer" <[EMAIL PROTECTED]>
To: "Martin Gainty" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Thursday, May 20, 2004 3:53 PM
Subject: RE: [Nant-users] Help with xmlp
Sent: Wednesday, May 19, 2004 8:29 AM
To: James Hafer; [EMAIL PROTECTED]
Subject: Re: [Nant-users] Help with xmlpoke
>From what I know of the situation..
Its easier to write a quick and dirty utility which will iterate through
all
nodes of your System.XML.XMLDocument which meet the criteria
ac']/@refto"
In other words, I somehow need to 'escape' the sequence
[EMAIL PROTECTED]'References/Reference[contains(@refto, 'dbcore')]'] so that
Nant's xpath function doesn't try to interpret it.
~James
-Original Message-----
From: Martin Gaint
d to 'escape' the sequence
[EMAIL PROTECTED]'References/Reference[contains(@refto, 'dbcore')]'] so that
Nant's xpath function doesn't try to interpret it.
~James
-Original Message-
From: Martin Gainty [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May
James-
What happened after you followed up with Gert Dreisen's inserted
namespace???
Regards,
-Martin
From: "James Hafer" <[EMAIL PROTECTED]>
To: "Martin Gainty"
<[EMAIL PROTECTED]>,<[EMAIL PROTECTED]>
Subject: RE: [Nant-users] Help with xmlpoke
; <[EMAIL PROTECTED]>
To: "Martin Gainty" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Wednesday, May 19, 2004 4:31 AM
Subject: RE: [Nant-users] Help with xmlpoke
I tried this:
xpath="/xsl:transform/*/*/*/xsl:for-each/[EMAIL PROTECTED]'Gac']/@refto&quo
ssage-
From: Martin Gainty
[mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 18, 2004 7:56
PM
To: James Hafer;
[EMAIL PROTECTED]
Subject: Re: [Nant-users] Help
with xmlpoke
James
The trick is to follow the rules of XPath when
evaluating the _expression_ within xmlpoke
- Original M
James
The trick is to follow the rules of XPath when
evaluating the _expression_ within xmlpoke
- Original Message -
From:
James
Hafer
To: [EMAIL PROTECTED]
Sent: Tuesday, May 18, 2004 9:14 PM
Subject: [Nant-users] Help with
xmlpoke
Hello,
I
Hello,
I
need to change version numbers for particular assemblies referenced within an XML
formatted application.config file.
For
example, given this XML:
How
would xmlpoke be used
- Original Message -
From: "Scott Arbiv" <[EMAIL PROTECTED]>
To: "'Gert Driesen'" <[EMAIL PROTECTED]>
Sent: Thursday, October 16, 2003 8:00 PM
Subject: RE: [Nant-users] Help with System.Collections...
> Gert,
>
> I'm using versi
:
..
Hope this helps,
Gert
- Original Message -
From: "Scott Arbiv" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 16, 2003 7:37 PM
Subject: [Nant-users] Help with System.Collections...
> I am trying to compile a file "AddressTest
Title: Help with System.Collections...
I am trying to compile a file "AddressTester.cs" under windows XP & .net 1.0. This file uses System.Collections.
I can't seem to compile it with nant. I tried adding the includes for the M$ dll's and still nothing.
When trying to compile, it says
On my box which has both 1.0 and 1.1 CLR versions on it, I
can successfully build Windows applications with NANT but get this error when
building a simple ASP.NET page:
NAnt version
0.8.3 Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net
settings warning: frameworki
ent: Monday, August 18, 2003 2:01 AM
To: [EMAIL PROTECTED]
Subject: [Nant-users] Help with versiontask and build output log
Hi guys,
I'm a newbie when it comes to NAnt as i have just started writing a build file to
automate daily builds for my projects, and I'm currently facing 2 probl
raconet.sourceforge.net service for continous
integration. Though I still need to figure out how to schedule a build and
have the build log emailed to interested parties.
Hope this helps.
-daya sharma
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Edmund
Hi guys,
I'm a newbie when it comes to NAnt as i have just started writing a build file to
automate daily builds for my projects, and I'm currently facing 2 problems that I hope
someone can hep me with.
The first is regarding the version task, i want to generate a build version number
each t
u need to be able to find csc.exe on the
PATH, wherever it is.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Erv Walter
Sent: Monday, June 23, 2003 16:02
To: [EMAIL PROTECTED]
Subject: RE: [Nant-users] help with the solution task
Actually, I'l
From: "Jean Rajotte" <[EMAIL PROTECTED]>
To: "'Erv Walter'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, June 23, 2003 3:12 PM
Subject: RE: [Nant-users] help with the solution task
> i concur that isn't right and that Ian said he&
gt; Sent: Monday, June 23, 2003 16:02
> To: [EMAIL PROTECTED]
> Subject: RE: [Nant-users] help with the solution task
>
>
> Actually, I'll speak up and request that we don't add paths
> at install. We should strive to be as "xcopy friendly" as
> possib
t; <[EMAIL PROTECTED]>
To: "'Paul Welter'" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Monday, June 23, 2003 2:11 PM
Subject: RE: [Nant-users] help with the solution task
> it's probably choking on finding csc.exe or vbc.exe. it expects those
>
OTECTED]>
Sent: Monday, June 23, 2003 2:11 PM
Subject: RE: [Nant-users] help with the solution task
> it's probably choking on finding csc.exe or vbc.exe. it expects those
> on the path.
>
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [ma
it's probably choking on finding csc.exe or vbc.exe. it expects those
on the path.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Paul Welter
> Sent: Monday, June 23, 2003 14:26
> To: [EMAIL PROTECTED]
> Subject:
To: [EMAIL PROTECTED]
Subject: [Nant-users] help with the solution task
I need some help with the solution task. When I run the build, I get a
"The
system cannot find the file specified" error. I'm not sure what I'm
doing
wrong as it doesn't tell me what file it can
I need some help with the solution task. When I run the build, I get a "The
system cannot find the file specified" error. I'm not sure what I'm doing
wrong as it doesn't tell me what file it can't find. What do I have to have
in the path? Could I be missing something in my path?
The log file
73 matches
Mail list logo