View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012054CMakeModulespublic2011-04-07 07:112012-01-02 15:56
ReporterRolf Eike Beer 
Assigned ToDavid Cole 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake 2.8.4 
Target VersionCMake 2.8.6Fixed in VersionCMake 2.8.6 
Summary0012054: FindJava.cmake too noisy on second run
DescriptionOther Find*.cmake modules (like Qt) don't output anything on second run. FindJava.cmake does.
Steps To ReproducePROJECT(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
TagsNo tags attached.
Attached Filespatch file icon 0001-remove-extra-output-message-from-FindJava.cmake.patch [^] (1,094 bytes) 2011-04-08 02:01 [Show Content]

 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.

 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


Copyright © 2000 - 2018 MantisBT Team