Project layout (experimental)

Issue #203 resolved
Benjamin Cordes created an issue

the standard layout in Gradle (and maven) looks like this (see graph below). My IDE complains about test being in source. Having test files separate from source files requires having separate class paths. In this layout this is handled with two separate resource folders. Have to read more up on this.

https://s3.amazonaws.com/uploads.hipchat.com/120658/1710129/oUIBGyDNZMTtEZn/project_layout.png

I'm making an experimental branch to test this.

Comments (5)

  1. Benjamin Cordes reporter

    Okay, the old one works just as good, so best to leave it that way now. Just requires a bit more copying for the classpath etc.

  2. Log in to comment