Bugs item #2943544, was opened at 2010-02-01 16:11
Message generated for change (Tracker Item Submitted) made by hys545
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=2943544&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
Private: No
Submitted By: YunSong Hwang (hys545)
Assigned to: Nobody/Anonymous (nobody)
Summary: nant-cvs build error(in mono-svn-150618

Initial Comment:
I checked nant-cvs(2010-2-1)
&install mono-svn-150618
----------
mcs -target:library -warn:0 -define:MONO -out:bootstrap/NAnt.DotNetTasks.dll \
                -r:./bootstrap/NAnt.Core.dll 
-r:bootstrap/lib/net/1.0/NDoc.Core.dll \
                -recurse:src/NAnt.DotNet/*.cs 
-resource:bootstrap/NAnt.DotNet.Resources.Strings.resources \
                src/CommonAssemblyInfo.cs
mcs -target:library -warn:0 -define:MONO 
-out:bootstrap/NAnt.CompressionTasks.dll \
                -r:./bootstrap/NAnt.Core.dll 
-r:bootstrap/lib/common/neutral/ICSharpCode.SharpZipLib.dll \
                -recurse:src/NAnt.Compression/*.cs src/CommonAssemblyInfo.cs
mono bootstrap/NAnt.exe -f:NAnt.build build
log4net:ERROR LogLog: Exception while reading ConfigurationSettings. Check your 
.config file is well formed XML.

Unhandled Exception: System.TypeInitializationException: An exception was 
thrown by the type initializer for NAnt.Console.ConsoleStub ---> 
System.TypeInitializationException: An exception was thrown by the type 
initializer for log4net.Core.LoggerManager ---> 
System.TypeInitializationException: An exception was thrown by the type 
initializer for log4net.Util.LogLog ---> 
System.Configuration.ConfigurationErrorsException: Error Initializing the 
configuration system. ---> System.Configuration.ConfigurationErrorsException: 
Unrecognized configuration section <appSettings> 
(/media/mono-work/nant/bootstrap/NAnt.exe.config line 8)
  at System.Configuration.ConfigInfo.ThrowException (System.String text, 
System.Xml.XmlReader reader) [0x00000] in <filename unknown>:0 
  at System.Configuration.SectionGroupInfo.ReadContent (System.Xml.XmlReader 
reader, System.Configuration.Configuration config, Boolean overrideAllowed, 
Boolean root) [0x00000] in <filename unknown>:0 
  at System.Configuration.SectionGroupInfo.ReadRootData (System.Xml.XmlReader 
reader, System.Configuration.Configuration config, Boolean overrideAllowed) 
[0x00000] in <filename unknown>:0 
  at System.Configuration.Configuration.ReadConfigFile (System.Xml.XmlReader 
reader, System.String fileName) [0x00000] in <filename unknown>:0 
  at System.Configuration.Configuration.Load () [0x00000] in <filename 
unknown>:0 
  at System.Configuration.Configuration.Init (IConfigSystem system, 
System.String configPath, System.Configuration.Configuration parent) [0x00000] 
in <filename unknown>:0 
  at System.Configuration.Configuration..ctor 
(System.Configuration.InternalConfigurationSystem system, System.String 
locationSubPath) [0x00000] in <filename unknown>:0 
  at System.Configuration.InternalConfigurationFactory.Create (System.Type 
typeConfigHost, System.Object[] hostInitConfigurationParams) [0x00000] in 
<filename unknown>:0 
  at System.Configuration.ConfigurationManager.OpenExeConfigurationInternal 
(ConfigurationUserLevel userLevel, System.Reflection.Assembly calling_assembly, 
System.String exePath) [0x00000] in <filename unknown>:0 
  at System.Configuration.ClientConfigurationSystem.get_Configuration () 
[0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at System.Configuration.ClientConfigurationSystem.get_Configuration () 
[0x00000] in <filename unknown>:0 
  at 
System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection
 (System.String configKey) [0x00000] in <filename unknown>:0 
  at System.Configuration.ConfigurationManager.GetSection (System.String 
sectionName) [0x00000] in <filename unknown>:0 
  at System.Configuration.ConfigurationSettings.GetConfig (System.String 
sectionName) [0x00000] in <filename unknown>:0 
  at System.Diagnostics.DiagnosticsConfiguration.get_Settings () [0x00000] in 
<filename unknown>:0 
  at System.Diagnostics.TraceImpl.InitOnce () [0x00000] in <filename unknown>:0 
  at System.Diagnostics.TraceImpl.get_Listeners () [0x00000] in <filename 
unknown>:0 
  at System.Diagnostics.TraceImpl.get_ListenersSyncRoot () [0x00000] in 
<filename unknown>:0 
  at System.Diagnostics.TraceImpl.WriteLine (System.String message) [0x00000] 
in <filename unknown>:0 
  at System.Diagnostics.Trace.WriteLine (System.String message) [0x00000] in 
<filename unknown>:0 
  at log4net.Util.LogLog.EmitErrorLine (System.String message) [0x00000] in 
<filename unknown>:0 
  at log4net.Util.LogLog.Error (System.String message, System.Exception 
exception) [0x00000] in <filename unknown>:0 
  at log4net.Util.LogLog..cctor () [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at log4net.Core.LoggerManager..cctor () [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at log4net.LogManager.GetLogger (System.Reflection.Assembly 
repositoryAssembly, System.String name) [0x00000] in <filename unknown>:0 
  at log4net.LogManager.GetLogger (System.Type type) [0x00000] in <filename 
unknown>:0 
  at NAnt.Console.ConsoleStub..cctor () [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
make: *** [build-nant] 오류 1


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

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

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to