RE: [Nant-users] deprecated attribute "nowarn" of task csc

2004-12-21 Thread Gert Driesen
53 > To: [EMAIL PROTECTED] > Subject: [Nant-users] deprecated attribute "nowarn" of task csc > > Hello, > > in nant-0.85-rc1 the attribute "nowarn" of task csc > is deprecated and its use results in a warning. > But replacing it by the child element

[Nant-users] deprecated attribute "nowarn" of task csc

2004-12-21 Thread Helmut Dipper
Hello, in nant-0.85-rc1 the attribute "nowarn" of task csc is deprecated and its use results in a warning. But replacing it by the child element ... doesn't allow the use of a global property with a list of warning numbers for a series of builds with common behaviour of the ta