vmassol     01/08/24 09:02:54

  Modified:    cactus/conf/sample/build/servlet22 build.properties.sample
  Log:
  * added dependency on Commons HttpClient
  * some more exact documentation
  
  Revision  Changes    Path
  1.12      +15 -11    
jakarta-commons/cactus/conf/sample/build/servlet22/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/cactus/conf/sample/build/servlet22/build.properties.sample,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.properties.sample   2001/08/19 17:13:38     1.11
  +++ build.properties.sample   2001/08/24 16:02:54     1.12
  @@ -2,20 +2,24 @@
   # for building the Cactus Sample or the properties need to be specified on
   # the command line when starting Ant with the -D switch
   
  +# Servlet API 2.2 jar
   servlet.jar = f:/applis/apache-dev/jakarta-servletapi/lib/servlet.jar
  +
  +# Cactus jars
   cactus.jar = ../lib/commons-cactus.jar
   cactus.ant.jar = ../lib/commons-cactus-ant.jar
  +
  +# Junit jar (needed by Cactus)
   junit.jar = f:/applis/jakarta-ant-1.4alpha/lib/junit.jar
   
  +# Commons HttpClient class (needed by Cactus)
  +httpclient.jar=../lib/commons-httpclient.jar
  +
   # You have 2 options. Define a property named "log4j.jar" and point it to the
   # log4j jar file. In that case, Cactus will generate log files (named
   # cactus_server.log and cactus_client.log). the second option is not to define
   # a "log4j.jar" property and not provide the log4j jar. In that case nothing
   # will be logged but everything will still run.
  -
  -# Note: The provided build file need log4j to be present as it is copied in
  -#       the test war. If you don't want to use log4j you'll have to remove
  -#       the task that copies it in the "testwar" target.
   log4j.jar = ../lib/log4j-core.jar
   
   # Port that will be used to start the servlet engines for testing. This is
  @@ -29,11 +33,11 @@
   #       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.20 = f:/applis/resin-2.0.0
  -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-m4
  -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.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-m4
  +#orion.home.14 = f:/applis/orion-1.4.5
  +#orion.home.15 = f:/applis/orion-1.5.2
  +#weblogic.home.51 = e:/weblogic
   #enhydra.home.31 =
  
  
  

Reply via email to