rleland 2003/07/31 21:55:52 Modified: . build.properties.sample Log: Breakup contextURL so hard coded port 9090 can be removed from every where. Revision Changes Path 1.45 +12 -7 jakarta-struts/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-struts/build.properties.sample,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- build.properties.sample 27 Jul 2003 04:30:16 -0000 1.44 +++ build.properties.sample 1 Aug 2003 04:55:51 -0000 1.45 @@ -101,7 +101,7 @@ # The JAR file containing the ANTLR runtime support classes, needed for the # validwhen validator rule to work. You can get this file from: # http://www.antlr.org/ -antlr.jar = ../../..//antlr-2.7.1/antlr.jar +antlr.jar = ../../../antlr-2.7.2/antlr.jar # Properties related to optional tasks @@ -131,8 +131,8 @@ # Properties related to Struts unit testing # Choose your Cactus! # (Uncomment only one set of properties) -# -# In order for the Cactus tests to work, you must have a copy of +# +# In order for the Cactus tests to work, you must have a copy of # junit.jar in ANT_HOME/lib (See Ant docs on JUnit task) # # ----------------------------------------- @@ -300,10 +300,15 @@ # ----------------------------------------- -# URL used to run tests for cactus, change to non standard port +# Scheme used to run tests for cactus, http, https. +cactus.contextScheme = http +# Host used to run tests for cactus, localhost. +cactus.contextHost = localhost +# Port used to run tests for cactus, change to non standard port # if container is already running on that port. -cactus.contextURL = http://localhost:9090/test - +cactus.contextPort = 8080 +# Application(context) used to run tests for cactus. +cactus.contextApp = test # Ant Optional Jars for Junit task ant.optional.jar = ${apache.home}/apache-ant-1.5.3-1/lib/optional.jar
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]