Bugs item #1223089, was opened at 2005-06-18 18:07
Message generated for change (Comment added) made by hys545
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1223089&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: Core
Group: cvs
Status: Open
Resolution: None
Priority: 5
Submitted By: HWANG YUNSONG (hys545)
Assigned to: Nobody/Anonymous (nobody)
Summary: mono is not compile cvs version

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
mcs -target:exe -define:MONO -out:bootstrap/NAnt.exe -r:
bootstrap/log4net.dll -recurse:src/NAnt.Console/*.cs src/CommonAssemblyInfo.cs

** (/usr/lib/mono/1.0/mcs.exe:28872): WARNING **: Cannot load 
type 'log4net.Layout.RawLayoutConverter'

Unhandled Exception: System.NullReferenceException: Object 
reference not set to an instance of an object
in <0x00010> log4net.Util.SystemInfo:AssemblyQualifiedName 
(System.Type type)
in <0x0001d> log4net.Util.TypeConverters.TypeConverterAttribute
:.ctor (System.Type converterType)
in <0x00000> <unknown method>
in (wrapper managed-to-native) System.MonoCustomAttrs:
GetCustomAttributesInternal (System.Reflection.
ICustomAttributeProvider,bool)
in <0x0000f> System.MonoCustomAttrs:
GetCustomAttributesBase (ICustomAttributeProvider obj)
in <0x00089> System.MonoCustomAttrs:GetCustomAttributes 
(ICustomAttributeProvider obj, System.Type attributeType, 
Boolean inherit)
in <0x0001a> System.MonoType:GetCustomAttributes (System.
Type attributeType, Boolean inherit)
in <0x0003d> Mono.CSharp.AttributeTester:
AnalyzeTypeCompliance (System.Type type)
in <0x000b9> Mono.CSharp.AttributeTester:IsClsCompliant 
(System.Type type)
in <0x000ce> Mono.CSharp.AttributeTester:
VerifyTopLevelNameClsCompliance ()
in <0x00bdd> Mono.CSharp.Driver:MainDriver (System.String[] 
args)
in <0x0000f> Mono.CSharp.Driver:Main (System.String[] args)
make: *** [bootstrap/NAnt.exe] &#50724;&#47448; 1
[EMAIL PROTECTED] nant]$                                    

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

>Comment By: HWANG YUNSONG (hys545)
Date: 2005-06-19 07:53

Message:
Logged In: YES 
user_id=43886

I use mono svn-46916)1.1.8
nant-cvs-2005-6-19

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

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


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to