JetBrains / sbt-idea-plugin

Develop IntelliJ plugins with Scala and SBT
Apache License 2.0
98 stars 28 forks source link

External plugins not attached #5

Closed mutcianm closed 5 years ago

mutcianm commented 5 years ago

trying to update an internal plugin (just support some fields generated with scala macros) for 2019.1-beta.

have tried sbt-idea-plugin 2.1.3, 2.3.0, and 2.3.1. My only external dependency is the Scala plugin. This dependency doesn't work, because:

it is extracted into the plugins directory instead of the externalPlugins directory, meaning ideaExternalPluginsJars doesn't pick up any jars the scala plugin is extracted into a Scala directory, even though it already has a top-level Scala directory in the zip - so there's nothing in Scala/lib for ideaExternalPluginsJars to find - it's in Scala/Scala/lib

@codingismy11to7

codingismy11to7 commented 5 years ago

is this the proper place for issues instead of the jetbrains issue tracker?

mutcianm commented 5 years ago

Yes, we don't have a dedicated YouTrack project for sbt-idea-plugin.