I was unable to comit the NamingServicePersistent.txt, receiving the CVS
error
in return on all attempts. The file was comitted under slightly changed
name.
The tools/gnu/classpath/tools/giop/NamingServicePersistent.txt, if exists,
should be deleted from the CVS (it is the plain text resource file and will
not break the build anyway).
Probably some extremely rare hashcode problems. The current CVS state is
obtained by subsequently applying the previous and this patches. Sorry
about that.
2006-02-14 Audrius Meskauskas <[EMAIL PROTECTED]>
* tools/gnu/classpath/tools/giop/NameServicePersistent.java: Refer
to NameServicePersistent.
* tools/gnu/classpath/tools/giop/NameServicePersistent.txt: New file.
* tools/gnu/classpath/tools/giop/NamingServicePersistent.txt: Deleted.
Index: tools/gnu/classpath/tools/giop/NameServicePersistent.java
===================================================================
RCS file: /sources/classpath/classpath/tools/gnu/classpath/tools/giop/NameServicePersistent.java,v
retrieving revision 1.1
diff -u -r1.1 NameServicePersistent.java
--- tools/gnu/classpath/tools/giop/NameServicePersistent.java 14 Feb 2006 15:35:11 -0000 1.1
+++ tools/gnu/classpath/tools/giop/NameServicePersistent.java 14 Feb 2006 15:47:42 -0000
@@ -97,7 +97,7 @@
*/
public static void main(String[] args)
{
- HelpPrinter.checkHelpKey(args, "giop/NamingServicePersistent.txt");
+ HelpPrinter.checkHelpKey(args, "giop/NameServicePersistent.txt");
System.out.println("Please use --help for options.");
int port = PORT;
Index: tools/gnu/classpath/tools/giop/NameServicePersistent.txt
===================================================================
RCS file: tools/gnu/classpath/tools/giop/NameServicePersistent.txt
diff -N tools/gnu/classpath/tools/giop/NameServicePersistent.txt
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ tools/gnu/classpath/tools/giop/NameServicePersistent.txt 1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,28 @@
+Copyright 2006 Free Software Foundation, Inc.
+This is free software; see the source for copying conditions. There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+Please report bugs at http://www.gnu.org/software/classpath/bugs.html
+
+GNU Classpath GIOP persitent naming service.
+ usage: NameServicePersistent <options>
+
+ where <options> includes:
+* -org.omg.CORBA.ORBInitialPort NNN
+ or -ORBInitialPort NNN - specifies the port, on that the
+ service must be started. If this key
+ is not specified, the service starts
+ at the port 900.
+
+* -ior FILE_NAME - store the IOR reference to this naming
+ service to the specified file. The
+ IOR reference contains enough
+ information to locate the service
+ on the web.
+* - folder FOLDER - store the persistent information
+ to the given folder
+* - reset - discard any previously stored
+ persistent information (cold start)
+
+
+