Macros in nant
One of my favourite features of ant is the ability to create macros where you can define common behaviour and then call it from the rest of your build script.
Unfortunately that task doesn’t come with nant and it’s not available on nant-contrib either.
We were using a very roundabout way to build the various projects in our solution.
12345678910111213141516171819~</td> | <target name="compile"> <foreach item="Folder" property="folderName"> |
About the author
I'm currently working on short form content at ClickHouse. I publish short 5 minute videos showing how to solve data problems on YouTube @LearnDataWithMark. I previously worked on graph analytics at Neo4j, where I also co-authored the O'Reilly Graph Algorithms Book with Amy Hodler.