4
shouts

Random Acts of Coding: Writing a Custom NAnt Task (Part 1)

posted by JamesEggersJamesEggers 250 days, 10 hours, 21 minutes ago
Thursday, June 04, 2009 9:21:24 PM GMT

Over the past month, I have been working on writing the SchemaSpy Task for NAnt located on CodePlex.  When I have began to create a few custom tasks for NAnt in the past, I found very little documentation about how to create one.  Much of the documentation surrounding how to create a custom task is based solely on examples without any supporting information.  While this works very well for basic things, there were some experiences I had to work through while writing the task for SchemaSpy that I would ta...

category: Agile | clicked: 8 | | source: randomactsofcoding.blogspot.com | show counter code
tags: AutomatedBuild, C#, NAnt, VB.NET