[Mono-bugs] [Bug 601801] gmcs(mono-156994) don't parsing NAnt-XML
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon May 24 07:14:13 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=601801
http://bugzilla.novell.com/show_bug.cgi?id=601801#c1
Ole Hyldahl Tolshave <ohh at scisoft.dk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ohh at scisoft.dk
--- Comment #1 from Ole Hyldahl Tolshave <ohh at scisoft.dk> 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.
More information about the mono-bugs
mailing list