kind-holiday-68516
02/03/2016, 7:07 PMkind-holiday-68516
02/03/2016, 7:07 PMkind-holiday-68516
02/03/2016, 7:08 PMjolly-chef-92794
02/03/2016, 7:09 PMkind-holiday-68516
02/03/2016, 7:15 PMmammoth-pharmacist-54215
02/03/2016, 8:55 PMmammoth-pharmacist-54215
02/03/2016, 8:55 PMkind-holiday-68516
02/03/2016, 9:00 PMbetter-park-26723
02/03/2016, 11:26 PMbetter-park-26723
02/03/2016, 11:26 PMbetter-park-26723
02/03/2016, 11:26 PMregister('--use-basename-prefix', action='store_true', default=False,
help='Use target basename to prefix bundle folder or archive; otherwise a unique '
'identifier derived from target will be used.')
rough-minister-58256
02/03/2016, 11:30 PM‘{prefix}.jar’.format(prefix=basename(target_spec))
rough-minister-58256
02/03/2016, 11:31 PMbetter-park-26723
02/03/2016, 11:44 PMbetter-park-26723
02/03/2016, 11:45 PMjvm_app
and jvm_binary
?witty-crayon-22786
02/03/2016, 11:45 PMbetter-park-26723
02/03/2016, 11:45 PM>> jvm_app: A deployable JVM application.jvm_binary: A JVM binary.
witty-crayon-22786
02/03/2016, 11:45 PMwitty-crayon-22786
02/03/2016, 11:45 PMbetter-park-26723
02/03/2016, 11:48 PM./pants bundle examples/src/java/org/pantsbuild/example/hello/main
it seems to create both bundles in dist
, one for the jvm_binary
and one for the jvm_app
better-park-26723
02/03/2016, 11:49 PMwitty-crayon-22786
02/03/2016, 11:51 PMwitty-crayon-22786
02/03/2016, 11:51 PMbetter-park-26723
02/03/2016, 11:53 PMjvm_app
to generate an exploded war file, with JSPs in the root directory and JARs in the WEB-INF/libs
directorybetter-park-26723
02/03/2016, 11:53 PMjvm_binary
doesn't allow me to configure where the libs go?witty-crayon-22786
02/03/2016, 11:53 PMbetter-park-26723
02/03/2016, 11:53 PMjvm_app
depends on jvm_binary
and so it doesn't either?witty-crayon-22786
02/03/2016, 11:53 PMbundles
argument, to which you can pass loose fileswitty-crayon-22786
02/03/2016, 11:54 PMbetter-park-26723
02/03/2016, 11:54 PMbundles
but I don't see how to get the jars into the right place