sbt-assembly tasks don't display in sbt interactive mode -
i'm using sbt 1.0.1 , i've configured sbt-assembly plugin (0.14.5) per its github readme.
when run $ sbt
(interactive mode) , run > tasks
, none of assembly tasks displayed.
however, when run > assembly
, see description (builds deployable fat jar.
).
what doing wrong?
is bug?
am missing import statement in build.sbt
? (not according setup instructions in current sbt-assembly readme.)
is there command have run in order see sbt-assembly tasks?
i found answer using > tasks
. (ergo, boneheaded question!)
adding flag -v
tasks
displays tasks
. (that's simple enough.)
enigmatically, flag -v
apparently displays additional tasks. more 'v's increase number of tasks displayed.
okay, fine, using logic? , how did sbt determine original (apparently) arbitrarily restricted list of tasks?
i suppose delete question embarrassing 'newbie' thing ask. find despite considerable amount of documentation on sbt exists (as of 2017), little of succeeds @ communicating either conception of entire system, or notion of how use various pieces orchestrate own build task.
so if saves time @ learning sbt, i'll pleased.
Comments
Post a Comment