View | Details | Raw Unified | Return to bug 52172
Collapse All | Expand All

(-)BUILDING.txt (-4 / +8 lines)
Lines 91-99 Link Here
91
  file to indicate to Ant the proxy configuration. Read below.
91
  file to indicate to Ant the proxy configuration. Read below.
92
92
93
* WARNING: Running this command will download binaries to the /usr/share/java
93
* WARNING: Running this command will download binaries to the /usr/share/java
94
  directory. Make sure this is appropriate to do on your computer. On Windows,
94
  directory.  On a typical Linux or MacOX system, an ordinary user
95
  this usually corresponds to the "C:\usr\share\java" directory, unless Cygwin
95
  won't have access to write to this directory, and, even if you do, 
96
  is used. Read below to customize the directory used to download the binaries.
96
  it may not be appropriate for you to write there.
97
  
98
  On Windows, this usually corresponds to the "C:\usr\share\java"
99
  directory, unless Cygwin is used. Read the next section to learn how
100
  to customize the directory used to download the binaries.
97
101
98
* The build can be controlled by creating a ${tomcat.source}/build.properties
102
* The build can be controlled by creating a ${tomcat.source}/build.properties
99
  file, and adding the following content to it:
103
  file, and adding the following content to it:
Lines 107-113 Link Here
107
    # ----- Default Base Path for Dependent Packages -----
111
    # ----- Default Base Path for Dependent Packages -----
108
    # Replace this path with the directory path where dependencies binaries
112
    # Replace this path with the directory path where dependencies binaries
109
    # should be downloaded
113
    # should be downloaded
110
    base.path=/usr/share/java
114
    base.path=/home/me/some-place-to-download-to
111
115
112
116
113
(3) Updating sources
117
(3) Updating sources

Return to bug 52172