[Clirr-devel] New directory organization
Status: Alpha
Brought to you by:
lkuehne
From: <lak...@t-...> - 2004-06-10 05:59:45
|
(resending as I may have sent it with a moderated email address) Sending on behalf of Vincent: Hi Lars, Please find attached the proposed new directory structure + build (it requires some tuning but it should give an idea of how it works). To build the whole project, run "maven dist" in clirr/ To build only the framework project, cd to clirr/framework/ and type "maven jar" or "maven dist". To build the whole website, run "maven multiproject:site" in clirr/. If we want to customize the home page we'll need to add a top level xdoc/ directory. Notice also that I've named the clirr framework artifact: clirr-framework (instead of just clirr). Let me know if I can commit this. Also, I think we would need to update or java package structure for the framework project: net.sf.clirr.framework net.sf.clirr.integration.ant net.sf.clirr.integration.maven net.sf.clirr.integration.eclipse [...] If we keep net.sf.clirr for the framework it will be more difficult to change in the future so we may want to get it right now (that's what I had to do for Cactus...). What do you think? -Vincent |