I have built the binaries targeting x64 (nant x64 release setup). I tried invoking "nant msi" and I get the following errors. The binaries are generated under \release64\bin but seems like the compiler is looking for binaries under release folder. Need your help to create the msi.
setup:
[exec] TortoiseSVN.wxs
[exec] FeaturesFragment.wxs
[exec] StructureFragment.wxs
[exec] UIFragment.wxs
[exec] E:\Tortoise_svn\trunk\src\TortoiseSVNSetup\StructureFrag
ment.wxs(54) : error LGHT0103 : The system cannot find the file '..\..\bin\Relea
se\bin\libapr_tsvn32.dll'.
[exec] E:\Tortoise_svn\trunk\src\TortoiseSVNSetup\StructureFrag
ment.wxs(55) : error LGHT0103 : The system cannot find the file '..\..\bin\Relea
se\bin\libaprutil_tsvn32.dll'.
[exec] E:\Tortoise_svn\trunk\src\TortoiseSVNSetup\StructureFrag
ment.wxs(63) : error LGHT0103 : The system cannot find the file '..\..\bin\Relea
se\bin\libsasl32.dll'.
[exec] E:\Tortoise_svn\trunk\src\TortoiseSVNSetup\StructureFrag
ment.wxs(77) : error LGHT0103 : The system cannot find the file '..\..\bin\Relea
se\bin\intl3_tsvn32.dll'.
[exec] E:\Tortoise_svn\trunk\src\TortoiseSVNSetup\StructureFrag
ment.wxs(99) : error LGHT0103 : The system cannot find the file '..\..\bin\Relea
se\bin\TortoiseSVN32.dll'.
[exec] E:\Tortoise_svn\trunk\src\TortoiseSVNSetup\StructureFrag
ment.wxs(100) : error LGHT0103 : The system cannot find the file '..\..\bin\Rele
ase\bin\TortoiseStub32.dll'.
[exec] E:\Tortoise_svn\trunk\src\TortoiseSVNSetup\StructureFrag
ment.wxs(101) : error LGHT0103 : The system cannot find the file '..\..\bin\Rele
ase\bin\libsvn_tsvn32.dll'.
BUILD FAILED
E:\Tortoise_svn\trunk\src\TortoiseSVNSetup\setup.build(116,8):
External Program Failed: light (return code was 103)
Total time: 4.4 seconds.
BUILD FAILED
Nested build failed. Refer to build log for exact reason.
Total time: 427.1 seconds.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3126159
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-07-07 17:08:57 CEST