我收到一个错误,说我的文件太长了.
[info] Compiling 29 Scala sources to /home/chris/dev/suredbits-core/target/scala-2.11/classes...
[error] File name too long
[error] one error found
[error] (compile:compile) Compilation failed
[error] Total time: 7 s, completed Feb 17, 2015 8:10:25 AM
Run Code Online (Sandbox Code Playgroud)
如何找出哪个文件太长,以便缩短文件名?我添加了编译器标志-Xmax-classfile-name并将其设置为254.