summaryrefslogtreecommitdiffstats
path: root/Tests/Java/ResourceNS.java
Commit message (Collapse)AuthorAgeFilesLines
* UseJava: Add RESOURCES with NAMESPACE to add_jar()Smit tay2021-05-101-0/+48
add_jar() currently requires (undocumented) that resources be supplied as relative paths. The resources *may* then end up in a path which does not reflect the original path particularly when performing out-of-source builds. This change adds a RESOURCE (and NAMESPACE) parameter and a function to add the names resources into the named namespace within the jar- and thus address both of these problems. Fixes: #22101