Search Results

5
votes

NAnt and dual platform build - best way to build on Windows AND Mono/Linux

Hi Frep, This shouldn't be a particularly difficult excercise. We do some fairly similar stuff on one of my projects since half of it runs on Java using Ant to run relevant targets, and the …
1
vote

How do I create an automated build file for VB.Net in NAnt?

Hi mmattax, I would recommend that you take the language specific compilers out of the equation for this one. And you can still use NAnt to do this: First start off with a target th …