We have added some asp.net controls and I need to figure out how to build
our web app with them. VS.NET embeds the license stuff fine, but I haven't
a clue what to do for NANT.
Any help would be greatly appreciated.
---
This SF.NET email is sp
I am in charge of building a fairly large application containing about 250+
(grows daily) projects. I built my tools over a year ago - before I heard
about NANT. It is split into 3 major parts:
1) Getting the projects from VSS
2) Creating a "build order" - figuring out all the dependencies, the
I have a couple of projects, one with 37 assemblies, and one with 165. The
smaller one is a project to build the larger one - my home brew nightlybuild
project. One of the major tasks was to determine the order to build the
project - which dependencies to build first.
I was considering converti