| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0007646 | CMake | CPack | public | 2008-09-10 08:50 | 2016-06-10 14:30 | ||||
| Reporter | Matt Williams | ||||||||
| Assigned To | Bill Hoffman | ||||||||
| Priority | normal | Severity | feature | Reproducibility | always | ||||
| Status | closed | Resolution | moved | ||||||
| Platform | x86_64 | OS | openSUSE Linux | OS Version | 11.0 | ||||
| Product Version | CMake-2-6 | ||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0007646: Percentage progress reporting for the "Build project" stage of CTest | ||||||||
| Description | Currently, if one runs 'make Experimental' on a project, cmake will be run, the project will be built and then the tests will be run. During the build phase, the output looks something like this: Build project Each symbol represents 1024 bytes of output. '!' represents an error and '*' a warning. ..**.*.************..........................!!!!. Size: 50K !!!!!!...!!!!!!!!!!!!!!!!!!!...................... Size: 100K ....!!............................................ Size: 150K .................................................. Size: 200K .................................................. Size: 250K .................................................. Size: 300K .................................................. Size: 350K .................................................. Size: 400K .................................................. Size: 450K ....... Given that cmake provided percentage progress reporting during a normal 'make' command, would it not be possible to provide a percentage progress report during the build phase of the test run too? | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0013414) Bill Hoffman (manager) 2008-09-11 10:19 |
It is not that easy. cmake only has progress when using makefiles, with VS IDE, or Xcode, it does not. Also, ctest and cmake are not running during the build, so ctest would have to parse the stdout of the build and extract the progress, and it would only work for makefile type builds. |
|
(0041450) Kitware Robot (administrator) 2016-06-10 14:27 |
Resolving issue as `moved`. This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2008-09-10 08:50 | Matt Williams | New Issue | |
| 2008-09-11 10:19 | Bill Hoffman | Note Added: 0013414 | |
| 2008-09-11 10:19 | Bill Hoffman | Status | new => assigned |
| 2008-09-11 10:19 | Bill Hoffman | Assigned To | => Bill Hoffman |
| 2016-06-10 14:27 | Kitware Robot | Note Added: 0041450 | |
| 2016-06-10 14:27 | Kitware Robot | Status | assigned => resolved |
| 2016-06-10 14:27 | Kitware Robot | Resolution | open => moved |
| 2016-06-10 14:30 | Kitware Robot | Status | resolved => closed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |