Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused and broken NHibernate.Setup WiX project #1405

Merged
merged 1 commit into from
Nov 1, 2017

Conversation

ngbrown
Copy link
Contributor

@ngbrown ngbrown commented Oct 25, 2017

Old cruft.

@ngbrown ngbrown changed the title Remove unused and broken NHibernate.Setup WiX project. Remove unused and broken NHibernate.Setup WiX project Oct 25, 2017
@hazzik
Copy link
Member

hazzik commented Oct 25, 2017

I don't think that this build project is broken. It's not used thou

@ngbrown
Copy link
Contributor Author

ngbrown commented Oct 28, 2017

The installer targets were removed from default.build in 2009. The package target stopped building the installer in 2009-07-13 (04d5b7b). The installer target was removed in 2009-07-15 (fe52d48#diff-b1c0063a96224064ea6da7bad7a0ba16L303).

Trying to run the NHibernate.Setup.build left in the directory results in:

PS C:\dev\OSS\nhibernate-core\src\NHibernate.Setup> ..\..\.\Tools\nant\bin\NAnt.exe msi.nhibernate
NAnt 0.91 (Build 0.91.4312.0; release; 2011-10-22)
Copyright (C) 2001-2011 Gerry Shaw
http://nant.sourceforge.net

[loadtasks] Failure scanning "C:\dev\OSS\nhibernate-core\Tools\nant\bin\NAnt.NUnit2Tasks.dll" for extensions. Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
Buildfile: file:///C:/dev/OSS/nhibernate-core/src/NHibernate.Setup/NHibernate.Setup.build
Target framework: Microsoft .NET Framework 4.0
Target(s) specified: msi.nhibernate


BUILD FAILED

C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.build(12,3):
Assembly "C:\Program Files (x86)\Windows Installer XML v3\bin\Microsoft.Tools.WindowsInstallerXml.NAntTasks.dll" does not exist. Can't scan for extensions.

Total time: 0.1 seconds.

The NAnt task hasn't been packaged with WiX since version 3.7 in 2012.

Manually running the WiX candle.exe and light.exe directly on NHibernate.Setup.wxs results in this:

PS C:\dev\OSS\nhibernate-core\src\NHibernate.Setup> & 'C:\Program Files (x86)\WiX Toolset v3.11\bin\candle.exe' -out .\ .\NHibernate.Setup.wxs -dVersion="5.0.0" -dNumericVersion="5.0.0" -dShortVersion="5.0.0" -dBuildDir="..\..\build\NHibernate-5.0.0\"
Windows Installer XML Toolset Compiler version 3.11.0.1701
Copyright (c) .NET Foundation and contributors. All rights reserved.

NHibernate.Setup.wxs
PS C:\dev\OSS\nhibernate-core\src\NHibernate.Setup> & 'C:\Program Files (x86)\WiX Toolset v3.11\bin\light.exe' .\NHibernate.Setup.wixobj -ext WixUIExtension
Windows Installer XML Toolset Linker version 3.11.0.1701
Copyright (c) .NET Foundation and contributors. All rights reserved.

C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(20) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\releasenotes.txt'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(25) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\Bamboo.Prevalence.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(28) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\Bamboo.Prevalence.license.txt'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(31) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\Bamboo.Prevalence.Util.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(34) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\Castle.DynamicProxy.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(37) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\Castle.DynamicProxy.license.txt'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(40) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\Castle.DynamicProxy.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(43) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\HashCodeProvider.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(46) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\HashCodeProvider.license.txt'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(49) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\ICSharpCode.SharpZipLib.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(52) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\Iesi.Collections.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(55) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\Iesi.Collections.license.txt'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(58) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\Iesi.Collections.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(61) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\log4net.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(64) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\log4net.license.txt'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(67) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\log4net.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(70) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\Memcached.ClientLibrary.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(73) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\Memcached.ClientLibrary.license.txt'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(76) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\NHibernate.Caches.MemCache.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(79) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\NHibernate.Caches.MemCache.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(82) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\NHibernate.Caches.Prevalence.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(85) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\NHibernate.Caches.Prevalence.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(88) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\NHibernate.Caches.SysCache.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(91) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\NHibernate.Caches.SysCache.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(94) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\NHibernate.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(97) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\NHibernate.JetDriver.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(100) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\NHibernate.JetDriver.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(103) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\NHibernate.license.txt'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(106) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\NHibernate.Mapping.Attributes.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(109) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\NHibernate.Mapping.Attributes.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(112) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\NHibernate.Tasks.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(115) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\NHibernate.Tasks.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(118) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\NHibernate.Tool.hbm2net.Console.exe'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(121) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\NHibernate.Tool.hbm2net.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(124) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\NHibernate.Tool.hbm2net.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(127) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\NHibernate.UserTypes.Oracle.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(130) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\NHibernate.UserTypes.Oracle.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(133) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\NHibernate.UserTypes.SqlTypes.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(136) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\NHibernate.UserTypes.SqlTypes.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(139) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\NHibernate.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(142) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\Nullables.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(145) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\Nullables.NHibernate.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(148) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\Nullables.NHibernate.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(151) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\Nullables.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(155) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\nant\log4net.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(158) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\nant\NAnt.Core.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(161) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\nant\NAnt.Core.license.txt'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(164) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-1.1\nant\NAnt.Core.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(170) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\Bamboo.Prevalence.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(173) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\Bamboo.Prevalence.license.txt'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(176) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\Bamboo.Prevalence.Util.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(179) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\Castle.DynamicProxy2.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(182) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\Castle.Core.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(185) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\Castle.DynamicProxy.license.txt'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(188) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\Castle.DynamicProxy2.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(191) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\ICSharpCode.SharpZipLib.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(194) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\Iesi.Collections.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(197) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\Iesi.Collections.license.txt'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(200) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\Iesi.Collections.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(203) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\log4net.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(206) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\log4net.license.txt'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(209) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\log4net.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(212) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\Memcached.ClientLibrary.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(215) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\Memcached.ClientLibrary.license.txt'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(218) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\NHibernate.Caches.MemCache.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(221) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\NHibernate.Caches.MemCache.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(224) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\NHibernate.Caches.Prevalence.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(227) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\NHibernate.Caches.Prevalence.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(230) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\NHibernate.Caches.SysCache.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(233) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\NHibernate.Caches.SysCache.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(236) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\NHibernate.Caches.SysCache2.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(239) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\NHibernate.Caches.SysCache2.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(242) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\NHibernate.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(245) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\NHibernate.JetDriver.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(248) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\NHibernate.JetDriver.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(251) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\NHibernate.license.txt'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(254) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\NHibernate.Mapping.Attributes.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(257) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\NHibernate.Mapping.Attributes.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(260) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\NHibernate.Tasks.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(263) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\NHibernate.Tasks.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(266) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\NHibernate.Tool.hbm2net.Console.exe'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(269) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\NHibernate.Tool.hbm2net.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(272) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\NHibernate.Tool.hbm2net.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(275) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\NHibernate.UserTypes.Oracle.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(278) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\NHibernate.UserTypes.Oracle.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(281) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\NHibernate.UserTypes.SqlTypes.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(284) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\NHibernate.UserTypes.SqlTypes.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(287) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\NHibernate.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(290) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\Nullables.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(293) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\Nullables.NHibernate.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(296) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\Nullables.NHibernate.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(299) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\Nullables.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(303) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\nant\log4net.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(306) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\nant\NAnt.Core.dll'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(309) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\nant\NAnt.Core.license.txt'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(312) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\bin\net-2.0\nant\NAnt.Core.xml'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(319) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\doc\NHibernate.Documentation.chm'.
C:\dev\OSS\nhibernate-core\src\NHibernate.Setup\NHibernate.Setup.wxs(327) : error LGHT0103 : The system cannot find the file '..\..\build\NHibernate-5.0.0\\src\NHibernate-5.0.0-src.zip'.

It is trying to include .NET 1.1 and .NET 2.0 assembies that no longer exist, even in the net-4.0 directory. I think "broken" is a nice word for this situation.

@hazzik hazzik merged commit a6f97d0 into nhibernate:master Nov 1, 2017
@hazzik hazzik added the r: Fixed label Nov 1, 2017
@hazzik hazzik added this to the 5.0.1 milestone Nov 1, 2017
@ngbrown ngbrown deleted the bug/drop-nhibernate.setup branch November 2, 2017 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants