Title: Message
Apologies if this is a
repeat...
The parent property problem is resolvable
if you define the property in the parent script (probably as or something). You can then reset it in
nested scripts (I assume that's what you're talking about when you say a
controlling project? A
just
wasn't maintainable once the scripts became more complex (IWe checkout, build,
deploy, test and package from Nant).
Hope
that makes sense?
-Original Message-From: Martin Gainty
[mailto:[EMAIL PROTECTED] Sent: 13 May 2004 4:36PTo:
Price, Henry; [EMAIL PROTECTED]
Title: RE: [Nant-users] Interim state on a build between SUCCEEDED and FAILED
I've worked around a similar problem which relates to the success of Nunit tests (amongst other things) based on external sources. We have no control over them, so they are prone to fail which would normally cause th
yle="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial"><SPAN
class=343145515-30042004></SPAN>
project.Properties["dll.privateversion"] =
myFileVersionInfo.FilePrivatePart;<BR><SPAN
class=343145515-30042004></SPAN>]]></c
Title: Message
How
about something like this? (off the top of my head and without intellisense :)
We've
done something similar here - for checking which versions of files are installed
etc - had to do it all in script - I've given up on writing custom tasks, they
take too long to edit when
Title: Message
Yes
there is, but it's in the NAnt Contrib rather than the core (more info on NAntContrib can be found at: http://sourceforge.net/projects/nantcontrib )
http://nantcontrib.sourceforge.net/help/tasks/vssget.html
Will
fill you in on the command,
http://nantcontrib.sourcefor
Title: XMLPoke not allowing null
Hi,
I'm using the in our scripts quite a bit - the only problem is that it won't take an empty value - fails with:
'' is not a valid value for attribute 'value' of .
An empty value is not allowed.
An example of the script to generate it:
Title: RE: [Nant-users] access environment variables
Yes, what you need is the task (and specifically, the sys.env.* part of it)
Check the following URL for details on how to use it.
http://nant.sourceforge.net/nightly/help/tasks/sysinfo.html
-Original Message-
From: Samanth [m
Title: XMLPoke not allowing null
Hi,
I'm using the in our scripts quite a bit - the only problem is that it won't take an empty value - fails with:
'' is not a valid value for attribute 'value' of .
An empty value is not allowed.
An example of the script to generate it: