Hi
I'm building on Linux Kubuntu 5.10 with mono-1.1.10.
Whey trying to build Nant nightly 2005-12-02-0.85 i get these errors
below.  not sure how to resolve these. also the error line, like in the
first 289 is actually 274 not sure why its off. 
274        [TaskAttribute("output", Required=false)]
275        public override FileInfo Output {

can i just put the full path to "output" like "NAnt.Core.Tasks.ExecTask.Output" 
and is that correct?

The Errors:

[csc] 
/home/rastaman/src/mono/nant-0.85-nightly-2005-12-02/src/NAnt.Core/Tasks/ExecTask.cs(289,30):
 error CS0419: Ambiguous reference in cref attribute `Output'. Assuming 
`NAnt.Core.Tasks.ExecTask.Output' but other overloads including 
`NAnt.Core.Tasks.ExternalProgramBase.Output' have also matched

[csc] 
/home/rastaman/src/mono/nant-0.85-nightly-2005-12-02/src/NAnt.Core/Tasks/MoveTask.cs(146,33):
 error CS0419: Ambiguous reference in cref attribute `ToDirectory'. Assuming 
`NAnt.Core.Tasks.MoveTask.ToDirectory' but other overloads including 
`NAnt.Core.Tasks.CopyTask.ToDirectory' have also matched

[csc] 
/home/rastaman/src/mono/nant-0.85-nightly-2005-12-02/src/NAnt.Core/Tasks/MoveTask.cs(157,30):
 error CS0419: Ambiguous reference in cref attribute `ToDirectory'. Assuming 
`NAnt.Core.Tasks.MoveTask.ToDirectory' but other overloads including 
`NAnt.Core.Tasks.CopyTask.ToDirectory' have also matched

[csc] 
/home/rastaman/src/mono/nant-0.85-nightly-2005-12-02/src/NAnt.Core/Types/FileSet.cs(892,34):
 error CS0419: Ambiguous reference in cref attribute `IfDefined'. Assuming 
`NAnt.Core.Types.FileSet.Include.IfDefined' but other overloads including 
`NAnt.Core.Types.FileSet.Exclude.IfDefined' have also matched

[csc] 
/home/rastaman/src/mono/nant-0.85-nightly-2005-12-02/src/NAnt.Core/Types/FileSet.cs(1030,34):
 error CS0419: Ambiguous reference in cref attribute `IfDefined'. Assuming 
`NAnt.Core.Types.FileSet.IncludesFile.IfDefined' but other overloads including 
`NAnt.Core.Types.FileSet.ExcludesFile.IfDefined' have also matched

[csc] 
/home/rastaman/src/mono/nant-0.85-nightly-2005-12-02/src/NAnt.Core/Element.cs(215,21):
 error CS1574: XML comment on 
`NAnt.Core.Element.Initialize(System.Xml.XmlNode)' has cref attribute 
`InitializeElement' that could not be resolved
                  [csc] Compilation failed: 6 error(s), 0 warnings





-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to