Re: [Nant-users] Including Nant build files

2005-08-17 Thread Gary Feldman
Matt Trentini wrote: Thanks for all your help folks. A custom help task ought to do the job. Still seems to me that -projecthelp should parse any include tags but hey, I can live with that limitation! :) Would anyone be interested in a patch for that behaviour? Or is it undesirable (as it s

Re: [Nant-users] NantScript change does not trigger C# compiler

2005-08-17 Thread Gary Feldman
Ravisankar, Madhusudhanan wrote: In our project - which we build using nAnt 0.84 - if I change any compiler option like "/clr", etc., You should upgrade to 0.85 RC3 or a more recent nightly as soon as possible. Definitely do this before putting significant work into your build files, becaus

Re: [Nant-users] doesn't work when xmlns attribute is set

2005-08-17 Thread Célio Cidral Junior
Thanks, it works. 2005/8/16, Merrill Cornish <[EMAIL PROTECTED]>: > Celio, > > You need to have matching xmlns declarations in both build files _or_ you > need to qualify the include parameter. > > Merrill > -- Celio Cidral Junior WEG Eletric http://www.weg.com.br

Re: [Nant-users] Does it search for assemblies in GAC?

2005-08-17 Thread Célio Cidral Junior
Sorry Gert, you are right. I was not aware (until have debugged nant) of the fact that VS.NET search for assemblies also in the directories specified in the registry entry for both .net framework and visual studio. That's why it found the assemblies even after I had removed the HintPath. Thanks!

Re: [Nant-users] Including Nant build files

2005-08-17 Thread Merrill Cornish
Matt, A simple version could parse tasks with literal pathnames and quietly skip tasks that reference properties. Not perfect, but it would work in many cases. Merrill --- SF.Net email is Sponsored by the Better Software Conference & EXPO

[Nant-users] Re: Including Nant build files

2005-08-17 Thread lists
I vaguely started looking at it a while ago but didn't get much done. The current implementation uses an xslt stylesheet to process the buildfile and generate the projecthelp output. Xslt probably isn't really the right tool for this ( hey I was doing a lot of work with xslt at the time and wh