hi - is there a way to get the compile time jar de...
# general
s
hi - is there a way to get the compile time jar dependencies for a target? I’m working on a task to generate eclipse project files which is different enough from the built in eclipse task. I would like to use the export of the project to do it, but from what I can tell this doesn’t respect the
strict_deps
of the targets.
jar_dependencies
of JvmTarget also doesn’t look at
strict_deps
. Is there a way to get export to match
strict_deps
or write a custom task to do something similar?