From: <rob...@ko...> - 2005-12-16 01:29:18
|
I am unable to find any working documentation (or source) for NetReflector. I am working on adding an (ordered) array of values to the DevEnv task in CC.Net; it is fairly simple to see how ReflectorProperty works, but I would like to do two additional things: Goal 1: support a list of values in a task: <task> <seach-path>Search Path 1</search-path> <seach-path>Search Path 2</search-path> <seach-path>Search Path 3</search-path> ... etcetera </task> Goal 2: <task> <environment-variable name="env-var-1">Value 1</environment-variable> <environment-variable name="env-var-2">Value 2</environment-variable> ... etcetera </task> Please let me know where to find the information on these patterns. Thanks! Robert Altman ro...@Al... (please CC "ro...@Al..." on your reply if you can. Thanks again.) BTW - nice job on the reflector; it's pretty cool. |