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] doesn't work when xmlns attribute is set

2005-08-16 Thread Merrill Cornish
Celio, You need to have matching xmlns declarations in both build files _or_ you need to qualify the include parameter. Merrill --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA *

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

2005-08-16 Thread Célio Cidral Junior
It sounds a little strange, but it seems the task does not work properly when you set the xmlns attribute for the element. I have a build script with xmlns attribute set to something, and a number of tasks. http://nant.sf.net/schemas/nant.xsd";> etc... http://nant.sourcefor