View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0012054 | CMake | Modules | public | 2011-04-07 07:11 | 2012-01-02 15:56 | ||||
Reporter | Rolf Eike Beer | ||||||||
Assigned To | David Cole | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | CMake 2.8.4 | ||||||||
Target Version | CMake 2.8.6 | Fixed in Version | CMake 2.8.6 | ||||||
Summary | 0012054: FindJava.cmake too noisy on second run | ||||||||
Description | Other Find*.cmake modules (like Qt) don't output anything on second run. FindJava.cmake does. | ||||||||
Steps To Reproduce | PROJECT(JavaTest NONE) CMAKE_MINIMUM_REQUIRED(VERSION 2.8) FIND_PACKAGE(Java REQUIRED) FIND_PACKAGE(Java REQUIRED) | ||||||||
Additional Information | $ cmake . -- Java version 1.6.0.24 configured successfully! -- Java version 1.6.0.24 configured successfully! -- Configuring done -- Generating done -- Build files have been written to: /tmp/cmjava | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | 0001-remove-extra-output-message-from-FindJava.cmake.patch [^] (1,094 bytes) 2011-04-08 02:01 [Show Content] | ||||||||
Relationships | |
Relationships |
Notes | |
(0026148) Rolf Eike Beer (developer) 2011-04-08 02:02 |
Simply removing that extra message fixes this while still printing out the version on first CMake run through FPHSA. |
(0027155) David Cole (manager) 2011-08-03 10:07 |
Fix pushed to CMake 'next' : http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f46236949e8c981703fd4b0f7b32d588c888d98d [^] |
(0028119) David Cole (manager) 2012-01-02 15:56 |
Closing resolved issues that have not been updated in more than 4 months. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2011-04-07 07:11 | Rolf Eike Beer | New Issue | |
2011-04-08 02:01 | Rolf Eike Beer | File Added: 0001-remove-extra-output-message-from-FindJava.cmake.patch | |
2011-04-08 02:02 | Rolf Eike Beer | Note Added: 0026148 | |
2011-08-01 11:38 | David Cole | Assigned To | => David Cole |
2011-08-01 11:38 | David Cole | Status | new => assigned |
2011-08-01 11:39 | David Cole | Target Version | => CMake 2.8.6 |
2011-08-03 10:07 | David Cole | Note Added: 0027155 | |
2011-08-03 10:07 | David Cole | Status | assigned => resolved |
2011-08-03 10:07 | David Cole | Fixed in Version | => CMake 2.8.6 |
2011-08-03 10:07 | David Cole | Resolution | open => fixed |
2012-01-02 15:56 | David Cole | Note Added: 0028119 | |
2012-01-02 15:56 | David Cole | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |