From: <bil...@us...> - 2003-01-16 11:58:31
|
Update of /cvsroot/proxool/proxool In directory sc8-pr-cvs1:/tmp/cvs-serv2030 Modified Files: proxool-ant.properties Log Message: cleaned up Index: proxool-ant.properties =================================================================== RCS file: /cvsroot/proxool/proxool/proxool-ant.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** proxool-ant.properties 2 Nov 2002 12:51:13 -0000 1.3 --- proxool-ant.properties 16 Jan 2003 11:58:28 -0000 1.4 *************** *** 13,37 **** # command line, this file, the defaults from the build.xml. - # JDK - target JDK - # range: 1.2, 1.3, 1.4 - # default: 1.3 - # jdk=1.3 - - # Avalon - whether to include AvalonConfigurator (with - # resulting dependency on avalon-framework-x.y.z.jar) - # range: true, false - # default: false - ext.avalon=false - - # XML - whether to include XMLConfigurator (with resulting - # dependency on JAXP and a compliant parser of your - # choice, like xerces.jar) - # range: true, false - # default: false - ext.xml=false - # Build Directory - where to build classes and jar files # range: valid path relative to build.xml # default: build # Debug - whether to compile with debug information --- 13,20 ---- # command line, this file, the defaults from the build.xml. # Build Directory - where to build classes and jar files # range: valid path relative to build.xml # default: build + build-dir=build # Debug - whether to compile with debug information *************** *** 41,57 **** # Path to Log4J configuration ! # Leave as blank to write to stdout. ! # Or choose the Chainsaw version if you are running Chainsaw. (see below) ! # Or choose the one that writes to a file. # ! # To run chainsaw, just run this command: ! # java -classpath path-to-log4j-jar org.apache.log4j.chainsaw.Main # - # (replacing path-to-log4j-jar with the correct value, of course) - # log4jPath=src/java-test/org/logicalcobwebs/proxool/log4j-chainsaw.xml # log4jPath=src/java-test/org/logicalcobwebs/proxool/log4j-file.xml - - # Path to the script we want to run. - # See PerformaceTest - script=src/java-test/org/logicalcobwebs/proxool/script.xml \ No newline at end of file --- 24,37 ---- # Path to Log4J configuration ! # Default behaviour is to write to stdout. # ! # 1. To run chainsaw, just run this command: ! # java -classpath path-to-log4j-jar org.apache.log4j.chainsaw.Main ! # ! # (replacing path-to-log4j-jar with the correct value, of course) # # log4jPath=src/java-test/org/logicalcobwebs/proxool/log4j-chainsaw.xml + # + # 2. Or log to file (see lo4j-file.xml for destination) + # # log4jPath=src/java-test/org/logicalcobwebs/proxool/log4j-file.xml |