>----- Oorspronkelijk bericht -----
>Van: Leszek Ciesielski [mailto:[EMAIL PROTECTED]
>Verzonden: dinsdag, april 24, 2007 08:28 AM
>Aan: 'marek safar', 'mono-devel'
>Onderwerp: Re: [Mono-dev] Building nant-0.85 against Mono-1.2.4
>
>AFAIK this is fixed in nant repo, try building nant-nightly.

This was indeed fixed in cvs a while ago. I've also modified our build 
procedure to only consider warnings as error for nightly builds and dev builds; 
as a result, we won't run into a similar situation again.

Gert

>Or build nant with older mono, it'll work the same.
>
>On 4/24/07, marek safar <[EMAIL PROTECTED]> wrote:
>> Hello Paul,
>>
>> >
>> > I'm trying to build NAnt-0.85 against Mono-1.2.4 and it's throwing the
>> > following error. Does anyone know of a fix for it?
>> >
>> > The Nant bug reporter has something about it here
>> >
>> > http://sourceforge.net/tracker/index.php?func=detail&aid=1675297&group_id=31650&atid=402868
>> >
>> > but there isn't a fix on the site for it - is there one?
>>
>> The warning is correct and can be easily fixed. InitializeElement is virtual 
>> method
>> marked as obsolete but not in all its instances. To fix the warning you have 
>> to
>> either remove Obsolete attribute or add Obsolete attribute to all 
>> virtual/overrides
>> of the method.
>>
>> Regards,
>> Marek
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list@lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>
>
>
>-- 
>MS-DOS user since 5.0
>Windows user since 3.11
>Linux user since kernel 2.4
>Novell Netware user since 2.2
>WARCRAFT user since 1.0
>_______________________________________________
>Mono-devel-list mailing list
>Mono-devel-list@lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
>----- Oorspronkelijk bericht -----
>Van: Leszek Ciesielski [mailto:[EMAIL PROTECTED]
>Verzonden: dinsdag, april 24, 2007 08:28 AM
>Aan: 'marek safar', 'mono-devel'
>Onderwerp: Re: [Mono-dev] Building nant-0.85 against Mono-1.2.4
>
>AFAIK this is fixed in nant repo, try building nant-nightly.

This was indeed fixed in cvs a while ago. I've also modified our build 
procedure to only consider warnings as error for nightly builds and dev builds; 
as a result, we won't run into a similar situation again.

Gert

>Or build nant with older mono, it'll work the same.
>
>On 4/24/07, marek safar <[EMAIL PROTECTED]> wrote:
>> Hello Paul,
>>
>> >
>> > I'm trying to build NAnt-0.85 against Mono-1.2.4 and it's throwing the
>> > following error. Does anyone know of a fix for it?
>> >
>> > The Nant bug reporter has something about it here
>> >
>> > http://sourceforge.net/tracker/index.php?func=detail&aid=1675297&group_id=31650&atid=402868
>> >
>> > but there isn't a fix on the site for it - is there one?
>>
>> The warning is correct and can be easily fixed. InitializeElement is virtual 
>> method
>> marked as obsolete but not in all its instances. To fix the warning you have 
>> to
>> either remove Obsolete attribute or add Obsolete attribute to all 
>> virtual/overrides
>> of the method.
>>
>> Regards,
>> Marek
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list@lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>
>
>
>-- 
>MS-DOS user since 5.0
>Windows user since 3.11
>Linux user since kernel 2.4
>Novell Netware user since 2.2
>WARCRAFT user since 1.0
>_______________________________________________
>Mono-devel-list mailing list
>Mono-devel-list@lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>


_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to