http://nantcontrib.sourceforge.net/release/latest/help/functions/fileset.get-file-count.html
-Original Message-
From: [EMAIL PROTECTED] on behalf of Mark Modrall
Sent: Sat 2/3/2007 2:54 PM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] any way to tell how many files in a ?
A
We have written a small C# "script" that waits for a set of files to appear.
It has a polling interval for checking the files, and a timeout value for a
"give-up" condition. Its not tightly-integrated into NAnt, but it works.
-Original Message-
From: [EMAIL PROTECTED] on behalf of Mar
All,
Are filesets different than properties? I have many cases where I have
written a NAnt "subroutine" by creating a separate buildfile with a
standard set of "parameters" (properties) and then call the buildfile.
As I stated, I use properties to hand-in values.
Now I am working on writing a
is a good idea.
From: Bob Archer [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 15, 2006 12:13 PM
To: Michael Frederick; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] Does NAnt have a "while" capability?
Can't cruise control do this for you by setting up
I need a NAnt project to do some work and then wait for some event to
occur, such as a specific file in a specific directory to appear. To do
this I will need some sort of "while (file-exists != "true")"
capability. This means I would need 2 capabilities; a "sleep" taks
(which is present) and a l
Hello,
I need a little
help. We use CruiseControl.NET to drive a project that includes a NAnt
task which internally drives a MSBuild task. I would like to have the
MSBuild output logged separately; then I will have CruiseControl.NET pull it all
back together. This should allow me to hav
Title: Message
I do InstallShield with a batch file. I
the batch file:
Perform InstallShield
packaging program="cmd.exe" commandline="/c
ISBuild.bat ${IS.ProjectPath}
${Build.FullVersion}" failonerror="false" resultproperty="IS.Result" />
The batch file ISBuild.bat does 2 ma
Title: Message
I'd like to broaden his request a bit. One of the
things I'm going to need to do is to take segments of a NAnt-directed build and
break the output into separately viewable areas of the
dashboard.
For example, my code monkeys only really care about seeing
the output from MSB
I have an
task which produces output that I want to capture in a file, but
not have present in the NAnt output. No matter what combination of
settings I have tried I cannot seem to produce this result. Here's the
original project file:
program="$
Hello,
I thought I was
following the examples pretty well, but I can't seem to get a small NAnt build
file to enumerate all files in a folder tree *except* ones that have a specific
path element. I have a folder tree that I know has a folder named "_sgbak"
in it and I want the names of al
Hello,
One of the myraid of
version number formats that must be accomidated is the DWord format. This
is a 32-bit unsigned value, with each byte getting one of the fields of a full
version string, e.g., version 3.5.100.7 in DWord version format would be
0x03056407...
03 = 3 = major
ver
Even better might be:
Unless you need to do something in between...Like the way the
task works with targets.
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get
Uh, I'm a little
lost here. Sorry, beginner question.
I want to detect if
a property has/has not been defined and do conditional processing based on
whether or not the property exists. I thought I should
do:
And then I run
it:
C:\build\BuildIt>nant -f:prop.buildNAnt 0.85 (Build
Uh, I'm a little
lost here. Sorry, beginner question.
I want to detect if
a property has/has not been defined and do conditional processing based on
whether or not the property exists. I thought I should
do:
And then I run
it:
C:\build\BuildIt>nant -f:prop.buildNAnt 0.85 (Build
I'm working on converting some projects to using Nant for the build
infrastructure. It struck me that I should create a main structure and
then use s to pull in the XML for each major step. This way I
could:
1) isolate the XML into discrete files.
2) re-use these files across products.
3) becaus
15 matches
Mail list logo