From: <lak...@t-...> - 2005-05-10 05:01:08
|
Janusz Dalecki (TYCO) wrote: >Hi Lars, >Thanks for the reply. >I have verified that the tools-1.4.0.jar and openorb_orb_tools-1.4.0.jar are >in compiler classpath (using -debug option on ant command line) - you can >see it when you look below from the console output. There is some problem >with idl2java.cache file (at the end of console output) - I am looking for >some more info on that. >Regards, >Janusz > > > I don't think the cache file has anything to do with your problem. The cache is used to track dependencies between files to speed up recompilations. You haven't succeeded in compiling anything, so naturally there isn't any information from previous compiler runs on disk yet. Can you compare your taskdef and idl2java calls with the one we use in OpenORBs own build.xml file for the examples? For your convenience, here is the link: http://cvs.sourceforge.net/viewcvs.py/openorb/OpenORB/src/build.xml?rev=1.186&view=auto Regards, Lars |