spring-attic / eclipse-integration-gradle

Gradle Tooling for Eclipse
Eclipse Public License 1.0
298 stars 108 forks source link

Classpath sorting removes test folder #102

Closed manuel-hegner closed 8 years ago

manuel-hegner commented 8 years ago

Whenever I set the classpath sorting strategy of a java project to "alphabetically by name" the prject refresh (Ctrl+F5) removes the src/test/java and src/test/resources folder from the .classpath file and thus from eclipse.

kdvolder commented 8 years ago

Okay I was able to reproduce that.