File: README

package info (click to toggle)
commons-daemon 1.0.1-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,764 kB
  • ctags: 1,770
  • sloc: ansic: 15,466; sh: 2,530; xml: 1,504; java: 1,042; makefile: 81
file content (25 lines) | stat: -rw-r--r-- 809 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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 ../commons-build: (cd ..; svn co http://svn.apache.org/repos/asf/jakarta/commons/proper/commons-build/trunk/ commons-build))

To deploy the documentation to apache site:
maven -Dmaven.username=${user.name} site:deploy
(Check <siteAddress/> in project.xml).