To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72675
User lla changed the following:
What |Old value |New value
================================================================================
Status|REOPENED |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Feb 26 12:56:50 +0000
2007 -------
Never use fast fixes, Stephan, you are right, '+=' is the right choise.
Right fix for all readers: change solenv/inc/cppunit.mk, add the lines start
with '+' remove the line start with '-'
------- snip -------
.IF "$(TESTOPT)"==""
TEST$(TNR)OPT="-jobexclude"
TEST$(TNR)OPT+=$(SHL$(TNR)TARGET).xsce
- TEST$(TNR)OPT="-sf"
+ TEST$(TNR)OPT+="-sf"
TEST$(TNR)OPT+=$(mktmp "foo")
TEST$(TNR)OPT+="-onlyerrors"
TEST$(TNR)OPT+=" "
TEST$(TNR)OPT+=$(TESTOPTADD)
---------- snip ---------
and do a:
cat cppunit.mk | mkunroll >_cppunit.mk
in the project solenv/inc, then the jobexclude will work again.
---------------------------------------------------------------------
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]