Re: [NAnt-users] Trouble with dependancys and directories.
Kristoffer Roupé wrote: > ... > My dependancies is: > Project Depends on > = > ProjectA ExternalProject > ProjectATests ProjectA > > I'm using to include ExternalProject.build into ProjectA.build > to ensure that > ExternalProject is build b
[NAnt-users] Trouble with dependancys and directories.
Hi! I'm having trouble building my projects using the Nant depenancies. My catalog structure is as follows: Solution - ProjectA -ProjectA.source -ProjectA.build - Externals - ExternalProject -ExternalPr