Update of /cvsroot/pyxida/Pyxida
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2645
Modified Files:
build.xml runPyxida.sh
Log Message:
added stats output timer
Index: build.xml
===================================================================
RCS file: /cvsroot/pyxida/Pyxida/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** build.xml 29 Nov 2006 13:06:01 -0000 1.3
--- build.xml 30 Nov 2006 13:00:42 -0000 1.4
***************
*** 104,111 ****
<sysproperty key="java.util.logging.config.file" value="${java.util.logging.config.file}" />
- <syspropertyset>
- <propertyref builtin="commandline"/>
- </syspropertyset>
-
</java>
</target>
--- 104,107 ----
***************
*** 120,128 ****
<sysproperty key="pyxida.config" value="${pyxida.config}" />
<sysproperty key="java.util.logging.config.file" value="${java.util.logging.config.file}" />
-
- <syspropertyset>
- <propertyref builtin="commandline"/>
- </syspropertyset>
-
</java>
</target>
--- 116,119 ----
***************
*** 140,148 ****
<sysproperty key="pyxida.config" value="${pyxida.config}" />
<sysproperty key="java.util.logging.config.file" value="${java.util.logging.config.file}" />
-
- <syspropertyset>
- <propertyref builtin="commandline"/>
- </syspropertyset>
-
</java>
</target>
--- 131,134 ----
***************
*** 162,170 ****
<sysproperty key="pyxida.config" value="${pyxida.config}" />
<sysproperty key="java.util.logging.config.file" value="${java.util.logging.config.file}" />
-
- <syspropertyset>
- <propertyref builtin="commandline"/>
- </syspropertyset>
-
</java>
</target>
--- 148,151 ----
Index: runPyxida.sh
===================================================================
RCS file: /cvsroot/pyxida/Pyxida/runPyxida.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** runPyxida.sh 27 Nov 2006 19:03:56 -0000 1.2
--- runPyxida.sh 30 Nov 2006 13:00:42 -0000 1.3
***************
*** 6,10 ****
[ -e "pyxida-$HOSTNAME.log" ] && mv -f pyxida-$HOSTNAME.log pyxida-$HOSTNAME.log.prev
! ANT="ant -e"
ANT_LOG="-l pyxida-$HOSTNAME.log"
--- 6,11 ----
[ -e "pyxida-$HOSTNAME.log" ] && mv -f pyxida-$HOSTNAME.log pyxida-$HOSTNAME.log.prev
! # Reading the config files on PL screws up the paths
! ANT="ant -emacs --noconfig"
ANT_LOG="-l pyxida-$HOSTNAME.log"
|