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! Solutions will contain paths to the 
VS2003 solution files, whereas releases will just be 'debug' and 'release'. I'm 
assuming different arrays are needed?
 
Can anyone help?
 
Cheers,
Mike.

_______________________________________________________

This e-mail and the documents attached are confidential and intended
solely for the addressee; it may also be privileged. If you receive this
e-mail in error, please notify the sender immediately and destroy it.
As its integrity cannot be secured on the Internet, the Atos Origin group
liability cannot be triggered for the message content. Although the
sender endeavours to maintain a computer virus-free network, the
sender does not warrant that this transmission is virus-free and will
not be liable for any damages resulting from any virus transmitted. 
_______________________________________________________


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to