I started using this project recently and like it very much. Unfortunately, eclipse has problems resolving the correct source files from the sources.jar. The root cause is that the source directory layout is different from the scala package layout. This prevents eclipse users from browsing the package source code and setting up breakpoints in the debugger.
Hence, I have moved the source files into directories which match the package layout. Please review these changes and let me know what you think.
Hi Mateusz,
I started using this project recently and like it very much. Unfortunately, eclipse has problems resolving the correct source files from the sources.jar. The root cause is that the source directory layout is different from the scala package layout. This prevents eclipse users from browsing the package source code and setting up breakpoints in the debugger.
Hence, I have moved the source files into directories which match the package layout. Please review these changes and let me know what you think.
Martin