# ----------------------------------------------------------------------------- # build.properties # # Use this file to ajust the build of the Cactus EJB Sample to your local # environment. Specifically, you will want to define the installation # directory of any container you want to test against in this file, or the # port on which the containers will be started. # # $Id$ # ----------------------------------------------------------------------------- # WARNING: The relative paths below are relative to the directory where the # build.xml file is located. # ----------------------------------------------------------------------------- # Mandatory properties # ----------------------------------------------------------------------------- # The location of the J2EE 1.2 jar. Note: The J2EE jar from Sun is not # redistributable. Hence the reason we're not providing it in the Cactus # distribution. You'll need to download it manually and put it in # ../../lib/@j2ee.jar.name@ j2ee.jar = ../../lib/@j2ee.jar.name@ # ----------------------------------------------------------------------------- # Optional properties # ----------------------------------------------------------------------------- # The port to use for starting the servers during unit testing. If not # specified, it defaults to port 8080. #cactus.port = 8081 # J2EE containers for the tests # Note: If you don't want to run the test on a given servlet engine, just # comment it's home property. For example, if you don't want to run the # tests on JBoss 3.x, comment the "cactus.home.jboss3x" property. #cactus.home.orion1x = c:/Apps/orion-1.6.0b #cactus.home.orion2x = c:/Apps/orion-2.0.4