[NAnt-users] NAntCollections beta release

2007-07-08 Thread jkohlhepp . 52889615
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

[NAnt-users] NAntCollections - lists and dictionaries for NAnt

2007-06-27 Thread jkohlhepp . 52889615
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