[Nant-users] license.licx from 3rd party for Asp.net control

2003-02-11 Thread Richards,Tom
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

RE: [Nant-users] Advantages of NAnt

2003-02-06 Thread Richards,Tom
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

[Nant-users] Novice: How can I get NANT to build dependencies first?

2002-08-19 Thread Richards,Tom
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