# Ant configuration file # # Be sure to set all parameters that are in UPPER-CASE to their correct values. # # $Id: ant.properties.in 288 2005-02-22 00:55:45Z sskracic $ ## DEPLOYMENT ############################################## # For 6.1 and later projects deploy.dir=::deploy-dir:: # For projects before 6.1 j2ee.webapp.dir=::webapp-dir:: # This property specifies which web.xml file will be deployed. # e.g. tomcat3 ccm.servlet.engine=::servlet-engine:: ## TESTING ################################################# # This must point to an initialization file, such as enterprise.init test.initscript=::dev-dir::/enterprise.init # This should be set to the base URL of your Web server, # so HTTP unit tests can find it. test.server.url=http://::hostname:::::port:: # This should be set to the URL of the Cactus ServletRedirector # used for Cactus JUnit tests test.server.cactusURL=http://::hostname:::::port::/ServletRedirector # JUnit properties junit.test.haltonfailure=off junit.test.haltonerror=off ## BUILDING ################################################ # Set to 'modern' or 'jikes' build.compiler=modern # These properties apply to Javac and Jikes compile.debug=on compile.optimize=on compile.deprecation=off compile.verbose=off compile.nowarn=off # These properties are specific to Jikes build.compiler.emacs=off build.compiler.pedantic=off build.compiler.fulldepend=off