Bugs item #1179203, was opened at 2005-04-08 15:10
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1179203&group_id=31650

Category: Core
Group: cvs
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: HWANG YUNSONG (hys545)
>Assigned to: Gert Driesen (drieseng)
Summary: mono-svn use compile error

Initial Comment:
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
resgen  src/NAnt.Core/Resources/Strings.resx 
bootstrap/Strings.resources
Read in 181 resources 
from 'src/NAnt.Core/Resources/Strings.resx'
Writing resource file...  Done.
mcs -target:library -warn:0 -define:MONO -
out:bootstrap/NAnt.Core.dll -debug -
resource:bootstrap/Strings.resources     -r:lib/log4net.dll -r:System.Web.dll 
-recurse:src/NAnt.Core/*.cs 
src/CommonAssemblyInfo.cs
src/NAnt.Core/Element.cs(51) error CS1540: Cannot 
access protected member 
`NAnt.Core.Element.Location' via a qualifier of type 
`object'; the qualifier must be of type 
`NAnt.Core.Element' (or derived from it)
src/NAnt.Core/Element.cs(460) error CS1540: Cannot 
access protected member 
`NAnt.Core.Element.Location' via a qualifier of type 
`object'; the qualifier must be of type 
`NAnt.Core.Element' (or derived from it)
Compilation failed: 2 error(s), 0 warnings
make: *** [bootstrap/NAnt.Core.dll] 오류 1 
I used mono-svn-2005-04-08
nant-cvs-20050408


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

>Comment By: Gert Driesen (drieseng)
Date: 2005-04-13 22:19

Message:
Logged In: YES 
user_id=707851

The bug (#74528) that caused the compile error is now fixed 
in Mono svn.

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

Comment By: Tom Wirschell (wirschell)
Date: 2005-04-09 10:48

Message:
Logged In: YES 
user_id=760397

I looked at the code, and while not being an NAnt developer,
I can see no fault in their implementation. I've raised this
issue with the Mono people here:
http://bugzilla.ximian.com/show_bug.cgi?id=74528

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to