This question might belong on the dev-list, of which I am not a member,
but I'll ask it here anyway. Does the NAnt architecture support
"returning" data from elements? For example, it would be really handy to
get a list of the files built in a solution, perhaps with something like

<copy ...>
        <fileset>
                <solution ... />
        </fileset>
</copy>

so, in essence, the solution "returns", or evaluates to, a fileset. I
know that the solution task doesn't do this, my question was more if it
was possible. It's a little lispy, but it could be useful.

Thanks,
Erick


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to