Re: [Nant-users] solution task and clean target

2005-09-19 Thread Gary Feldman
noshyuz wrote: 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 f

Re: [Nant-users] solution task and clean target

2005-09-19 Thread noshyuz
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

Re: [Nant-users] solution task and clean target

2005-09-19 Thread Gary Feldman
noshyuz wrote: 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 som

[Nant-users] solution task and clean target

2005-09-19 Thread noshyuz
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