taylor      2004/04/21 12:00:42

  Modified:    tutorial README.txt project.properties
               tutorial/xdocs prerequisites.xml
               tutorial/xdocs/1 index.xml
  Log:
  - updated prerequisites documentation
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-jetspeed/tutorial/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/tutorial/README.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README.txt        8 Apr 2004 17:03:54 -0000       1.1
  +++ README.txt        21 Apr 2004 19:00:42 -0000      1.2
  @@ -40,5 +40,5 @@
   
   maven site:deploy
   
  -To do this you need an account on the pache.org machine!!
  +To do this you need an account on the Apache.org machine!!
   
  
  
  
  1.9       +1 -0      jakarta-jetspeed/tutorial/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/tutorial/project.properties,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.properties        9 Apr 2004 18:54:12 -0000       1.8
  +++ project.properties        21 Apr 2004 19:00:42 -0000      1.9
  @@ -58,6 +58,7 @@
   maven.war.src = ${war.stage.dir}/webapp
   
   maven.merge.properties = JetspeedResources,JetspeedSecurity,TurbineResources,Torque
  +maven.war.appserver.home = /bluesunrise/apache/catalina
   
   jetspeed.dist.version = 1.5-dev
   
  
  
  
  1.4       +4 -4      jakarta-jetspeed/tutorial/xdocs/prerequisites.xml
  
  Index: prerequisites.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/tutorial/xdocs/prerequisites.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- prerequisites.xml 9 Apr 2004 05:42:48 -0000       1.3
  +++ prerequisites.xml 21 Apr 2004 19:00:42 -0000      1.4
  @@ -32,11 +32,11 @@
   <li>3. Install <a href='http://maven.apache.org'>Maven</a></li>
   <li>4. Install <a 
href='http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html'>Tomcat 4</a> (4.1.12 
or higher (last tested on 4.1.30)) 
                   or <a 
href='http://jakarta.apache.org/tomcat/tomcat-5.0-doc/index.html'>Tomcat 5</a></li>
  -<li>5. Install the <a href='http://db.apache.org/torque/maven-plugin/'>Torque Maven 
Plugin 3.2 or higher</a></li>
  -<li>6. Install <a href='http://portals.apache.org/jetspeed-1/'>Jetspeed</a> (1.5 
release or higher). Release 1.5 includes the tutorial and examples.
  +<li>5. Install <a href='http://portals.apache.org/jetspeed-1/'>Jetspeed</a> (1.5 
release or higher). Release 1.5 includes the tutorial and examples.
          You can also checkout Jetspeed from the CVS head to get the tutorial.</li>   
    
  -<li>7. Build Jetspeed. From the root jetspeed directory, type <b>maven 
dist:install</b></li>     
  -<li>8. Build and install the Jetspeed Plugin. From the /plugin directory, type 
<b>maven plugin:install</b></li>     
  +<li>6. Build Jetspeed. From the root jetspeed directory, type <b>maven 
dist:install</b><br/>
  +       To build quicker, without the unit tests,type <b>maven 
-Dmaven.test.skip=true dist:install</b></li>     
  +<li>7. Build and install the Jetspeed Plugin. From the /plugin directory, type 
<b>maven plugin:install</b></li>     
   </ul>
   </p>
   </section>
  
  
  
  1.8       +1 -1      jakarta-jetspeed/tutorial/xdocs/1/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/tutorial/xdocs/1/index.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- index.xml 9 Apr 2004 07:55:55 -0000       1.7
  +++ index.xml 21 Apr 2004 19:00:42 -0000      1.8
  @@ -47,7 +47,7 @@
   </p>
   <hr/>
   <code>
  -     maven -Dtutorial=2 jetspeed:war
  +     maven -Dtutorial=1 jetspeed:war
   </code>
   <hr/>
   <p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to