# ----------------------------------------------------------------------------- # build.properties.sample # # This is an example "build.properties" file, used to customize building the # Cactus EJB Sample for your local environment. Make any changes you need, # and rename this file to "build.properties" in the same directory that # contains the "build.xml" file. # # $Id$ # ----------------------------------------------------------------------------- # WARNING: The relative paths below are relative to the directory where the # build.xml file is located. # ----------------------------------------------------------------------------- # Mandatory properties # ----------------------------------------------------------------------------- # The location of the Cactus framework jar cactus.framework.jar = ../lib/cactus.jar # The location of the Cactus custom Ant tasks jar cactus.ant.jar = ../lib/cactus-ant.jar # The location of the J2EE 1.3 API jar. j2ee.jar = ../lib/j2ee-1.3.jar # The location of the AspectJ runtime jar aspectjrt.jar = ../lib/aspectjrt-1.0.4.jar # The location of the log4j jar (optional). Only needed if you want Cactus to # generate logs log4j.jar = ../lib/log4j-1.2.3.jar # The location of the Junit jar junit.jar = ../lib/junit-3.7.jar # ----------------------------------------------------------------------------- # Optional properties # ----------------------------------------------------------------------------- # The port to use for starting the servers during unit testing. If not # sepcified, it defaults to port 8080. #test.port = 8081 # J2EE container locations for the tests # Note: If you don't want to run the test on a given J2EE container engine, just # comment it's home property. For example, if you don't want to run the # tests on the WebLogic 6.1, comment the "weblogic.home.61" property. # Note: weblogic.home.61 is the location of BEA Home and NOT the location of # wlserver6.1, inside the bea home directory. #weblogic.home.61 = c:/Apps/bea