File: WEBSITE

package info (click to toggle)
libapreq2 2.17-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,164 kB
  • sloc: ansic: 8,283; perl: 5,451; sh: 4,627; cpp: 380; makefile: 270; javascript: 186
file content (69 lines) | stat: -rw-r--r-- 1,966 bytes parent folder | download | duplicates (3)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
UPDATING THE WEBSITE:
        (cf: http://jakarta.apache.org/site/jakarta-site2.html )

  RedHat Linux Instructions:

  1) Download and install j2re and j2sdk rpms from Sun's
     website:

        http://java.sun.com/j2se/1.3/download.html

    FreeBSD note:
        Sun certified FreeBSD java binaries can be dowloaded
        and added via pkg_add (1.5.x)

        http://www.freebsdfoundation.org/downloads/java.shtml

  2) Download the latest binary release of Apache Ant:

        http://ant.apache.org/bindownload.cgi

    (I just expanded the tar.gz file in /usr/java/ant, which
     is alongside the jre and jdk directory trees.)

    FreeBSD note:
        via ports/packages /usr/ports/devel/apache-ant

  3) Prep the (bash) environment:

    $ export ANT_HOME=/usr/java/ant/apache-ant-1.5.3-1
    $ export PATH=$PATH:$ANT_HOME/bin
    $ export JAVA_HOME=/usr/java/jdk1.3.1_07

    FreeBSD note:
        This is done for you via /usr/ports/java/javavmwrapper
        which is a dependency of the jdk binary in step one
        and will be installed for you.

  4) BUILDING THE DOXYGEN DOCUMENTATION:

     Be sure doxygen is installed on your machine.  Then cd to 
     the base directory (httpd-apreq-2) and run

        % make docs

     FreeBSD/Solaris note: use gmake!

     This will generate the C documentation in the docs/ directory
     using build/doxygen.conf as the config file for doxygen.
     

  5) Check out httpd/site/ from svn.apache.org and run
     svn co https://svn.apache.org/repos/asf/httpd/site/trunk

    $ cd httpd/site/trunk
    $ emacs xdocs/apreq/*
    $ ant

  6) copy docs/html/* to http/site/trunk/xdocs/apreq/docs/libapreq2
  
     [XXX: tags files / man pages ????]

  7) commit the changes as follows:
    
    $ svn commit -m "released libapreq2-2.17" xdocs/apreq/ docs/apreq/

    [do this before you make your RELEASE annoucement and deal with any issues first]

    Wait for ajax to sync every 1-2 hours or so....