[jboss-cvs] JBossRemoting/docs/guide ...

Ron Sigal ron_sigal at yahoo.com
Sun Jul 30 03:02:47 EDT 2006


  User: rsigal  
  Date: 06/07/30 03:02:47

  Added:       docs/guide   build.sh build.bat
  Log:
  JBREM-558: Added two scripts (linux and windows) which run ant target lang.dochtml.one on a single chapter (the single arg to the scripts is the number of the chapter).
  
  Revision  Changes    Path
  1.1      date: 2006/07/30 07:02:47;  author: rsigal;  state: Exp;JBossRemoting/docs/guide/build.sh
  
  Index: build.sh
  ===================================================================
  if test "$1" = ""
  then
    echo need chapter number
    exit
  fi
  
  cp en/chap$1.xml en/temp.xml
  ant lang.dochtml.one
  rm en/temp.xml
  
  
  
  1.1      date: 2006/07/30 07:02:47;  author: rsigal;  state: Exp;JBossRemoting/docs/guide/build.bat
  
  Index: build.bat
  ===================================================================
  @echo off
  if "%1" == "" goto skip
  copy en\chap%1.xml en\temp.xml
  ant lang.dochtml.one
  del en\temp.xml
  exit
  
  :skip
  echo need chapter number
  
  



More information about the jboss-cvs-commits mailing list