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
31 // This project will build the java server and C++ client
32 project(Java_Big_Request): taoexe, portableserver {
36 // Define the java type
41 generic_outputext = .class