mcconnell 2003/06/19 07:05:39 Modified: . NEW_STRUCTURE_README.TXT Log: Updated to reflect core compoents. Revision Changes Path 1.3 +18 -16 avalon-components/NEW_STRUCTURE_README.TXT Index: NEW_STRUCTURE_README.TXT =================================================================== RCS file: /home/cvs/avalon-components/NEW_STRUCTURE_README.TXT,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- NEW_STRUCTURE_README.TXT 4 May 2003 13:05:04 -0000 1.2 +++ NEW_STRUCTURE_README.TXT 19 Jun 2003 14:05:39 -0000 1.3 @@ -1,20 +1,22 @@ -A new structure is being proposed within which each component in cornerstone -is seperated into a distinct project. Within the component project are two -sub-projects, a api project and default implimentation project. +The cornerstone repository has been restructured to support the seperation +of different components under independent sub-projects. Each subproject +contains an api and impl subproject based on Maven builds. + +Components subprojects include: + + connection + datasources + scheduler + sockets + store + threads -To build the a component (using threads component example) you will need to -make sure the the excalibur-thread-1.1.1.jar is in your maven repository under -the excalibur group (at least until we have an Avalon repository sorted out). +The following example demonstrates the building of a component project +using the threads package as an example: - $ cd avalon-cornerstone\threads - $ maven build - -To build the documentation: - - $ cd avalon-cornerstone\site - $ maven site - -These instructions are subject to change as the objective is to optimise one -component project prior to replication of the patter to other projects. + $ cd avalon-components\threads + $ maven +The default target will build, jar and install the component into +your local maven repository.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
