epugh 2004/01/18 06:15:52 Modified: security/hibernate project.xml crypto/impl project.xml . maven.xml project.properties xdocs building.xml Log: Update project references to make building easier for new people. Revision Changes Path 1.8 +3 -3 jakarta-turbine-fulcrum/security/hibernate/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-turbine-fulcrum/security/hibernate/project.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- project.xml 16 Jan 2004 20:37:16 -0000 1.7 +++ project.xml 18 Jan 2004 14:15:52 -0000 1.8 @@ -55,7 +55,7 @@ </dependency> <dependency> <groupId>mckoi</groupId> - <artifactId>mckoidb</artifactId> + <artifactId>mckoi</artifactId> <version>1.0.2</version> </dependency> <dependency> @@ -92,13 +92,13 @@ <groupId>hibernate</groupId> <artifactId>hibernate-cglib</artifactId> <version>2.1.1</version> - <url>http://hibernate.org/</url> + <url>http://www.hibernate.org</url> </dependency> <dependency> <groupId>hibernate</groupId> <artifactId>jta</artifactId> <version>hib2.1</version> - <url>http://hibernate.org/</url> + <url>http://java.sun.com/products/jta/</url> </dependency> <dependency> <id>dom4j</id> 1.2 +2 -1 jakarta-turbine-fulcrum/crypto/impl/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-turbine-fulcrum/crypto/impl/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.xml 18 Nov 2003 11:44:28 -0000 1.1 +++ project.xml 18 Jan 2004 14:15:52 -0000 1.2 @@ -24,7 +24,8 @@ <dependency> <id>javamail</id> - <version>1.3</version> + <version>1.3.1</version> + <url>http://java.sun.com/products/javamail/</url> </dependency> <dependency> 1.20 +2 -2 jakarta-turbine-fulcrum/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/jakarta-turbine-fulcrum/maven.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- maven.xml 24 Nov 2003 21:25:00 -0000 1.19 +++ maven.xml 18 Jan 2004 14:15:52 -0000 1.20 @@ -9,7 +9,7 @@ <goal name="fulcrum:build" description="Build all Fulcrum components"> <maven:reactor basedir="${basedir}" includes="**/project.xml" - excludes="target/**,project.xml" + excludes="proposals/**,target/**,project.xml" goals="jar:install" banner="Installing:" ignoreFailures="false" /> @@ -18,7 +18,7 @@ <goal name="fulcrum:clean" description="Clean all Fulcrum components" prereqs="clean"> <maven:reactor basedir="${basedir}" includes="**/project.xml" - excludes="target/**,project.xml" + excludes="proposlas/**,target/**,project.xml" goals="clean:clean" banner="Cleaning:" ignoreFailures="false" /> 1.18 +2 -2 jakarta-turbine-fulcrum/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/jakarta-turbine-fulcrum/project.properties,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- project.properties 14 Nov 2003 13:31:08 -0000 1.17 +++ project.properties 18 Jan 2004 14:15:52 -0000 1.18 @@ -29,5 +29,5 @@ maven.multiproject.navigation=aggregate maven.multiproject.aggregateDir= maven.multiproject.type=jar -maven.multiproject.includes=*/project.xml,osworkflow/*/project.xml,*/impl/project.xml,*/api/project.xml -maven.multiproject.excludes=scheduler/*.*,cache/*.*,security/*.*,mimetype/**/*.*,osworkflow/**/*.*/xmlrpc/**/*.*,crypto/**/*.* \ No newline at end of file +maven.multiproject.includes=*/project.xml,*/impl/project.xml,*/api/project.xml +maven.multiproject.excludes=testcontainer/**/*.*,pool/**/*.*,scheduler/*.*,cache/*.*,security/*.*,mimetype/**/*.*,osworkflow/**/*.*,/xmlrpc/**/*.*,crypto/**/*.* \ No newline at end of file 1.10 +12 -5 jakarta-turbine-fulcrum/xdocs/building.xml Index: building.xml =================================================================== RCS file: /home/cvs/jakarta-turbine-fulcrum/xdocs/building.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- building.xml 24 Nov 2003 21:25:00 -0000 1.9 +++ building.xml 18 Jan 2004 14:15:52 -0000 1.10 @@ -30,9 +30,9 @@ for Maven. You can do this by: <source><![CDATA[ -$ maven plugin:download -DartifactId=avalon-meta-plugin -DgroupId=avalon-meta -Dversion=1.2 +$ maven plugin:download -DartifactId=avalon-meta-plugin -DgroupId=avalon-meta -Dversion=1.3.2 -$ maven plugin:download -DartifactId=merlin-plugin -DgroupId=merlin -Dversion=1.1-snapshot +$ maven plugin:download -DartifactId=merlin-plugin -DgroupId=merlin -Dversion=3.2.5 ]]></source> You should check the Ibiblio site or the Avalon site for the latest and greatest @@ -41,12 +41,12 @@ <p> From the root directory of the Fulcrum project (where you checked out the code to or unpacked a source distribution), simply type - 'maven' and press enter. This will start a process that will + 'maven fulcrum:build' and press enter. This will start a process that will build each component. After the component is built, it will be installed into you local maven repository. </p> <p> - To build a local copy of the documentation, use 'maven multiproject'. + To build a local copy of the documentation, use 'maven multiproject:site'. This will build a local copy of the web site in the 'target/docs' directory. </p> @@ -59,9 +59,16 @@ converted to Avalon components, or discarded. </p> <p> + <strong>Missing JARS!</strong> There are some jar files that you must manually + install due to licensing restrictions. Javamail.jar will need to be downloaded. + Note, when you download it from Sun's site, you will need to rename it from mail.jar + to javamail-1.3.1.jar and place it in your MAVEN_REPO/javamail/jars/ directory. You + will also need to download jdbc-2.0.jar as well. + </p> + <p> Depending on your version of Maven, you may have various problems with the reports being generate, or you may run out of memory when you do a - complete build. One approach to take is to turn of running unit tests + complete build. One approach to take is to turn off running unit tests and excluding various components:<br/> 'maven multiproject:site -Dmaven.test.skip=true -Dmaven.multiproject.excludes=security/*.*,cache/*.*,scheduler/*.*' </p>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]