depending on your usage, it might be that the directories list is
pretty static, however one advantage of the solution file is that you
can change the list of dependent projects that are included - in this
case, you have to make sure you mirror the changes both in the project
file and in the NAnt s
is there a way to use the solution task to invoke a build from a .NET
solution file to run the clean (or rebuild) target directly?
adding a separate target to the NAnt build file to delete directories
and the like is clearly manual and error prone - what I'm looking for
is something within NAnt to
I'm attempting to use nant 0.85, rc3 with .NET 2003, but running into
problems when running the link stage of processing a solution file.
I've created a simple build file that uses the task to
build a solution file created by the IDE. internally, the solution
file references other project files.