Issue 36769 - qadevOOo: missing dependency
Summary: qadevOOo: missing dependency
Status: CLOSED FIXED
Alias: None
Product: QA
Classification: Unclassified
Component: testscripts (show other issues)
Version: current
Hardware: All All
: P2 Trivial
Target Milestone: ---
Assignee: pavel
QA Contact: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-05 21:02 UTC by pavel
Modified: 2013-08-07 15:06 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
add ifc_view dependency for _sc (1.13 KB, patch)
2004-11-05 21:03 UTC, pavel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2004-11-05 21:02:35 UTC
Please apply the attached patch. It fixes this build failure:

ScModelObj.java:81: package ifc.view does not exist
import ifc.view._XPrintJobBroadcaster;
                ^
ScModelObj.java:264: package _XPrintJobBroadcaster does not exist
        _XPrintJobBroadcaster.MyPrintJobListener listener = new
_XPrintJobBroadcaster.MyPrintJobListener(oObj, fileName);
                             ^
ScModelObj.java:264: package _XPrintJobBroadcaster does not exist
        _XPrintJobBroadcaster.MyPrintJobListener listener = new
_XPrintJobBroadcaster.MyPrintJobListener(oObj, fileName);
                                                                               
     ^
3 errors
dmake:  Error code 1, while making '../../../../unxsols4.pro/misc/_sc_dummy.java'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making
/home/oo/BuildDir/ooo_SRC680_m61_src/qadevOOo/tests/java/mod/_sc
dmake:  Error code 1, while making 'build_all'
'---* tg_merge.mk *---'
Comment 1 pavel 2004-11-05 21:03:16 UTC
Created attachment 18999 [details]
add ifc_view dependency for _sc
Comment 2 pavel 2004-11-08 19:42:17 UTC
I'll fix it in pj11.
Comment 3 pavel 2004-11-09 07:44:31 UTC
Fixed in pj11.
Comment 4 hjs 2004-11-11 14:38:24 UTC
.
Comment 5 pavel 2004-11-29 10:47:46 UTC
.