Bugs item #1358905, was opened at 2005-11-17 21:09
Message generated for change (Comment added) made by hys545
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1358905&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: HWANG YUNSONG (hys545)
Assigned to: Nobody/Anonymous (nobody)
Summary: cvs-2005-11-17 compile error

Initial Comment:
[EMAIL PROTECTED] nant]$ make
mkdir -p bootstrap
cp -R lib/ bootstrap/lib
# Mono loads log4net before privatebinpath is set-up, 
so we need this in the same directory
# as NAnt.exe
cp lib/log4net.dll bootstrap
cp src/NAnt.Console/App.config bootstrap/NAnt.exe.
config
mono bootstrap/NAnt.exe -f:NAnt.build build
NAnt 0.85 (Build 0.85.1977.0; dev; 05/31/2005)
Copyright (C) 2001-2005 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///home/hys545/nant/NAnt.build
Target framework: Mono 2.0 Profile
Target(s) specified: build

   [tstamp] Thursday, 17 November 2005 20:56:39.

init:


debug:


set-framework-configuration:


set-mono-2.0-framework-configuration:


create-common-assemblyinfo:

   [attrib] Setting file attributes for 1 files to 
Normal.

build:

     [echo] Build Directory is /home/hys545/nant/build/
mono-2.0.unix/nant-0.85-debug
     [nant] /home/hys545/nant/src/NAnt.Core/NAnt.Core.
build build
            Buildfile: file:///home/hys545/nant/src/
NAnt.Core/NAnt.Core.build
            Target framework: Mono 2.0 Profile
            Target(s) specified: build


            build:

                  [csc] Compiling 154 files to '/home/
hys545/nant/build/mono-2.0.unix/nant-0.85-debug/bin/
NAnt.Core.dll'."
                           [resgen] Read in 199 
resources from '/home/hys545/nant/src/NAnt.Core/
Resources/Strings.resx'
                           [resgen] Writing resource 
file...  Done.
                  [csc] /home/hys545/nant/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/hys545/nant/src/NAnt.Core
/Tasks/MoveTask.cs(146,33): error CS0419: Ambiguous 
reference in cref attribute `ToDirectory'. Assuming `
NAnt.Core.Tasks.MoveTask.ToDirectory' butother 
overloads including `NAnt.Core.Tasks.CopyTask.
ToDirectory' have also matched
                  [csc] /home/hys545/nant/src/NAnt.Core
/Tasks/MoveTask.cs(157,30): error CS0419: Ambiguous 
reference in cref attribute `ToDirectory'. Assuming `
NAnt.Core.Tasks.MoveTask.ToDirectory' butother 
overloads including `NAnt.Core.Tasks.CopyTask.
ToDirectory' have also matched
                  [csc] /home/hys545/nant/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/hys545/nant/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/hys545/nant/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

            BUILD FAILED - 0 non-fatal error(s), 6 
warning(s)

            /home/hys545/nant/src/NAnt.Core/NAnt.Core.
build(11,10):
            External Program Failed: /usr/lib/pkgconfig
/../../lib/mono/2.0/gmcs.exe (return code was1)

            Total time: 48.7 seconds.


BUILD FAILED

Nested build failed.  Refer to build log for exact 
reason.

Total time: 78 seconds.

make: *** [build-nant] Error 1
[EMAIL PROTECTED] nant]$                        







----------------------------------------------------------------------

>Comment By: HWANG YUNSONG (hys545)
Date: 2005-11-17 21:09

Message:
Logged In: YES 
user_id=43886

i use mono-53162

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1358905&group_id=31650


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to