Working with Gradle I have been surprised to learn from my previous post ( http://old.nabble.com/Thinking-about-dipping-my-feet-ts28861426.html) that including the eclipse & java plugins in the build file does not end up creating the full src/main/java etc directory skeleton.
Maven does this, e.g. look at IDE Preparation in http://best-practice-software-engineering.ifs.tuwien.ac.at/technology/tech-maven-basics.html I know this has been discussed before - http://old.nabble.com/Gradle-Archetypes--td21826454.html - but as a new user coming to gradle with fresh eyes my perspective is that this is an oversight from the gradle team. Cheers, Tom.
