You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jf...@apache.org on 2003/09/16 10:34:06 UTC

cvs commit: jakarta-commons/daemon README

jfclere     2003/09/16 01:34:06

  Modified:    daemon   README
  Log:
  Add procrun and maven reference.
  
  Revision  Changes    Path
  1.2       +15 -7     jakarta-commons/daemon/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/daemon/README,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README	4 Sep 2003 23:28:20 -0000	1.1
  +++ README	16 Sep 2003 08:34:06 -0000	1.2
  @@ -2,11 +2,19 @@
   ant dist
   
   To build the native part:
  -cd src/native/unix; configure; make
  -You need a gnu make.
  -The jsvc executable could be found in dist.
  +1 - jsvc:
  +  cd src/native/unix; configure; make
  +  You need a gnu make.
  +  The jsvc executable could be found in dist.
   
  -On windoze the additional step is needed:
  -cd src/native/nt; make
  -There is a README in src/native/nt please have a look to it.
  -The exe files are created in dist.
  +  On windoze the additional step is needed:
  +  cd src/native/nt; make
  +  There is a README in src/native/nt please have a look to it.
  +  The exe files are created in dist.
  +2 - procrun:
  +  procrun is only for windows
  +  cd src/native/nt/procrun; make
  +  (It is also possible to use the m$ developement tools).
  +
  +To build the documentation:
  +maven site:generate