~ubuntu-branches/ubuntu/lucid/commons-httpclient/lucid

« back to all changes in this revision

Viewing changes to build.properties.sample

  • Committer: Bazaar Package Importer
  • Author(s): Barry Hawkins
  • Date: 2005-11-25 13:12:23 UTC
  • Revision ID: james.westby@ubuntu.com-20051125131223-2g7eyo21pqgrohpo
Tags: upstream-2.0.2
ImportĀ upstreamĀ versionĀ 2.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# ===================================================================
 
2
# Sample build.properties file
 
3
#
 
4
# Make a copy this file named "build.properties",
 
5
# and customize it to your environment and preferences.
 
6
#
 
7
# $Id: build.properties.sample,v 1.12 2003/02/25 02:10:15 jsdever Exp $
 
8
# ===================================================================
 
9
 
 
10
# ===================================================================
 
11
# Classpath Settings
 
12
# ===================================================================
 
13
 
 
14
# The base directory for libraries used by HttpClient
 
15
lib.dir=./lib
 
16
 
 
17
# Commons Logging (See http://jakarta.apache.org/commons/logging.html)
 
18
# Required to compile and run.
 
19
commons-logging.jar=${lib.dir}/commons-logging.jar
 
20
 
 
21
# JUnit Version 3.8(+?) (see http://www.junit.org/ )
 
22
# Required to compile and run the unit tests.
 
23
junit.jar=${lib.dir}/junit.jar
 
24
 
 
25
# A JSSE implementation (see http://java.sun.com/products/jsse):
 
26
# Required to compile, only needed at runtime if you're using HTTPS.
 
27
base.path=/java
 
28
jsse.home=${base.path}/jsse-1.0.3_01
 
29
jsse.lib=${jsse.home}/lib
 
30
jcert.jar=${jsse.lib}/jcert-1.0.3_01.jar
 
31
jnet.jar=${jsse.lib}/jnet-1.0.3_01.jar
 
32
jsse.jar=${jsse.lib}/jsse-1.0.3_01.jar
 
33
 
 
34
# A JCE implementation (see http://java.sun.com/products/jce):
 
35
# Required to compile, only needed at runtime if you're using HTTPS.
 
36
jce.lib=${base.path}/Programs/sun/jce1.2.2/lib
 
37
jce.jar=${jce.lib}/jce-1.2.2.jar
 
38
 
 
39
# The Servlet API (See http://java.sun.com/products/servlet)
 
40
# Required to compile the test webapp.
 
41
servlet.jar=${base.path}/jakarta-tomcat/lib/servlet.jar
 
42
 
 
43
# ===================================================================
 
44
# Test Properties - used to configure the test cases
 
45
# ===================================================================
 
46
 
 
47
# httpclient.log
 
48
#  - indicates which log writer to use (optional)
 
49
 
 
50
httpclient.test.log=org.apache.commons.logging.impl.SimpleLog
 
51
#httpclient.test.log=org.apache.commons.logging.impl.Log4JCategoryLog
 
52
#httpclient.test.log=org.apache.commons.logging.impl.NoOpLog
 
53
 
 
54
# httpclient.test.*
 
55
#  - various properties used to override defaults within
 
56
#    the JUnit tests
 
57
 
 
58
# the host name for the "local" webserver
 
59
#httpclient.test.localHost=127.0.0.1
 
60
 
 
61
# the port for the "local" webserver
 
62
#httpclient.test.localPort=8080
 
63
 
 
64
# the context to which the test webapp is deployed
 
65
#httpclient.test.webappContext=httpclienttest
 
66
 
 
67
# ===================================================================
 
68
# Build Properties
 
69
# ===================================================================
 
70
 
 
71
# where to build the test-webapp to
 
72
#test-webapp.dest=${dist.home}
 
73
#test-webapp.dest=/java/jakarta-tomcat-4.0-b7/webapps
 
74
 
 
75
 
 
76
# ===================================================================
 
77
# Anakia Properties (used by the xdoc target)
 
78
# ===================================================================
 
79
 
 
80
velocity.jar=/cvs/jakarta/jakarta-site2/lib/velocity-1.3-dev.jar
 
81
jdom.jar=/cvs/jakarta/jakarta-site2/lib/jdom-b7.jar
 
82
xerces.jar=/cvs/jakarta/jakarta-site2/lib/xerces-1.4.3.jar
 
83
 
 
84
# Note: Building the docs won't work if you have an earlier version of
 
85
# velocity.jar (eg 1.0.1) than that specified here. A symptom of this is when
 
86
# your generated HTML contains "[Element: <p/>]"
 
87
 
 
88
# set this property to keep xdoc from fetching .vsl file from cvs
 
89
#localstylesheet=true