To build the JAVA part:
ant dist

To build the native part:
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.
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
(Do not forget to get ../project.xml (jakarta-commons/project.xml)
