Product API
Type changed
Title javamaker generates types recursively
Posted by [EMAIL PROTECTED]
Affected ,codemaker
Effective from SRC680 cws sdksample


API/ BASIC [x]
Configuration [ ]
File format change [ ]
Help/ Guide [ ]
Performance test [ ]
Translation [ ]
UI relevant [ ]

Description
The javamaker generates types now recursively.

old:
javamaker -Tcom.sun.star.text.* ...
generates all types in the module "text" but not of the sub modules

new:
javamaker -Tcom.sun.star.text.* ...
generates all types in the module "text" and all types of sub modules.

javamaker -T*
is identical with no -T option which means that all types are genrated


No formal specifiaction is available, see the tools description i the
SDK (<sdk>/docs/tools.html )


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to