costin      2002/10/28 11:31:32

  Modified:    .        BUILDING.txt
  Log:
  Added a short note on the build target
  
  Revision  Changes    Path
  1.27      +16 -1     jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- BUILDING.txt      28 Oct 2002 09:36:33 -0000      1.26
  +++ BUILDING.txt      28 Oct 2002 19:31:32 -0000      1.27
  @@ -121,3 +121,18 @@
   
       cd ${tomcat.source}
       ant checkout
  +
  +(4) Rebuilds
  +
  +For a quick rebuild of only modified code you can use 
  +   
  +    cd ${tomcat.source}
  +    ant build
  +
  +In addition, "ant build-depends" will build packages that 
  +tomcat depends on ( commons-logging for now ), to ease fixes
  +and debuging in those packages.
  +
  +
  +
  +  
  \ No newline at end of file
  
  
  

--
To unsubscribe, e-mail:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to