The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=14321 ====================================================================== Reported By: Graham Markall Assigned To: ====================================================================== Project: CMake Issue ID: 14321 Category: CMake Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2013-07-30 08:02 EDT Last Modified: 2013-07-30 08:02 EDT ====================================================================== Summary: create_javadoc does not work on Windows if doctitle or windowtitle are specified Description: create_javadoc encloses doctitle and windowtitle in single quotes, which causes the error:
"The system cannot find the file specified." on Windows. I have a patch to propose, which I shall upload shortly. Steps to Reproduce: Use create_javadoc in a CmakeLists.txt file with a DOCTITLE or WINDOWTITLE argument. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-07-30 08:02 Graham Markall New Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
