Ticket #70 (closed defect: wontfix)

Opened 3 years ago

Last modified 3 years ago

Location for symbolserver folder

Reported by: michelpons Owned by: jasper
Priority: minor Milestone: Maintenance of Phase II
Component: Building distribution Version: 1.2.0.6
Keywords: Cc:

Description

Not sure what should be the logic there but since the layout of the COBIA repository was changed, the location of the symbolserver folder within the COBIA build automation is not found.
Microsoft Windows [Version 10.0.18362.1256]
(c) 2019 Microsoft Corporation. All rights reserved.

C:\Users\CTO>cd C:\Users\CTO\Documents\colan_cobia\trunk

C:\Users\CTO\Documents\colan_cobia\trunk>py makedistribution.py


locating build tools


Found Doxygen 1.8.20 (f246dd2f1c58eea39ea3f50c108019e4d4137bd5)
Found dot - graphviz version 2.44.1 (20200629.0800)
Found cmake version 3.19.0-rc3
Found Windows Installer XML Toolset Compiler version 3.11.2.4516
Found Windows Installer XML Toolset Linker version 3.11.2.4516
C:\Program Files (x86)\Windows Kits\10\bin\10.0.14393.0\x64\signtool.exe
C:\Program Files (x86)\Windows Kits\10\bin\10.0.15063.0\x64\signtool.exe
C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x64\signtool.exe
C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x64\signtool.exe
Found C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x64\signtool.exe
Found C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\symstore.exe
Using code signing certificate: CAPE
Building to C:\Users\CTO\Documents\colan_cobia\COBIA.1.2.0.5
Building from C:\Users\CTO\Documents\colan_cobia\trunk
Using git for windows: C:\Program Files\Git\bin\git.exe
Traceback (most recent call last):

File "C:\Users\CTO\Documents\colan_cobia\trunk\makedistribution.py", line 223, in <module>

raise RuntimeError?('Did not find symbol repository - please check out symbol repository with "symbolserver" in the folder name, one folder above the COBIA repository:')

RuntimeError?: Did not find symbol repository - please check out symbol repository with "symbolserver" in the folder name, one folder above the COBIA repository:

There is no such thing as the COBIA repository anymore. There is a trunk folder in which the automation script lies as well as a COBIA folder among other folders.

Change History

comment:1 Changed 3 years ago by michelpons

  • Milestone set to Maintenance of Phase II

comment:2 Changed 3 years ago by jasper

  • Status changed from new to closed
  • Resolution set to wontfix

please do not check out the top of the repo. Use this instead:


svn+ssh://svn@colan.repositoryhosting.com/colan/cobia/trunk

Note: See TracTickets for help on using tickets.