clean-fish-15260
02/21/2017, 1:24 AMclean-fish-15260
02/21/2017, 1:24 AMclean-fish-15260
02/21/2017, 1:24 AMrough-dog-96241
02/21/2017, 8:35 PMwitty-crayon-22786
02/21/2017, 8:36 PMwitty-crayon-22786
02/21/2017, 8:36 PMrough-dog-96241
02/21/2017, 8:36 PMrough-dog-96241
02/21/2017, 8:49 PMhigh-advantage-47550
02/22/2017, 3:43 PMhundreds-fireman-76561
02/22/2017, 4:39 PMhundreds-fireman-76561
02/22/2017, 4:41 PM// Resource file
resources(
name = 'appconfig',
sources = ['application.conf'],
dependencies = [
],
)
// Main build file
resources = [
'src/resources/com/foo/main:appconfig',
],
fast-megabyte-33579
02/22/2017, 4:44 PMhundreds-fireman-76561
02/22/2017, 4:44 PMConfigFactory.load(āapplication.confā)
hundreds-fireman-76561
02/22/2017, 4:48 PMfast-nail-55400
02/22/2017, 4:48 PMunzip -l
your jar and see where it is?hundreds-fireman-76561
02/22/2017, 4:51 PMhundreds-fireman-76561
02/22/2017, 4:52 PMenough-analyst-54434
02/22/2017, 5:12 PMzip -l
advice for a sanity check, then try using the full resource name: "com/foo/main/application.conf".enough-analyst-54434
02/22/2017, 5:13 PMwitty-crayon-22786
02/22/2017, 5:22 PMwitty-crayon-22786
02/22/2017, 5:23 PMwitty-crayon-22786
02/22/2017, 5:27 PMgreat-midnight-1044
02/22/2017, 5:27 PMwitty-crayon-22786
02/22/2017, 5:28 PMwitty-crayon-22786
02/22/2017, 5:28 PMbillowy-beach-68498
02/22/2017, 5:28 PMgreat-midnight-1044
02/22/2017, 5:29 PMrough-dog-96241
02/22/2017, 5:50 PMwitty-crayon-22786
02/22/2017, 5:52 PMfull-kilobyte-93429
02/22/2017, 6:11 PM/com/foo/application.conf
or /application.conf
? would be the latter from your BUILD file