From: Wolfgang M. M. <wol...@us...> - 2004-03-29 14:26:41
|
Update of /cvsroot/exist/eXist-1.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31676 Modified Files: build.xml Log Message: * Fixed stability issues: collection pointers got corrupted occasionally, resulting in ArrayIndexOutOfBoundsExceptions. * Added check for file format versions: the database will throw an exception if the database files are incompatible with the current eXist version. Index: build.xml =================================================================== RCS file: /cvsroot/exist/eXist-1.0/build.xml,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** build.xml 2 Mar 2004 12:51:23 -0000 1.43 --- build.xml 29 Mar 2004 14:15:12 -0000 1.44 *************** *** 229,232 **** --- 229,233 ---- <exclude name="**/xupdate/test/*.java"/> <exclude name="**/xquery/test/*.java"/> + <exclude name="org/exist/test/ServerTest.java"/> </fileset> </batchtest> |