To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=87469
------- Additional comments from [EMAIL PROTECTED] Tue Apr 1 09:32:28 +0000 2008 ------- > sb: But the proposed patch does not take care of any unit-test runtime > dependencies, anyway!? True not yet - OTOH, who said it was perfect ? should we wait until every patch is perfect to commit it ? if so, how did OO.o get into the repository ? ;-> > vg: perfect point! ;-) Sadly I didn't explain it clearly enough. > vg: the unified build.lst allows us better describe dependencies. Not only > between test directories, but also between test dirs and "nmake" dirs... That > is some test can be run when the module is not yet built completely. But the main dependency problems are not between project sub directories at all (the only scope of internal dependency that build has), but between projects: eg. ucbhelper's unit tests will require 'ucb' to be built, yet that is not currently a build dependency, nor should it need to be. ie. there is a -different- (run-time) dependency graph for unit-tests, than for building: and turning both graphs into the same thing is unnecessary and would be bad for build performance. Also - vg: in general it is anti-social to apply lots of stop-energy to something on which you have done no work. Something is better than nothing in the area of unit-tests IMHO - if it needs lots of re-writing in your own way later: that's fine; in the mean time - will you accept this ? Thanks. --------------------------------------------------------------------- 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]
