Steven,
 
You should have one VS.NET solution with 3 projects, and three csc tasks (preferrably in three targets) to build these assemblies in NAnt.
 
Gert
----- Original Message -----
Sent: Monday, March 01, 2004 5:07 PM
Subject: [Nant-users] Begineers Question

I have a solution which contains a number of folders as shown below:
 
Solution
    Presentation
    BusinessLogic
    Utilities
 
All this builds into one executable for loading up to my PDA.
 
Utilities is in a name space Utilities, Presentation is in a name space
Presentation etc and the associated files are under the associated sub
directories.
 
Utilities can be used by all the above, whereas BusinessLogic content
can only be used by Presentation.
 
My first question is this
 
1.   Must the building of the above all be within one target inside one CSC
          or can I have say three targets with associated depends?
 
2.   My first experiment in one Task and one CSC, Utilities builds ok but
          nothing in the builds in BusinessLogic fail if they have a dependency
          on Utilities.
 
I do intend to eventually reorganise the above to be three seperate solutions
and then I think I would use references to solve the dependency problem bu tI am 
interested how to solve the above issue using NANT.
 
Kind regards

Steve  

Reply via email to