Board index » jbuilder » idlj: paths and includes in JBX
|
Glenn Fink
JBuilder Developer |
idlj: paths and includes in JBX2004-02-25 02:30:37 AM jbuilder3 I have a client application generating code from idl that is located in a given path (z:/src) I want the code generated to be part of specific package "myclient.corba.interface" When I use VisiBroker the include path works through the idl directory structure and the generated code is located in the correct file structure/package name (generated source/myclient/corba/interface/classFromIdl.java) When I create/use a "new" CORBA (idlj.exe) from Java 1.4 with JBX the idl include path is not being used and the files generated are not generated in the correct packages.. Any Ideas? Thanks in advance for your help Note: if I put the idl source in with the command line it looks like it works for locating idl files with some minor issues. Thanks! Glenn |
