Hi ! u mean the name of the generated files or the location of the generated files ?
wat I did on a previous project was to use the cross compiler option to generate all java files derived from IDL to a common directory (like $top/generated). I think all IDL c-compiler have the option (I've only worked on ORBaccus and jacorb though but this is this is a standard option to be able to control the output directory). if this is the name of the files u are wondering about, then it is ORB dependant but why not launch ur test for **/** under generated ? otherwise for a fixed ORB and depending of the CORBA standard level, the name of the files will always be the same (since they are generated). does it help ? seb. Erik Putrycz wrote: > I wrote an Ant task for the IDL compiler from OpenORB project. > I would like to add an uptodate check for compiling only the necessary IDL > files. > I looked in the current sources and the main challenge stays in figuring out > the java files that will be generated out of an IDL file. > I wonder if anyone has done that before ? > > Erik. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]