You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, I have had issues with that too. We have src/it directories that have to be manually added to 'java buld path' every time the projects are generated.
I have created special folders and sbt tasks for integration tests and end-to-end tests, following these instructions: https://orrsella.com/2014/09/24/integration-and-end-to-end-test-configurations-in-sbt-for-scala-java-projects/ .
I expected sbteclipse to automatically add
to
.classpath
. But it didn't. I had to add this information manually.The text was updated successfully, but these errors were encountered: