I would like to filter tasks in an NAnt build file so that some tasks
are not processed when NAnt is run. For example, say you have some
<cvs> and <copy> tasks, but you don't want them to execute each time
NAnt runs. The constraint is that you don't have control over the NAnt
build file; somebody else has ownership of that file. What would be
the best way to do this?

I'm thinking about filtering using XSLT, but not if there's a better way.

Thanks!


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to