# ----------------------------------------------------------------------------- # 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 = framework/dist/lib/cactus.jar # The location of the Cactus custom Ant tasks jar cactus.ant.jar = anttasks/dist/lib/cactus-ant.jar # The location of the J2EE API jar. Depending on the version (1.2 or 1.3) of # it, the corresponding Cactus Sample will be built. j2ee.jar = ${lib.repo}/j2ee-1.3.jar # The location of the log4j jar log4j.jar = ${lib.repo}/log4j-1.2.3.jar # The location of the Junit jar junit.jar = ${lib.repo}/junit-3.7.jar # The location of the AspectJ runtime jar aspectjrt.jar = ${lib.repo}/aspectjrt-1.0.4.jar # ----------------------------------------------------------------------------- # Optional properties # ----------------------------------------------------------------------------- # J2EE container locations 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 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