Hi Juergen, Le mardi 13 mai 2008 à 10:38 +0200, Juergen Schmidt - Sun Germany - ham02 - Hamburg a écrit : > > + the implementation for the interfaces attributes (to have a private > > member for the attribute and use it in the getters and setters) > well, i have to check the implementation but as far as i remember i do > that if no property helper is used. But if somebody wants to implement > the typical property interfaces i use a special helper base class.
Could you be a little bit more precise ? What it the helper base class to use ? I tried with the following calls: uno-skeletonmaker -env:BOOTSTRAPINI="/path/to/bootstraprc" component --java4 -o ./source -l file:////path/to/oo/types.rdb -l types.rdb -n org.openoffice.example.comp.TestImpl -t org.openoffice.example.Test # Generate CPP class uno-skeletonmaker -env:BOOTSTRAPINI="/path/to/bootstraprc" component --cpp -o ./source-cpp -l file:////path/to/oo/types.rdb -l types.rdb -n org.openoffice.example.comp.TestImpl -t org.openoffice.example.Test The test service here only has a Name attribute in its interface. The getter and setter body were correct in C++, but the field wasn't declared. In Java the getter and setter are simply empty. > > That's all for the moment. I'll send you the patch after having > > double-checked it. > yes and please check if it matches with the different command line options Do you have some test scripts or data for me to test all the other options ? Thanks, -- Cédric Bosdonnat OOo Eclipse Integration developer http://cedric.bosdonnat.free.fr --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
