View Issue Details

IDProjectCategoryView StatusLast Update
0004808AIAIpublic2015-08-09 01:43
Reporterbioinfornatics Assigned Toabma  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Summary0004808: Cmake macro ConfigureJavaSkirmishAI do not include src/main/resouces dir
DescriptionDear,

In java one common and standard directory is resources located in src/main/resources

could you append this path to build to jar ?

add_jar(target_name
        [SOURCES] source1 [source2 ...] [resource1 ...]
        [INCLUDE_JARS jar1 [jar2 ...]]
        [ENTRY_POINT entry]
        [VERSION version]
        [OUTPUT_NAME name]
        [OUTPUT_DIR dir]
        )

The cmake command add_jar support this.

 tree -d -L 2 src/
src/
??? main
    ??? java
    ??? resources
TagsNo tags attached.

Activities

abma

2015-06-14 00:02

administrator   ~0014583

Last edited: 2015-06-14 00:03

it seems "/resources" without prefix is supported.

https://github.com/spring/spring/blob/develop/AI/Interfaces/Java/CMakeLists.txt#L179

does this help/fix your problem?

abma

2015-08-09 01:43

administrator   ~0015055

no feedback -> closing

Issue History

Date Modified Username Field Change
2015-06-13 23:33 bioinfornatics New Issue
2015-06-14 00:02 abma Note Added: 0014583
2015-06-14 00:02 abma Assigned To => abma
2015-06-14 00:02 abma Status new => feedback
2015-06-14 00:03 abma Note Edited: 0014583
2015-08-09 01:43 abma Note Added: 0015055
2015-08-09 01:43 abma Status feedback => closed
2015-08-09 01:43 abma Resolution open => no change required