3 Test for passing wchar data between TAO and JacORB processes.
4 This test may also be run for tao-tao on different platforms.
6 To build this test for JacORB requires a JacORB 2.0 installation, and the
7 ant build tool. The Java classpath must include $JACORB_HOME/lib/jacorb.jar
8 and $TAO_ROOT/interop-tests/classes.
10 To build the tao test client and server, first run mwc.pl in the ordinary
11 way to generate makefiles or project files. Then to build the JacORB client
12 and server, use "ant" which assumes $JACORB_HOME is set to the JacORB home
15 The TAO server command line is:
16 ./server [-o iorfile] [-v]
17 The default ior file for the server is "./IOR"
18 The -v option causes the server to output some details of its operation.
20 The TAO client command line is:
21 ./client [-k ior] [[-t 0 < n <= 14]...] [-v] [-x]
22 The default ior is "file://IOR". Note that it is an IOR, not a filename.
23 The -t option selects individual tests, no selection implies all tests,
24 the -t option may be repeated to select a number of tests
25 The -v option make the test more verbose, not adding it only outputs final
27 The -x option makes the client send a shutdown request to the server.
28 Anything else, such as -?, will yield a list of options and test descriptions.
30 To run the JacORB client or server, use the "jaco" utility,
32 jaco -classpath ../classes interop.wchar.Server [-o iorfile] [-v]
33 jaco -classpath ../classes interop.wchar.Client [-i iorfile] [-t 0..14] [-v] [-x]
34 Note that Client takes -i iorfile, not -k ior.