You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ tao_idl -o x -o y -o z
IDL: No input files
$ ls
x y z
Now obviously you really shouldn't be passing multiple -o options to tao_idl, but at the same time tao_idl shouldn't be doing this. It should just take the last one and use that, ideally only making the directory right before it writes the files there. I might try to fix this at some point, but I'm filing this issue mostly just to document it.
The text was updated successfully, but these errors were encountered:
The `_opendds_*_generated_output functions` in CMake didn't have any
sort of testing and could give incorrect results for where to put the
export header file. This tries to correct both of those issues.
Also added workaround for DOCGroup/ACE_TAO#2202
The `_opendds_*_generated_output functions` in CMake didn't have any
sort of testing and could give incorrect results for where to put the
export header file. This tries to correct both of those issues.
Also added workaround for DOCGroup/ACE_TAO#2202
As stated in the title,
tao_idl
will immediately create the directory specified by an-o
option and its alternative forms:ACE_TAO/TAO/TAO_IDL/be/be_global.cpp
Lines 3033 to 3037 in d055988
This means it can do this:
Now obviously you really shouldn't be passing multiple
-o
options totao_idl
, but at the same timetao_idl
shouldn't be doing this. It should just take the last one and use that, ideally only making the directory right before it writes the files there. I might try to fix this at some point, but I'm filing this issue mostly just to document it.The text was updated successfully, but these errors were encountered: