Hi,
I know NAnt is not maintained by the TSVN team, but it is a requirement to
be able to build the docs. I have no experience at all using NAnt or other
.Net based tools, so I first wanted to post here (I am trying to get the
TSVN doc builds up and running).
I have downloaded NAnt 0.91, unzipped it and added the bin folder to my
system path. When running the nant command the following error is shown:
D:\data\TSVNWork\trunk\doc>nant -verbose /f:doc.build all
NAnt 0.91 (Build 0.91.4312.0; release; 22-10-2011)
Copyright (C) 2001-2011 Gerry Shaw
http://nant.sourceforge.net
INTERNAL ERROR
Could not load file or assembly 'System.Web, Version=4.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one o
f its dependencies. The system cannot find the file specified.
Could not load file or assembly 'System.Web, Version=1.0.3300.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' o
r one of its dependencies. The system cannot find the file specified.
Stacktrace:
System.IO.FileNotFoundException: Could not load file or assembly
'System.Web, Version=4.0.0.0, Culture=neutral, PublicKe
yToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find
the file specified.
File name: 'System.Web, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a' ---> System.IO.FileNotFoundEx
ception: Could not load file or assembly 'System.Web, Version=1.0.3300.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a
3a' or one of its dependencies. The system cannot find the file specified.
File name: 'System.Web, Version=1.0.3300.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a'
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind
failure logging.
To turn this feature off, remove the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog].
at System.Reflection.RuntimeAssembly.GetExportedTypes(RuntimeAssembly
assembly, ObjectHandleOnStack retTypes)
at System.Reflection.RuntimeAssembly.GetExportedTypes()
at NAnt.Core.TypeFactory.ScanAssembly(Assembly assembly, Task task)
at NAnt.Core.ProjectSettingsLoader.ProcessPlatform(XmlNode platformNode)
at NAnt.Core.ProjectSettingsLoader.ProcessSettings()
at NAnt.Core.Project.CtorHelper(XmlDocument doc, Level threshold, Int32
indentLevel, Optimizations optimization)
at NAnt.Core.Project..ctor(String uriOrFilePath, Level threshold, Int32
indentLevel)
at NAnt.Core.ConsoleDriver.Main(String[] args)
Please send a bug report (including the version of NAnt you're using) to
nant-developers_at_lists.sourceforge.net
Any clues on how to proceed?
--
Regards,
Jean-Marc
--
. ___
. @@ // \\ "De Chelonian Mobile"
. (_,\/ \_/ \ TortoiseSVN
. \ \_/_\_/> The coolest Interface to (Sub)Version Control
. /_/ \_\ http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2862284
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-10-24 10:09:15 CEST