http://bugzilla.novell.com/show_bug.cgi?id=601801
http://bugzilla.novell.com/show_bug.cgi?id=601801#c1 Ole Hyldahl Tolshave <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Ole Hyldahl Tolshave <[email protected]> 2010-05-24 11:14:12 UTC --- I get the same problem if I try to compile the latest NAnt package (nant-0.91-nightly-2010-05-12) with Mono from trunk (r157683). I have created this self contained test case based on the NAnt source: $ cat File1.cs -bash-4.0$ cat File1.cs namespace NAnt.Core.Filters { /// <summary> /// Represent a chain of NAnt filters that can be applied to a 'Task'. /// </summary> /// <remarks> /// <list type="bullet"> /// <item> /// <description><see cref="NAnt.Core.Tasks.CopyTask"/></description> /// </item> /// </list> /// </remarks> public class FilterChain { private static void Main (string[] args) {} } } namespace NAnt.Core.Tasks { /// <summary> /// Copies a file or set of files to a new file or directory. /// </summary> public class CopyTask { } } -bash-4.0$ mcs File1.cs -doc:Doc.xml -warnaserror File1.cs(12,22): error CS1574: XML comment on `NAnt.Core.Filters.FilterChain' has cref attribute `NAnt.Core.Tasks.CopyTask' that could not be resolved Compilation failed: 1 error(s), 0 warnings If I use mono 2.6.4 the file builds without problems. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
