organization - Default directory layout for Java project -
Is there a standard directory layout for Java projects? What layout do you like most?
I'm just asking about a more complex layout than 'src' and 'bin' in the directory of the project (ie, where do you prepare your test classes, etc.)? ).
Thanks in advance.
I usually use / src for source code, test for test code / test Or / test, / build for class files, / lib or / libs for distinction, dist / for my JAR and libraries (hence I can narrow down the directory and distribute without thinking), and / docs The documentation for (including Javadak) goes into my ant build script directory, whose names I keep May include are Sbdireririjh.
When I create, I / J to the build and copy / lib and /docs/dist.
Comments
Post a Comment