Bill
From "Burgess, Michael" <[EMAIL PROTECTED]>@lists.sourceforge.net
Sent by: [EMAIL PROTECTED]
24/04/2006 22:40
To
cc
Subject
[NAnt-users] NAnt Arrays
Hi there,
In NAnt, how can I can create arrays upon which I can use a 'foreach' command?
Fo
Hi Michael,
> In NAnt, how can I can create arrays upon which I can use a 'foreach' command?
What about using (quoted) comma delimited strings?
Something like:
I do something similar to loop through various Subversion repositories
and it works fin
Hi there,
In NAnt, how can I can create arrays upon which I can use a 'foreach' command?
For example, I want to be able to specify a few arrays to say then be used like
so:
for each solution s in solutions:
for each release r in releases
build
collate
Sorry for the naff pseudo code there!