Hello,
I have released the first beta of an open source project called
NAntCollections which is an extension to NAnt to provide collection management.
Currently the two collection types are dictionary (key/value pairs) and lists.
Collections can only store strings (unclear if this will change
Hello,
My friend and I have been wrestling for awhile on not having the
ability to maintain lists or arrays in NAnt scripts, having to resort instead
to delimited string properties. This can become unwieldy with large collections
or where you want a collection of collections. So we started the