To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86525
------- Additional comments from [EMAIL PROTECTED] Fri Feb 29 10:48:30 +0000
2008 -------
sb wrote:
> Re regcomp: Would it work to make all modules that need regcomp
> depend on cpputools, or would that cause dependency cycles?
Possibly - but of course cpputools requires 'offuh' - which looks like it
would mean that everything that delivers an UNO component would require offuh -
I assume that breaks the encapsulation of the 'udk' piece; does it ?
> Re comphelper: Would not testshl2 (esp. post issue 86509) instead be a
> good place for any odd stuff needed during testing?
Well; yes, and no ;-) that would mean we can't use testshl2 in any of the
modules below UNO - eg. sal/ without circular dependencies which doesn't sound
optimal. Ultimately, I'm convinced unit testing should be an integral part of
our software stack: of course, we can create "yet another module" eg.
'testshl2uno' or something, but a new library in comphelper seemed simpler.
> Re deliver: My guts tell me to avoid trickery in deliver. If module M
> shall deliver unit-M.rdb, I would rather assume to have a rule in some
> of Ms makefile.mks to build it, and then deliver it normally.
Sounds like a good suggestion, and hr seems to agree. Of course - the core
problem here is maintaining the unit tests in a working state: as such I would
suggest that we deliver a single RDB file per-module, and we use this for two
purposes:
* building install sets
* running the unit tests.
This should have several nice advantages - in particular faster install set
builds; and a simplification of the scp (and moving that into modules) - since
we could remove many of the UNO_COMPONENT Styles from there.
Of course, first we need closure on the regcomp dependency issues. More
advice Stephan ?
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
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]