limited-country-20626
05/06/2016, 8:12 PMmammoth-pharmacist-54215
05/06/2016, 8:14 PMlimited-country-20626
05/06/2016, 8:14 PMmammoth-pharmacist-54215
05/06/2016, 8:14 PMrough-dog-96241
05/06/2016, 8:22 PMresources
parameter, but I get strange errors about BUILD files — /Users/kderr/Repositories/civitaslearning/civspark/services/cupid/src/main/resources/db/migration/V20160328_121326_4773__workflow_load.sql does not contain any BUILD files
— Do I need to refer to these files in a BUILD file somewhere?bored-art-40741
05/06/2016, 8:24 PMrough-dog-96241
05/06/2016, 8:25 PM./pants run services/cupid:main -- db migrate
BUILD file $ cat services/cupid/BUILD
scala_library(
name='lib',
dependencies=[
'services/spray-restful:lib',
],
resources=['services/cupid/' + p for p in rglobs('src/main/resources/*').files],
sources=rglobs('src/main/scala/*.scala'),
)
jvm_binary(
name = 'main',
dependencies = [
':lib'
],
main = 'com.civitaslearning.services.cupid.App',
basename = 'cupid',
)
rough-dog-96241
05/06/2016, 8:27 PM$ ./pants -v
1.0.0
fancy-queen-20734
05/06/2016, 8:29 PMenough-analyst-54434
05/06/2016, 8:30 PMenough-analyst-54434
05/06/2016, 8:30 PMenough-analyst-54434
05/06/2016, 8:31 PMmammoth-pharmacist-54215
05/06/2016, 8:31 PMenough-analyst-54434
05/06/2016, 8:31 PMenough-analyst-54434
05/06/2016, 8:32 PMmammoth-pharmacist-54215
05/06/2016, 8:32 PMmammoth-pharmacist-54215
05/06/2016, 8:33 PMfancy-queen-20734
05/06/2016, 8:33 PMrough-dog-96241
05/06/2016, 8:33 PMmammoth-pharmacist-54215
05/06/2016, 8:34 PMfancy-queen-20734
05/06/2016, 8:34 PMrough-dog-96241
05/06/2016, 8:35 PMfancy-queen-20734
05/06/2016, 8:49 PMhappy-kitchen-89482
05/06/2016, 8:55 PMError: Could not find or load main class org.apache.xalan.xslt.Process
happy-kitchen-89482
05/06/2016, 8:55 PMtests/python/pants_test/backend/jvm/tasks/test_ivy_resolve_integration.py
happy-kitchen-89482
05/06/2016, 8:55 PMbored-art-40741
05/06/2016, 8:56 PMbored-art-40741
05/06/2016, 8:56 PMbored-art-40741
05/06/2016, 8:57 PMhappy-kitchen-89482
05/06/2016, 9:10 PM