0

I'm using sbteclipse from the command line and getting a lot of directories I don't want -- it creates a very spammy-looking directory structure, and I want a clean structure.

14:59 $ find .
.
./main
./main/java
./main/scala
./main/scala/Main.scala
./main/scala-2.11
./test
./test/java
./test/scala
./test/scala-2.11

Why are there so many? I really only care about main/scala and that's it. And all my code is 2.11.

Zizouz212
  • 4,908
  • 5
  • 42
  • 66
ether_joe
  • 1,068
  • 1
  • 13
  • 32
  • looks like eclipse complains when I take the 2.11 folders out. Annoying :/ – ether_joe Oct 07 '15 at 22:08
  • okay that was fixed by reconfiguring my build path. So, my question is, why does sbteclipse make this directory structure out of the box. Which is maybe a feature and not a bug to the designers. – ether_joe Oct 07 '15 at 22:23

0 Answers0