> From: Carlo Poli [mailto:[EMAIL PROTECTED] 
> I am already able to build the solution using the new <solution> task. 
> The next thing I want to do is to runs all project dll's through the
<nunit2> task. 

I was thinking about how this could be done with the solution task. Seems to
me a good solution (no pun intended) to this problem is the ability to set a
callback target for the solution task that will be invoked after each
project is built. This could be implemented similar to the nant.onsuccess
property for the whole build. A few well defined properties could be set for
the target to use, such as project name and output assembly (could just
expose properties in the ProjectSettings class).

This way, script writers would have control and all the information needed
to run tests, FxCop or whatever.

-Brian


-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to