vgritsenko 2004/01/29 06:14:05
Modified: java/src/org/apache/xindice/tools XMLTools.java . status.xml Log: Tweak XMLTools help a bit. Add recent changes. Revision Changes Path 1.27 +6 -9 xml-xindice/java/src/org/apache/xindice/tools/XMLTools.java Index: XMLTools.java =================================================================== RCS file: /home/cvs/xml-xindice/java/src/org/apache/xindice/tools/XMLTools.java,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- XMLTools.java 16 Aug 2003 03:00:19 -0000 1.26 +++ XMLTools.java 29 Jan 2004 14:14:05 -0000 1.27 @@ -630,14 +630,13 @@ String cmdswitch; // Holds the switch for the current <command> node - // Show the header and switch commands System.out.println(); System.out.println("Xindice Command Tools v" + Xindice.Version); System.out.println(); System.out.println("Format: xindice action [switch] [parameter]"); System.out.println(); - System.out.println("Where: [switch] implements:"); + System.out.println("Switches:"); System.out.println(" -c Collection context (must always be specified),"); System.out.println(" can be either canonical name of the collection"); System.out.println(" or complete xmldb URL"); @@ -658,11 +657,9 @@ System.out.println(" --maxkeysize The maximum size for file keys (default: 0=none)"); System.out.println(); - System.out.println("\nActions:\n"); - System.out.println(" xindice [parameter], etc...\n"); + System.out.println("Actions:"); // Show all elements with helpclass=document - // Loop over the commands, printing test from description attribute for (int i = 0; i < list.getLength(); i++) { helpClass = ((Element) list.item(i)).getAttribute("helpclass"); @@ -685,8 +682,8 @@ } } - System.out.println("\nExamples:\n"); - + System.out.println(); + System.out.println("Examples:"); System.out.println(" xindice ad -c /db/test -f /tmp/xmldocument -n myxmldocument"); System.out.println(" xindice dd -c /db/test -n myxmldocument"); System.out.println(" xindice rd -c /db/test/ocs -f a:\\file.xml -n file.xml"); 1.24 +15 -4 xml-xindice/status.xml Index: status.xml =================================================================== RCS file: /home/cvs/xml-xindice/status.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- status.xml 22 Jan 2004 03:29:28 -0000 1.23 +++ status.xml 29 Jan 2004 14:14:05 -0000 1.24 @@ -37,7 +37,8 @@ <action context="xml" dev="open"> <strong>Grouped resource-level transactions</strong> A system needs to be designed that allows transactions across a set of resources to be - performed. + performed. First step towards implementing transaction support is + implementation of the document locking mechanism. </action> <action context="xml" dev="open"> <strong>XQuery support</strong> The Xindice projects needs to work @@ -58,14 +59,24 @@ </todo> <changes> - <!-- Add new releases here --> - <release version="1.1b4-dev" date="January 21 2004"> + <release version="1.1b4-dev" date="January 29 2004"> + <action dev="VG" type="add"> + Added xindice command line tool to the jar distribution. + </action> + <action dev="VG" type="update"> + Xindice startup script and command line scripts are rewritten to + support Windows 95/98/ME. + </action> + <action dev="VG" type="update"> + Optimize flushing of the database configuration, flush only when there + were changes made. + </action> <action dev="VG" type="update"> Update XML:DB APIs to the 20030701 snapshot. </action> <action dev="VG" type="add"> Added xindice command line tool to the war distribution. It is located - in webapps/xindice/WEB-INF folder. + in webapps/xindice/WEB-INF folder once webapp is unpacked. </action> <action dev="VG" type="update"> xindice.configuration servlet configuration parameter can point to