View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014500CMakeModulespublic2013-10-21 09:082016-06-10 14:31
Reporterhadim 
Assigned ToKitware Robot 
PrioritynormalSeveritymajorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product VersionCMake 2.8.12 
Target VersionFixed in Version 
Summary0014500: UseJava.cmake add_jar() resource files: specify relative path
DescriptionI didn't find a clean way to specify path for resource files. For example I have a file called ./a/path/text_linux.config and I would like to add it at the source of the jar file (if I also can rename it, it will be awesome !).

add_jar(MY_TARGET
        SOURCES ${source_files}
                ./a/path/text_linux.config

        INCLUDE_JARS ${some_jars})

In the generated jar file, my resource file is under ./a/path/text_linux.config and I would like to have it under ./text.config for example.

Any idea ?
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0042398)
Kitware Robot (administrator)
2016-06-10 14:29

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.

 Issue History
Date Modified Username Field Change
2013-10-21 09:08 hadim New Issue
2016-06-10 14:29 Kitware Robot Note Added: 0042398
2016-06-10 14:29 Kitware Robot Status new => resolved
2016-06-10 14:29 Kitware Robot Resolution open => moved
2016-06-10 14:29 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team