Issue 64261 - wizards: cannot resolve symbol ErrorHandler
Summary: wizards: cannot resolve symbol ErrorHandler
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P1 (highest) Trivial (vote)
Target Milestone: OOo 2.0.3
Assignee: rt
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-11 09:34 UTC by pavel
Modified: 2006-04-11 20:58 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2006-04-11 09:34:09 UTC
While current m163:

javac -classpath
".:../../../../../../unxlngi6.pro/class:/usr/lib/SunJava2/jre/lib/rt.jar:.:/disk3/oo/BuildDir/ooo_SRC680_m163_src/solver/680/unxlngi6.pro/bin/unoil.jar:/disk3/oo/BuildDir/ooo_SRC680_m163_src/solver/680/unxlngi6.pro/bin/jurt.jar:/disk3/oo/BuildDir/ooo_SRC680_m163_src/solver/680/unxlngi6.pro/bin/ridl.jar:/disk3/oo/BuildDir/ooo_SRC680_m163_src/solver/680/unxlngi6.pro/bin/juh.jar:/disk3/oo/BuildDir/ooo_SRC680_m163_src/solver/680/unxlngi6.pro/bin/jut.jar:/disk3/oo/BuildDir/ooo_SRC680_m163_src/solver/680/unxlngi6.pro/bin/java_uno.jar:/disk3/oo/BuildDir/ooo_SRC680_m163_src/solver/680/unxlngi6.pro/bin/java_uno_accessbridge:../../../../../../unxlngi6.pro/class/commonwizards.jar:/disk3/oo/BuildDir/ooo_SRC680_m163_src/solver/680/unxlngi6.pro/bin/xalan.jar:/disk3/oo/BuildDir/ooo_SRC680_m163_src/solver/680/unxlngi6.pro/bin/xercesImp.jar:/disk3/oo/BuildDir/ooo_SRC680_m163_src/solver/680/unxlngi6.pro/bin/xml-apis.jar"
-d ../../../../../../unxlngi6.pro/class  AbstractExporter.java   
ConfiguredExporter.java         CopyExporter.java       Exporter.java  
FilterExporter.java     ImpressHTMLExporter.java
FilterExporter.java:13: cannot resolve symbol
symbol  : class ErrorHandler 
location: package web
import com.sun.star.wizards.web.ErrorHandler;
                                ^
FilterExporter.java:14: cannot resolve symbol
symbol  : class ProcessErrors 
location: package web
import com.sun.star.wizards.web.ProcessErrors;
                                ^
FilterExporter.java:24: cannot resolve symbol
symbol  : class ProcessErrors 
location: class com.sun.star.wizards.web.export.FilterExporter
public class FilterExporter extends AbstractExporter implements ProcessErrors {
                                                                ^
3 errors
dmake:  Error code 1, while making
'../../../../../../unxlngi6.pro/misc/web_export_dummy.java'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making
/disk3/oo/BuildDir/ooo_SRC680_m163_src/wizards/com/sun/star/wizards/web/export
dmake:  Error code 1, while making 'instsetoo_native/prj/build_instsetoo_native'
Comment 1 pavel 2006-04-11 09:41:32 UTC
oo@oo:~/BuildDir/ooo_SRC680_m163_src/wizards/com/sun/star/wizards/web> grep wz_w
ebexport ~/BuildDir/ooo_SRC680_m163_src/wizards/prj/build.lst 
wz      wizards\com\sun\star\wizards\web\export                 nmake          
-       all     wz_webexport wz_webdata wz_commonwiz NULL
wz      wizards\com\sun\star\wizards\web                        nmake          
-       all     wz_webwiz wz_webexport NULL
oo@oo:~/BuildDir/ooo_SRC680_m163_src/wizards/com/sun/star/wizards/web> 

-> wizards/web depends on wizards/web/export, but

oo@oo:~/BuildDir/ooo_SRC680_m163_src/wizards/com/sun/star/wizards/web/export> gr
ep com.sun.star.wizards.web.ErrorHandler FilterExporter.java 
import com.sun.star.wizards.web.ErrorHandler;
oo@oo:~/BuildDir/ooo_SRC680_m163_src/wizards/com/sun/star/wizards/web/export> 

It comes from dbwizardpp3, bc:

revision 1.3
INTEGRATION: CWS dbwizardpp3 (1.2.214); FILE MERGED
2006/03/29 15:30:09 bc 1.2.214.2: #i63772#failing of pdf export now raises error
messagebox
Comment 2 rt 2006-04-11 10:23:17 UTC
Berend,
with CWS  dbwizardpp3 you introduced a ring rependency in 'wizards':
'wizards/com/sun/star/wizards/web/export/FilterExporter.java' imports
com.sun.star.wizards.web.ErrorHandler (line 13). ErrorHandler gets build in
'wizards/com/sun/star/wizards/web', which in turn needs
com.sun.star.wizards.web.export.Exporter

Please fix ASAP. It's a P1-issue, we cannot finish current milestone m163
without a resolution for this problem.
Comment 3 berend.cornelius 2006-04-11 11:17:08 UTC
bc: The import statements and the implement descriptions were not needed so I
removed them.
Comment 4 berend.cornelius 2006-04-11 11:18:35 UTC
bc rt: I sent you an email with the new source code to directly check into the
master.

re-open issue and reassign to rt@openoffice.org
Comment 5 berend.cornelius 2006-04-11 11:18:43 UTC
reassign to rt@openoffice.org
Comment 6 berend.cornelius 2006-04-11 11:18:51 UTC
reset resolution to FIXED
Comment 7 rt 2006-04-11 12:20:27 UTC
Verified in local build, committed as masterfix to m163.
Comment 8 pavel 2006-04-11 20:58:21 UTC
Yes, closing.