--
You received this message because you are subscribed to the Google Groups "Akka Developer List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to akka-dev+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
When I do that, the first thing that happens is a dialog asking whether to "import from external model" (i.e. SBT) or "create project from existing sources". Which did you mean?
If I do the former, I get the error discussed below.
If I do the latter then IJ does a process of "searching for sources", "searching for libraries", etc. etc.
If I choose the defaults throughout that process then the resulting IJ project isn't useable.
For example, I can't run any tests, and nothing compiles.
In the "create project from existing sources" case, the guessed structure is a bit of a mess -- I have about 100 modules, including "test1" to "test26" and "main1" to "main45", so I assume you meant to "import from external model", i.e. import from SBT?
The import from SBT fails for me at the head of "release-2.3-dev" @ 7699481c1. See my comment at https://youtrack.jetbrains.com/issue/SCL-8233 for the error, if you're interested.
What revision were you at when you did the SBT import?
I have the latest public versions of IJ and the Scala plugin (I updated this morning).
Thanks,
Rich
When I do that, the first thing that happens is a dialog asking whether to "import from external model" (i.e. SBT) or "create project from existing sources". Which did you mean?
If I do the former, I get the error discussed below.
If I do the latter then IJ does a process of "searching for sources", "searching for libraries", etc. etc.
If I choose the defaults throughout that process then the resulting IJ project isn't useable.
For example, I can't run any tests, and nothing compiles.
In the "create project from existing sources" case, the guessed structure is a bit of a mess -- I have about 100 modules, including "test1" to "test26" and "main1" to "main45", so I assume you meant to "import from external model", i.e. import from SBT?
The import from SBT fails for me at the head of "release-2.3-dev" @ 7699481c1. See my comment at https://youtrack.jetbrains.com/issue/SCL-8233 for the error, if you're interested.
What revision were you at when you did the SBT import?