From: Joe E. <jo...@em...> - 2011-09-12 16:50:35
|
On 9/12/2011 6:01 AM, Roger Westerlund wrote: > My suggestion is to use a Maven style directory structure. > (http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html) > > src/main/java > src/main/recources > src/test/java (we do test, do we?) > src/test/recources Well, that's a little bit of a project-management directory structure. I'm not opposed to adding this, but I was mostly asking about the *package* structure of the java code (ie, how we're going to distribute files under the src/main/java folder) - Joe |