vmassol     01/08/24 09:00:23

  Modified:    cactus/build build.properties.sample
  Log:
  * added dependency on Commons HttpClient
  * some more exact documentation
  * removed unneeded properties (xerces, xalan, stylebook, crimson)
  
  Revision  Changes    Path
  1.9       +18 -21    jakarta-commons/cactus/build/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cactus/build/build.properties.sample,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.properties.sample   2001/08/19 17:15:13     1.8
  +++ build.properties.sample   2001/08/24 16:00:23     1.9
  @@ -2,31 +2,28 @@
   # for building Cactus or the properties need to be specified on the command
   # line when starting Ant with the -D switch or from a higher level build file
   
  -# Junit jar (needed for running the sample application unit tests)
  +# JUnit jar (needed by Cactus as it is an extension of JUnit)
   junit.jar=f:/applis/jakarta-ant-1.3/lib/junit.jar
   
  -# Http Unit jar (needed for Cactus unit tests)
  +# HttpUnit jar (needed for compiling and running the unit tests)
   httpunit.jar=f:/applis/httpunit/lib/httpunit.jar
   
  +# Commons HttpClient class (because Sun's HttpURLConnection is broken and 
  +# because Sun's implementation is missing a lot of useful methods for handling
  +# cookies, ...)
  
+httpclient.jar=f:/applis/apache-dev/jakarta-commons/httpclient/dist/commons-httpclient.jar
  +
   # Note: If you want to build only for a given servlet API, just comment the
   #       properties for the servlet jar that you don't want to build for. For
  -#       example if you don't want to build the Servlet 2.2 API, just comment
  +#       example if you don't want to build the Servlet 2.2 API, comment
   #       the "servlet22.jar" property.
   
   servlet22.jar = f:/applis/apache-dev/jakarta-servletapi/lib/servlet.jar
   servlet23.jar = f:/applis/apache-dev/jakarta-servletapi-4/lib/servlet.jar
   
  -# Log4j (used for logging)
  +# Log4j (used for logging). Required for bundling it in the distribution.
   log4j.jar = f:/applis/apache-dev/jakarta-log4j/dist/lib/log4j-core.jar
   
  -# The following jars are only needed for the 'dependencies' target, used to
  -# generate a zip file containing all dependent jars
  -
  -stylebook.jar = f:/applis/jakarta-ant-1.4alpha/lib/stylebook-1.0-b3_xalan-2.jar
  -xerces.jar = f:/applis/jakarta-ant-1.4alpha/lib/xerces.jar
  -xalan.jar = f:/applis/jakarta-ant-1.4alpha/lib/xalan.jar
  -crimson.jar = f:/applis/jakarta-ant-1.4alpha/lib/crimson.jar
  -
   # Distribution directory (if none is specified here, it will default to
   # ${out.root.dir}/dist
   #dist.dir = e:/tmp/cactus-dist
  @@ -42,13 +39,13 @@
   #       comment it's home property. For example, if you don't want to run the
   #       tests on the Resin 1.2, comment the "resin.home.12" property.
   
  -resin.home.12 = f:/applis/resin-1.2.5
  -tomcat.home.32 = f:/applis/jakarta-tomcat-3.2.2
  -tomcat.home.33 = f:/applis/jakarta-tomcat-3.3-b1
  -orion.home.14 = f:/applis/orion-1.4.5
  -orion.home.15 = f:/applis/orion-1.5.2
  -weblogic.home.51 = e:/weblogic
  -resin.home.20 = f:/applis/resin-2.0.0
  -resin.home.13 = f:/applis/resin-1.3.s010125
  -tomcat.home.40 = f:/applis/jakarta-tomcat-4.0
  +#resin.home.12 = f:/applis/resin-1.2.8
  +#tomcat.home.32 = f:/applis/jakarta-tomcat-3.2.2
  +#weblogic.home.51 = e:/weblogic
  +#orion.home.14 = f:/applis/orion-1.4.5
  +#orion.home.15 = f:/applis/orion-1.5.2
  +#resin.home.20 = f:/applis/resin-2.0.s010820
  +#tomcat.home.40 = f:/applis/jakarta-tomcat-4.0
  +#resin.home.13 = f:/applis/resin-1.3.s010125
  +#tomcat.home.33 = f:/applis/jakarta-tomcat-3.3-nightly
   #enhydra.home.31 = xxx
  
  
  

Reply via email to