|
From: Jonathan L. <le...@us...> - 2006-12-01 17:33:19
|
Update of /cvsroot/pyxida/Pyxida In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1000 Modified Files: TODO build.xml default-properties.xml Log Message: runs ICMP Index: default-properties.xml =================================================================== RCS file: /cvsroot/pyxida/Pyxida/default-properties.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** default-properties.xml 1 Dec 2006 15:31:27 -0000 1.1 --- default-properties.xml 1 Dec 2006 17:33:15 -0000 1.2 *************** *** 8,11 **** --- 8,12 ---- <echo message="ant.java.version: ${ant.java.version}" /> <echo message="java.home: ${java.home}" /> + <echo message="java.library.path: ${java.library.path}" /> </target> </project> Index: TODO =================================================================== RCS file: /cvsroot/pyxida/Pyxida/TODO,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TODO 29 Nov 2006 13:06:01 -0000 1.3 --- TODO 1 Dec 2006 17:33:15 -0000 1.4 *************** *** 2,13 **** V0.1 TODO - - add cvs_acls to SF repository - roll out on PL, into harvard_nc, set appropriate logging - check that external API works + add pl script to web page that does query - make front page nice, incl adding downloads ###################################################################### V0.2 (Proxy coordinates) TODO: ###################################################################### --- 2,14 ---- V0.1 TODO - roll out on PL, into harvard_nc, set appropriate logging - check that external API works + add pl script to web page that does query - make front page nice, incl adding downloads + - add web query interface ###################################################################### V0.2 (Proxy coordinates) TODO: + - add to web interface ###################################################################### Index: build.xml =================================================================== RCS file: /cvsroot/pyxida/Pyxida/build.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** build.xml 1 Dec 2006 16:48:19 -0000 1.6 --- build.xml 1 Dec 2006 17:33:15 -0000 1.7 *************** *** 112,116 **** </classpath> <jvmarg value="-ea"/> ! <sysproperty key="java.library.path" value="lib/libjpcap.so" /> <sysproperty key="pyxida.config" value="${pyxida.config}" /> <sysproperty key="java.util.logging.config.file" value="${java.util.logging.config.file}" /> --- 112,116 ---- </classpath> <jvmarg value="-ea"/> ! <sysproperty key="java.library.path" value="lib" /> <sysproperty key="pyxida.config" value="${pyxida.config}" /> <sysproperty key="java.util.logging.config.file" value="${java.util.logging.config.file}" /> *************** *** 126,129 **** --- 126,130 ---- <jvmarg value="-ea"/> <!-- Turn on assertions --> <!-- <jvmarg value="-Xloggc:"/> --> + <sysproperty key="java.library.path" value="lib" /> <sysproperty key="pyxida.config" value="${pyxida.config}" /> <sysproperty key="java.util.logging.config.file" value="${java.util.logging.config.file}" /> |