You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ep...@apache.org on 2003/11/24 22:25:00 UTC

cvs commit: jakarta-turbine-fulcrum maven.xml README.txt

epugh       2003/11/24 13:25:00

  Modified:    xdocs    changes.xml building.xml
               .        maven.xml README.txt
  Log:
  Update to get the build to work!
  
  Revision  Changes    Path
  1.6       +4 -0      jakarta-turbine-fulcrum/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/xdocs/changes.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- changes.xml	28 Sep 2003 12:38:49 -0000	1.5
  +++ changes.xml	24 Nov 2003 21:25:00 -0000	1.6
  @@ -9,6 +9,10 @@
     <body>
       <release version="Not applicable" date="">
        <action dev="epugh" type="add">
  +     	Finished updating the conversion process.  All the components
  +     	that Steve McConnell revamped are integrated and building.
  +     </action>
  +     <action dev="epugh" type="add">
           Changed multiproject site build so that instead of having a
           /docs/multiproject/fulcrum-XXX url, it is /docs/fulcrum-XXX
           url for all the components.  Allows us to leverage the multiproject
  
  
  
  1.9       +14 -1     jakarta-turbine-fulcrum/xdocs/building.xml
  
  Index: building.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/xdocs/building.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- building.xml	28 Sep 2003 12:38:49 -0000	1.8
  +++ building.xml	24 Nov 2003 21:25:00 -0000	1.9
  @@ -26,7 +26,20 @@
           use Maven.
         </p>      
         <p>
  -        From the root directory of the fulcrum project (where you checked
  +      	You will need to install the Avalon Meta plugin and Merlin plugin's
  +      	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=merlin-plugin -DgroupId=merlin -Dversion=1.1-snapshot
  +
  +]]></source>
  +		You should check the Ibiblio site or the Avalon site for the latest and greatest
  +		plugins to use.
  +      </p>
  +      <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
           build each component.  After the component is built, it will be 
  
  
  
  1.19      +2 -2      jakarta-turbine-fulcrum/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/maven.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- maven.xml	16 Nov 2003 12:28:33 -0000	1.18
  +++ maven.xml	24 Nov 2003 21:25:00 -0000	1.19
  @@ -9,7 +9,7 @@
   <goal name="fulcrum:build" description="Build all Fulcrum components">
       <maven:reactor basedir="${basedir}"
         includes="**/project.xml"
  -      excludes="target/**,project.xml,**/new1/**,**/proposals/**"
  +      excludes="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,**/new1/**,**/proposals/**"
  +      excludes="target/**,project.xml"
         goals="clean:clean"
         banner="Cleaning:"
         ignoreFailures="false" />
  
  
  
  1.9       +11 -12    jakarta-turbine-fulcrum/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/README.txt,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- README.txt	12 Jan 2003 05:44:00 -0000	1.8
  +++ README.txt	24 Nov 2003 21:25:00 -0000	1.9
  @@ -2,24 +2,23 @@
   F U L C R U M
   --------------------------------------------------------------------------
   
  -Fulcrum is services framework.
  -
  -target/     Temporary directory for building the project.
  -build/      Location of Ant build.xml and build.properties files.
  -src/        Location of Java sources and Torque templates.
  -xdocs/      Fulcrum documention in Anakia formatted tags.
  -
  +Fulcrum is a collection of components originally part of the Jakarta Turbine
  +project that are suitable for use in any environment.  They are designed to
  +be used within any Avalon compatible container.
   --------------------------------------------------------------------------
   B U I L D I N G
   --------------------------------------------------------------------------
  -You must have ant version 1.4 or newer installed.
  +You must have Maven RC1 or better.
   
   Building the Fulcrum from CVS is now very easy.  Fulcrum has been
   Maven-enabled.  Please refer to the Maven Getting Started document for
   instructions on building.  This document is available here:
   
  -http://jakarta.apache.org/turbine/maven/getting-started.html
  +http://maven.apache.org/start/index.html
  +
  +Note: you'll also need Avalon's Maven plugin as well as the Merlin
  +plugin. It can be installed by running the plugin:download goal
  +like this:
   
  -Note: you'll also need Torque's Maven plugin. It can be installed by
  -checking out the jakarta-turbine-torque repository and running the
  -command 'maven plugin:install' in the 'src/maven-plugin' directory.
  +$ maven plugin:download -DartifactId=avalon-meta-plugin -DgroupId=avalon-meta -Dversion=1.2
  +$ maven plugin:download -DartifactId=merlin-plugin -DgroupId=merlin -Dversion=1.1-snapshot
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org