|
From: Stephane B. <ste...@be...> - 2004-07-01 13:05:20
|
Is there anyone against the fact of having module sources inside their modules ? I would like to avoid having a whole tree of sources somewhere without any real idea of dependencies as can quickly become problematic during coding and packaging. It's easy to become sloppy and it is difficult to manage dependencies and structure with a common source tree. Therefore in the close/medium future I would like to move se.anatom.ejbca.keyrecovery to the keyrecovery directory tree etc... Each war and jar is a module anyway. In the very short term I plan to commit command line sources to 'cli', it is a bit refactor and use commons-cli to better manage command line options: Structure would then become: src/cli/src/main --> main source tree src/cli/src/test --> junit test case (hopefully) Comments ? Stephane |