Issue 90981 - IDL files dependencies
Summary: IDL files dependencies
Status: ACCEPTED
Alias: None
Product: App Dev
Classification: Unclassified
Component: sdk (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact: b.osi.ooo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-23 11:30 UTC by rvojta
Modified: 2013-02-24 20:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description rvojta 2008-06-23 11:30:16 UTC
I don't know if there are solved dependencies of IDL files in netbeans
integration plug-in, but it seems that they aren't ...

 - create one interface XMyComponent
 - create one service MyComponentService : XMyComponent

... compile, install, it works. Now, change XMyComponent.idl file (let's
introduce another argument in a function). Run Clean & Build, install and
exception occurs - number of arguments differs. To solve this problem, I have to ...

 - change XMyComponent.idl file, save and compile
 - open MyComponentService.idl file, change one character, save and compile
 - Clean & Build whole project
 - install OXT - it works now

... IMHO this should be done automatically during Clean & Build. All .idl files
should be touched, so, they look like modified for NetBeans.
Comment 1 steffen.grund 2008-06-27 18:34:49 UTC
accepted. 
This puzzles me: a "clean" removes all existing compiled idl files.
When you say, you created the idl files: did you use the idl file wizard of the
plug-in, or just created empty files and filled them yourself? How did you
create the Java implementation of the idl files (with wizard or not)?
Comment 2 rvojta 2008-07-02 22:35:09 UTC
I'm going to try to reproduce this issue again. In the meanwhile, everything was
created by wizard in this case.
Comment 3 steffen.grund 2010-02-12 16:08:46 UTC
set target