5 // Define the Java IDL with a hack output extension
6 // Since our idl file has a module, the generated java files
7 // will go int the module name so we set the extension to /
8 Define_Custom(JAVA_IDL) {
14 // Make sure we don't get any of the defaults
23 // The idlj will automatically put the generated files
24 // in the Test directory
27 // We want both server and client side
34 // This project will build the java server and C++ client
35 project(Java_Big_Reply): taoexe, portableserver {
39 // Define the java type
44 generic_outputext = .class