You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tdk-dev@turbine.apache.org by ks...@apache.org on 2001/07/23 18:16:24 UTC

cvs commit: jakarta-turbine-tdk currenttdk.sh

kschrader    01/07/23 09:16:24

  Modified:    .        currenttdk.sh
  Log:
  Added hSql task and servletapi moved from using a script to using ant.
  
  Revision  Changes    Path
  1.2       +14 -2     jakarta-turbine-tdk/currenttdk.sh
  
  Index: currenttdk.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/currenttdk.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- currenttdk.sh	2001/07/20 14:07:18	1.1
  +++ currenttdk.sh	2001/07/23 16:16:24	1.2
  @@ -23,8 +23,8 @@
     echo ---------------------
     cd ../jakarta-servletapi-4/
     cvs up -Pd
  -  ./build.sh clean
  -  ./build.sh dist
  +  ant clean
  +  ant dist
   )
   
   # Build Tomcat
  @@ -72,6 +72,18 @@
     cd build
     ant clean
     ant
  +)
  +
  +# Build Hypersonic
  +(
  +  echo ------------------
  +  echo  BUILDING hSQL 
  +  echo ------------------
  +  cd ../hypersonic
  +  cvs up -Pd
  +  cd src
  +  ant clean
  +  ant jar
   )
   
   # Build the TDK
  
  
  

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