Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 371262 Details for
Bug 539035
FTBFS writer2latex-1.0-1.fc12
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 75.62 KB, created by
FTBFS
on 2009-11-19 16:31:54 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
FTBFS
Created:
2009-11-19 16:31:54 UTC
Size:
75.62 KB
patch
obsolete
>Mock Version: 0.9.19 >ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/writer2latex.spec'], False, '/var/lib/mock/fedora-development-x86_64-writer2latex-1.0-1.fc12.src.rpm/root/', None, 21600, True, 0, 8116, 14667, None, logger=<mock.trace_decorator.getLog object at 0x18ca890>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/writer2latex.spec'] >Building target platforms: x86_64 >Building for target x86_64 >Wrote: /builddir/build/SRPMS/writer2latex-1.0-1.fc13.src.rpm >Child returncode was: 0 >LEAVE do --> > >ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/writer2latex.spec'], False, '/var/lib/mock/fedora-development-x86_64-writer2latex-1.0-1.fc12.src.rpm/root/', None, 21600, True, 0, 8116, 14667, None, logger=<mock.trace_decorator.getLog object at 0x18ca890>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/writer2latex.spec'] >Building target platforms: x86_64 >Building for target x86_64 >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.EtWXRd >+ umask 022 >+ cd /builddir/build/BUILD >+ LANG=C >+ export LANG >+ unset DISPLAY >+ cd /builddir/build/BUILD >+ rm -rf 1.0 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/1.0.tar.gz >+ /bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd 1.0 >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ echo 'Patch #0 (writer2latex05.rh.patch):' >Patch #0 (writer2latex05.rh.patch): >+ /bin/cat /builddir/build/SOURCES/writer2latex05.rh.patch >+ /usr/bin/patch -s -p1 -b --suffix .rh.patch --fuzz=0 >+ sed -i -e s#/opt/openoffice.org/basis3.0#/usr/lib64/openoffice.org/basis3.1# build.xml >+ sed -i -e s#/opt/openoffice.org/ure#/usr/lib64/openoffice.org/ure# build.xml >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.kkLU1b >+ umask 022 >+ cd /builddir/build/BUILD >+ cd 1.0 >+ LANG=C >+ export LANG >+ unset DISPLAY >+ ant jar javadoc oxt >Buildfile: build.xml >compile: > [mkdir] Created dir: /builddir/build/BUILD/1.0/target/classes > [javac] Compiling 160 source files to /builddir/build/BUILD/1.0/target/classes > [javac] ---------- > [javac] 1. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java (at line 42) > [javac] import com.sun.star.ucb.XSimpleFileAccess2; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.ucb cannot be resolved > [javac] ---------- > [javac] 2. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilt > [javac] erBase.java (at line 48) > [javac] import com.sun.star.xml.sax.XDocumentHandler; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.xml cannot be resolved > [javac] ---------- > [javac] 3. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java (at line 49) > [javac] import com.sun.star.xml.XExportFilter; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.xml cannot be resolved > [javac] ---------- > [javac] 4. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java (at line 72) > [javac] XExportFilter, > [javac] ^^^^^^^^^^^^^ > [javac] XExportFilter cannot be resolved to a type > [javac] ---------- > [javac] 5. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java (at line 75) > [javac] XDocumentHandler, > [javac] ^^^^^^^^^^^^^^^^ > [javac] XDocumentHandler cannot be resolved to a type > [javac] ---------- > [javac] 6. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java (at line 96) > [javac] private XSimpleFileAccess2 sfa2; > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 7. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java (at line 262) > [javac] public void startElement (String str, com.sun.star.xml.sax.XAttributeList > [javac] xattribs) > [javac] ^^^^^^^^^^^^^^^^ > [javac] com.sun.star.xml cannot be resolved to a type > [javac] ---------- > [javac] 8. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilt > [javac] erBase.java (at line 323) > [javac] public void setDocumentLocator(com.sun.star.xml.sax.XLocator xLocator){ > [javac] ^^^^^^^^^^^^^^^^ > [javac] com.sun.star.xml cannot be resolved to a type > [javac] ---------- > [javac] 9. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java (at line 339) > [javac] sfa2 = null; > [javac] ^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 10. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java (at line 343) > [javac] sfa2 = (XSimpleFileAccess2) UnoRuntime.queryInterface(XSimpleFileAccess2.class, sfaObject); > [javac] ^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 11. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFil > [javac] terBase.java (at line 343) > [javac] sfa2 = (XSimpleFileAccess2) UnoRuntime.queryInterface(XSimpleFileAccess2.class, sfaObject); > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 12. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java (at line 343) > [javac] sfa2 = (XSimpleFileAccess2) UnoRuntime.queryInterface(XSimpleFileAccess2 > [javac] .class, sfaObject); > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 13. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java (at line 421) > [javac] if (sDirName.length()>0 && !sfa2.exists(sNewURL+sDirName)) { > [javac] ^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 14. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java (at line 422) > [javac] sfa2.createFolder(sNewURL+sDirName); > [javac] ^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 15. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java (at line 438) > [javac] sfa2.writeFile(sNewURL+sFullFileName,xInStream); > [javac] ^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 16. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java (at line 461) > [javac] new Type( XExportFilter.class ), > [javac] ^^^^^^^^^^^^^ > [javac] XExportFilter cannot be resolved to a type > [javac] ---------- > [javac] ---------- > [javac] 17. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDat > [javac] aParser.java (at line 38) > [javac] import com.sun.star.ucb.CommandAbortedException; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.ucb cannot be resolved > [javac] ---------- > [javac] 18. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java (at line 39) > [javac] import com.sun.star.ucb.XSimpleFileAccess2; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.ucb cannot be resolved > [javac] ---------- > [javac] 19. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java (at line 43) > [javac] import com.sun.star.util.XStringSubstitution; > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.util.XStringSubstitution cannot be resolved > [javac] ---------- > [javac] 20. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDat > [javac] aParser.java (at line 60) > [javac] private XSimpleFileAccess2 sfa2; > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 21. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDat > [javac] aParser.java (at line 61) > [javac] private XStringSubstitution xPathSub; > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] XStringSubstitution cannot be resolved to a type > [javac] ---------- > [javac] 22. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java (at line 67) > [javac] sfa2 = null; > [javac] ^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 23. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java (at line 71) > [javac] sfa2 = (XSimpleFileAccess2) UnoRuntime.queryInterface(XSimpleFileAccess2.class, sfaObject); > [javac] ^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 24. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDat > [javac] aParser.java (at line 71) > [javac] sfa2 = (XSimpleFileAccess2) UnoRuntime.queryInterface(XSimpleFileAccess2.class, sfaObject); > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 25. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java (at line 71) > [javac] sfa2 = (XSimpleFileAccess2) UnoRuntime.queryInterface(XSimpleFileAccess2. > [javac] class, sfaObject); > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 26. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java (at line 78) > [javac] xPathSub = null; > [javac] ^^^^^^^^ > [javac] XStringSubstitution cannot be resolved to a type > [javac] ---------- > [javac] 27. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java (at line 82) > [javac] xPathSub = (XStringSubstitution) UnoRuntime.queryInterface(XStringSubstitution.class, psObject); > [javac] ^^^^^^^^ > [javac] XStringSubstitution cannot be resolved to a type > [javac] ---------- > [javac] 28. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDat > [javac] aParser.java (at line 82) > [javac] xPathSub = (XStringSubstitution) UnoRuntime.queryInterface(XStringSubstitution.class, psObject); > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] XStringSubstitution cannot be resolved to a type > [javac] ---------- > [javac] 29. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java (at line 82) > [javac] xPathSub = (XStringSubstitution) UnoRuntime.queryInterface(XStringSubstit > [javac] ution.class, psObject); > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] XStringSubstitution cannot be resolved to a type > [javac] ---------- > [javac] 30. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java (at line 148) > [javac] if (sfa2!=null && sTemplate!=null && sTemplate.length()>0) { > [javac] ^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 31. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java (at line 150) > [javac] XInputStream xIs = sfa2.openFileRead(sTemplate); > [javac] ^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 32. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDat > [javac] aParser.java (at line 164) > [javac] catch (CommandAbortedException e) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac] CommandAbortedException cannot be resolved to a type > [javac] ---------- > [javac] 33. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java (at line 174) > [javac] if (bAutoCreate && sfa2!=null && sConfig!=null && !sConfig.startsWith("* > [javac] ") && !sfa2.exists(sConfig)) { > [javac] ^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 34. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDat > [javac] aParser.java (at line 174) > [javac] if (bAutoCreate && sfa2!=null && sConfig!=null && !sConfig.startsWith("*") && !sfa2.exists(sConfig)) { > [javac] ^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 35. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDat > [javac] aParser.java (at line 176) > [javac] XOutputStream xOs = sfa2.openFileWrite(sConfig); > [javac] ^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 36. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java (at line 192) > [javac] catch (CommandAbortedException e) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac] CommandAbortedException cannot be resolved to a type > [javac] ---------- > [javac] 37. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java (at line 209) > [javac] else if (sfa2!=null) { // real URL > [javac] ^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 38. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java (at line 211) > [javac] XInputStream xIs = sfa2.openFileRead(sConfig);; > [javac] ^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 39. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java (at line 225) > [javac] catch (CommandAbortedException e) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac] CommandAbortedException cannot be resolved to a type > [javac] ---------- > [javac] 40. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java (at line 253) > [javac] if (xPathSub!=null) { > [javac] ^^^^^^^^ > [javac] XStringSubstitution cannot be resolved to a type > [javac] ---------- > [javac] 41. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDat > [javac] aParser.java (at line 255) > [javac] return xPathSub.substituteVariables(sUrl, false); > [javac] ^^^^^^^^ > [javac] XStringSubstitution cannot be resolved to a type > [javac] ---------- > [javac] ---------- > [javac] 42. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl1.java (at line 35) > [javac] import com.sun.star.graphic.XGraphic; > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.graphic cannot be resolved > [javac] > [javac] ---------- > [javac] 43. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl1.java (at line 36) > [javac] import com.sun.star.graphic.XGraphicProvider; > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.graphic cannot be resolved > [javac] ---------- > [javac] 44. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicCo > [javac] nverterImpl1.java (at line 56) > [javac] private XGraphicProvider xGraphicProvider; > [javac] ^^^^^^^^^^^^^^^^ > [javac] XGraphicProvider cannot be resolved to a type > [javac] ---------- > [javac] 45. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl1.java (at line 65) > [javac] xGraphicProvider = (XGraphicProvider) UnoRuntime.queryInterface(XGra > [javac] phicProvider.class, graphicProviderObject); > [javac] ^^^^^^^^^^^^^^^^ > [javac] XGraphicProvider cannot be resolved to a type > [javac] ---------- > [javac] 46. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicCo > [javac] nverterImpl1.java (at line 65) > [javac] xGraphicProvider = (XGraphicProvider) UnoRuntime.queryInterface(XGraphicProvider.class, graphicProviderObject); > [javac] ^^^^^^^^^^^^^^^^ > [javac] XGraphicProvider cannot be resolved to a type > [javac] ---------- > [javac] 47. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl1.java (at line 65) > [javac] xGraphicProvider = (XGraphicProvider) UnoRuntime.queryInterface(XGra > [javac] phicProvider.class, graphicProviderObject); > [javac] ^^^^^^^^^^^^^^^^ > [javac] XGraphicProvider cannot be resolved to a type > [javac] ---------- > [javac] 48. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl1.java (at line 69) > [javac] xGraphicProvider = null; > [javac] ^^^^^^^^^^^^^^^^ > [javac] XGraphicProvider cannot be resolved to a type > [javac] ---------- > [javac] 49. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl1.java (at line 116) > [javac] XGraphic result = xGraphicProvider.queryGraphic(sourceProps); > [javac] ^^^^^^^^ > [javac] XGraphic cannot be resolved to a type > [javac] ---------- > [javac] 50. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl1.java (at line 116) > [javac] XGraphic result = xGraphicProvider.queryGraphic(sourceProps); > [javac] ^^^^^^^^^^^^^^^^ > [javac] XGraphicProvider cannot be resolved to a type > [javac] ---------- > [javac] 51. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicCo > [javac] nverterImpl1.java (at line 126) > [javac] xGraphicProvider.storeGraphic(result,targetProps); > [javac] ^^^^^^^^^^^^^^^^ > [javac] XGraphicProvider cannot be resolved to a type > [javac] ---------- > [javac] ---------- > [javac] 52. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java (at line 32) > [javac] import com.sun.star.awt.Point; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.awt cannot be resolved > [javac] ---------- > [javac] 53. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java (at line 33) > [javac] import com.sun.star.awt.Size; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.awt cannot be resolved > [javac] ---------- > [javac] 54. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java (at line 36) > [javac] import com.sun.star.drawing.XDrawPage; > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.drawing cannot be resolved > [javac] ---------- > [javac] 55. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicCo > [javac] nverterImpl2.java (at line 37) > [javac] import com.sun.star.drawing.XDrawPages; > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.drawing cannot be resolved > [javac] ---------- > [javac] 56. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java (at line 38) > [javac] import com.sun.star.drawing.XDrawPagesSupplier; > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.drawing cannot be resolved > [javac] ---------- > [javac] 57. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicCo > [javac] nverterImpl2.java (at line 39) > [javac] import com.sun.star.drawing.XShape; > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.drawing cannot be resolved > [javac] ---------- > [javac] 58. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java (at line 40) > [javac] import com.sun.star.frame.XComponentLoader; > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.frame cannot be resolved > [javac] ---------- > [javac] 59. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicCo > [javac] nverterImpl2.java (at line 41) > [javac] import com.sun.star.frame.XStorable; > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.frame cannot be resolved > [javac] ---------- > [javac] 60. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java (at line 46) > [javac] import com.sun.star.util.XRefreshable; > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.util.XRefreshable cannot be resolved > [javac] ---------- > [javac] 61. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicCo > [javac] nverterImpl2.java (at line 121) > [javac] XComponentLoader xComponentLoader = (XComponentLoader) > [javac] ^^^^^^^^^^^^^^^^ > [javac] XComponentLoader cannot be resolved to a type > [javac] ---------- > [javac] 62. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java (at line 121) > [javac] XComponentLoader xComponentLoader = (XComponentLoader) > [javac] ^^^^^^^^^^^^^^^^ > [javac] XComponentLoader cannot be resolved to a type > [javac] ---------- > [javac] 63. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicCo > [javac] nverterImpl2.java (at line 122) > [javac] UnoRuntime.queryInterface(XComponentLoader.class, desktop); > [javac] ^^^^^^^^^^^^^^^^ > [javac] XComponentLoader cannot be resolved to a type > [javac] ---------- > [javac] 64. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java (at line 139) > [javac] XDrawPagesSupplier xDrawPagesSupplier = (XDrawPagesSupplier) > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] XDrawPagesSupplier cannot be resolved to a type > [javac] ---------- > [javac] 65. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicCo > [javac] nverterImpl2.java (at line 139) > [javac] XDrawPagesSupplier xDrawPagesSupplier = (XDrawPagesSupplier) > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] XDrawPagesSupplier cannot be resolved to a type > [javac] ---------- > [javac] 66. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java (at line 140) > [javac] UnoRuntime.queryInterface(XDrawPagesSupplier.class, xDocument); > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] XDrawPagesSupplier cannot be resolved to a type > [javac] ---------- > [javac] 67. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicCo > [javac] nverterImpl2.java (at line 141) > [javac] XDrawPages xDrawPages = xDrawPagesSupplier.getDrawPages(); > [javac] ^^^^^^^^^^ > [javac] XDrawPages cannot be resolved to a type > [javac] ---------- > [javac] 68. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java (at line 143) > [javac] XDrawPage xDrawPage = (XDrawPage) UnoRuntime.queryInterface( > [javac] ^^^^^^^^^ > [javac] XDrawPage cannot be resolved to a type > [javac] ---------- > [javac] 69. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java (at line 143) > [javac] XDrawPage xDrawPage = (XDrawPage) UnoRuntime.queryInterface( > [javac] ^^^^^^^^^ > [javac] XDrawPage cannot be resolved to a type > [javac] ---------- > [javac] 70. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java (at line 144) > [javac] XDrawPage.class, drawPage); > [javac] ^^^^^^^^^ > [javac] XDrawPage cannot be resolved to a type > [javac] ---------- > [javac] 71. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicCo > [javac] nverterImpl2.java (at line 148) > [javac] XShape xShape = (XShape) UnoRuntime.queryInterface(XShape.class, shape); > [javac] ^^^^^^ > [javac] XShape cannot be resolved to a type > [javac] ---------- > [javac] 72. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java (at line 148) > [javac] XShape xShape = (XShape) UnoRuntime.queryInterface(XShape.class, shape); > [javac] ^^^^^^ > [javac] XShape cannot be resolved to a type > [javac] ---------- > [javac] 73. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java (at line 148) > [javac] XShape xShape = (XShape) UnoRuntime.queryInterface(XShape.class, sh > [javac] ape); > [javac] ^^^^^^ > [javac] XShape cannot be resolved to a type > [javac] ---------- > [javac] 74. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicCo > [javac] nverterImpl2.java (at line 151) > [javac] Point position = new Point(); > [javac] ^^^^^ > [javac] Point cannot be resolved to a type > [javac] ---------- > [javac] 75. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicCo > [javac] nverterImpl2.java (at line 151) > [javac] Point position = new Point(); > [javac] ^^^^^ > [javac] Point cannot be resolved to a type > [javac] ---------- > [javac] 76. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicCo > [javac] nverterImpl2.java (at line 159) > [javac] Size size = xShape.getSize(); > [javac] ^^^^ > [javac] Size cannot be resolved to a type > [javac] ---------- > [javac] 77. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicCo > [javac] nverterImpl2.java (at line 183) > [javac] XStorable xStore = (XStorable) UnoRuntime.queryInterface ( > [javac] ^^^^^^^^^ > [javac] XStorable cannot be resolved to a type > [javac] ---------- > [javac] 78. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java (at line 183) > [javac] XStorable xStore = (XStorable) UnoRuntime.queryInterface ( > [javac] ^^^^^^^^^ > [javac] XStorable cannot be resolved to a type > [javac] ---------- > [javac] 79. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java (at line 184) > [javac] XStorable.class, xDocument); > [javac] ^^^^^^^^^ > [javac] XStorable cannot be resolved to a type > [javac] ---------- > [javac] 80. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicCo > [javac] nverterImpl2.java (at line 220) > [javac] XRefreshable refreshable = (XRefreshable) UnoRuntime.queryInterface(XRefreshable.class, document); > [javac] ^^^^^^^^^^^^ > [javac] XRefreshable cannot be resolved to a type > [javac] ---------- > [javac] 81. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java (at line 220) > [javac] XRefreshable refreshable = (XRefreshable) UnoRuntime.queryInterface > [javac] (XRefreshable.class, document); > [javac] ^^^^^^^^^^^^ > [javac] XRefreshable cannot be resolved to a type > [javac] ---------- > [javac] 82. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicCo > [javac] nverterImpl2.java (at line 220) > [javac] XRefreshable refreshable = (XRefreshable) UnoRuntime.queryInterface(XRefreshable.class, document); > [javac] ^^^^^^^^^^^^ > [javac] XRefreshable cannot be resolved to a type > [javac] ---------- > [javac] ---------- > [javac] 83. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDi > [javac] alogBase.java (at line 31) > [javac] import com.sun.star.awt.XDialogEventHandler; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.awt cannot be resolved > [javac] ---------- > [javac] 84. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDialogBase.java (at line 36) > [javac] import com.sun.star.document.XDocumentInfoSupplier; > [javac] ^^^^^^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.document cannot be resolved > [javac] ---------- > [javac] 85. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDi > [javac] alogBase.java (at line 37) > [javac] import com.sun.star.frame.XDesktop; > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.frame cannot be resolved > [javac] ---------- > [javac] 86. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDialogBase.java (at line 44) > [javac] import com.sun.star.ui.dialogs.XExecutableDialog; > [javac] ^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.ui cannot be resolved > [javac] ---------- > [javac] 87. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDialogBase.java (at line 48) > [javac] import com.sun.star.util.XChangesBatch; > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.util.XChangesBatch cannot be resolved > [javac] ---------- > [javac] 88. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDi > [javac] alogBase.java (at line 56) > [javac] public abstract class OptionsDialogBase extends DialogBase implements > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The hierarchy of the type OptionsDialogBase is inconsistent > [javac] ---------- > [javac] 89. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDialogBase.java (at line 130) > [javac] XChangesBatch xUpdateContext = (XChangesBatch) > [javac] ^^^^^^^^^^^^^ > [javac] XChangesBatch cannot be resolved to a type > [javac] ---------- > [javac] 90. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDialogBase.java (at line 130) > [javac] XChangesBatch xUpdateContext = (XChangesBatch) > [javac] ^^^^^^^^^^^^^ > [javac] XChangesBatch cannot be resolved to a type > [javac] ---------- > [javac] 91. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDi > [javac] alogBase.java (at line 131) > [javac] UnoRuntime.queryInterface(XChangesBatch.class,rwview); > [javac] ^^^^^^^^^^^^^ > [javac] XChangesBatch cannot be resolved to a type > [javac] ---------- > [javac] 92. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDialogBase.java (at line 198) > [javac] XDesktop xDesktop = (XDesktop) UnoRuntime.queryInterface(XDesktop.class,desktop); > [javac] ^^^^^^^^ > [javac] XDesktop cannot be resolved to a type > [javac] ---------- > [javac] 93. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDialogBase.java (at line 198) > [javac] XDesktop xDesktop = (XDesktop) UnoRuntime.queryInterface(XDesktop.class > [javac] ,desktop); > [javac] ^^^^^^^^ > [javac] XDesktop cannot be resolved to a type > [javac] ---------- > [javac] 94. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDi > [javac] alogBase.java (at line 198) > [javac] XDesktop xDesktop = (XDesktop) UnoRuntime.queryInterface(XDesktop.class,desktop); > [javac] ^^^^^^^^ > [javac] XDesktop cannot be resolved to a type > [javac] ---------- > [javac] 95. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDialogBase.java (at line 202) > [javac] XDocumentInfoSupplier xDocInfoSuppl = (XDocumentInfoSupplier) > [javac] ^^^^^^^^^^^^^^^^^^^^^ > [javac] XDocumentInfoSupplier cannot be resolved to a type > [javac] ---------- > [javac] 96. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDi > [javac] alogBase.java (at line 202) > [javac] XDocumentInfoSupplier xDocInfoSuppl = (XDocumentInfoSupplier) > [javac] ^^^^^^^^^^^^^^^^^^^^^ > [javac] XDocumentInfoSupplier cannot be resolved to a type > [javac] ---------- > [javac] 97. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDialogBase.java (at line 203) > [javac] UnoRuntime.queryInterface(XDocumentInfoSupplier.class, xComponent); > [javac] ^^^^^^^^^^^^^^^^^^^^^ > [javac] XDocumentInfoSupplier cannot be resolved to a type > [javac] ---------- > [javac] 98. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDi > [javac] alogBase.java (at line 251) > [javac] new Type( XExecutableDialog.class ), > [javac] ^^^^^^^^^^^^^^^^^ > [javac] XExecutableDialog cannot be resolved to a type > [javac] ---------- > [javac] 99. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDialogBase.java (at line 253) > [javac] new Type( XDialogEventHandler.class ) }; > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] XDialogEventHandler cannot be resolved to a type > [javac] > [javac] ---------- > [javac] ---------- > [javac] 100. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java (at line 29) > [javac] import com.sun.star.awt.XControl; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.awt cannot be resolved > [javac] ---------- > [javac] 101. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java (at line 30) > [javac] import com.sun.star.awt.XControlContainer; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.awt cannot be resolved > [javac] ---------- > [javac] 102. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java (at line 31) > [javac] import com.sun.star.awt.XControlModel; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.awt cannot be resolved > [javac] ---------- > [javac] 103. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java (at line 32) > [javac] import com.sun.star.awt.XDialog; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.awt cannot be resolved > [javac] ---------- > [javac] 104. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java (at line 33) > [javac] import com.sun.star.awt.XDialogEventHandler; > [javac] ^^^^^^^^^^^^^^^^ > [javac] > [javac] The import com.sun.star.awt cannot be resolved > [javac] ---------- > [javac] 105. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java (at line 34) > [javac] import com.sun.star.awt.XDialogProvider2; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.awt cannot be resolved > [javac] ---------- > [javac] 106. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBa > [javac] se.java (at line 44) > [javac] import com.sun.star.ui.dialogs.ExecutableDialogResults; > [javac] ^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.ui cannot be resolved > [javac] ---------- > [javac] 107. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java (at line 45) > [javac] import com.sun.star.ui.dialogs.XExecutableDialog; > [javac] ^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.ui cannot be resolved > [javac] ---------- > [javac] 108. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java (at line 56) > [javac] XExecutableDialog, // Execute the dialog > [javac] ^^^^^^^^^^^^^^^^^ > [javac] XExecutableDialog cannot be resolved to a type > [javac] ---------- > [javac] 109. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java (at line 57) > [javac] XDialogEventHandler { // Event handling for dialog > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] XDialogEventHandler cannot be resolved to a type > [javac] ---------- > [javac] 110. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java (at line 110) > [javac] private XDialog xDialog; > [javac] ^^^^^^^ > [javac] XDialog cannot be resolved to a type > [javac] ---------- > [javac] 111. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java (at line 120) > [javac] xDialog = null; > [javac] ^^^^^^^ > [javac] XDialog cannot be resolved to a type > [javac] ---------- > [javac] 112. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java (at line 136) > [javac] new Type( XExecutableDialog.class ), > [javac] ^^^^^^^^^^^^^^^^^ > [javac] XExecutableDialog cannot be resolved to a type > [javac] ---------- > [javac] 113. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java (at line 137) > [javac] new Type( XDialogEventHandler.class ) }; > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] XDialogEventHandler cannot be resolved to a type > [javac] ---------- > [javac] 114. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java (at line 182) > [javac] XDialogProvider2 xDialogProvider = (XDialogProvider2) > [javac] ^^^^^^^^^^^^^^^^ > [javac] XDialogProvider2 cannot be resolved to a type > [javac] ---------- > [javac] 115. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBa > [javac] se.java (at line 182) > [javac] XDialogProvider2 xDialogProvider = (XDialogProvider2) > [javac] ^^^^^^^^^^^^^^^^ > [javac] XDialogProvider2 cannot be resolved to a type > [javac] ---------- > [javac] 116. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java (at line 183) > [javac] UnoRuntime.queryInterface(XDialogProvider2.class, provider); > [javac] ^^^^^^^^^^^^^^^^ > [javac] XDialogProvider2 cannot be resolved to a type > [javac] ---------- > [javac] 117. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBa > [javac] se.java (at line 186) > [javac] xDialog = xDialogProvider.createDialogWithHandler(sDialogUrl, this); > [javac] ^^^^^^^ > [javac] XDialog cannot be resolved to a type > [javac] ---------- > [javac] 118. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBa > [javac] se.java (at line 187) > [javac] if (sTitle!=null) { xDialog.setTitle(sTitle); } > [javac] ^^^^^^^ > [javac] XDialog cannot be resolved to a type > [javac] ---------- > [javac] 119. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBa > [javac] se.java (at line 193) > [javac] short nResult = xDialog.execute(); > [javac] ^^^^^^^ > [javac] XDialog cannot be resolved to a type > [javac] ---------- > [javac] 120. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBa > [javac] se.java (at line 195) > [javac] if (nResult == ExecutableDialogResults.OK) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac] ExecutableDialogResults cannot be resolved > [javac] ---------- > [javac] 121. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java (at line 199) > [javac] xDialog.endExecute(); > [javac] ^^^^^^^ > [javac] XDialog cannot be resolved to a type > [javac] ---------- > [javac] 122. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java (at line 207) > [javac] return ExecutableDialogResults.OK; > [javac] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac] ExecutableDialogResults cannot be resolved > [javac] ---------- > [javac] 123. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java (at line 213) > [javac] public boolean callHandlerMethod(XDialog xDialog, Object event, String sMethod) { > [javac] ^^^^^^^ > [javac] XDialog cannot be resolved to a type > [javac] ---------- > [javac] 124. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java (at line 233) > [javac] XControlContainer xContainer = (XControlContainer) > [javac] ^^^^^^^^^^^^^^^^^ > [javac] XControlContainer cannot be resolved to a type > [javac] ---------- > [javac] 125. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBa > [javac] se.java (at line 233) > [javac] XControlContainer xContainer = (XControlContainer) > [javac] ^^^^^^^^^^^^^^^^^ > [javac] XControlContainer cannot be resolved to a type > [javac] ---------- > [javac] 126. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java (at line 234) > [javac] UnoRuntime.queryInterface(XControlContainer.class, xDialog); > [javac] ^^^^^^^^^^^^^^^^^ > [javac] XControlContainer cannot be resolved to a type > [javac] ---------- > [javac] 127. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBa > [javac] se.java (at line 234) > [javac] UnoRuntime.queryInterface(XControlContainer.class, xDialog); > [javac] ^^^^^^^ > [javac] XDialog cannot be resolved to a type > [javac] ---------- > [javac] 128. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java (at line 235) > [javac] XControl xControl = xContainer.getControl(sControlName); > [javac] ^^^^^^^^ > [javac] XControl cannot be resolved to a type > [javac] ---------- > [javac] 129. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java (at line 236) > [javac] XControlModel xModel = xControl.getModel(); > [javac] ^^^^^^^^^^^^^ > [javac] XControlModel cannot be resolved to a type > [javac] ---------- > [javac] ---------- > [javac] 130. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 29) > [javac] import com.sun.star.awt.Rectangle; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.awt cannot be resolved > [javac] ---------- > [javac] 131. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 30) > [javac] import com.sun.star.awt.WindowAttribute; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.awt cannot be resolved > [javac] ---------- > [javac] 132. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 31) > [javac] import com.sun.star.awt.WindowClass; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.awt cannot be resolved > [javac] ---------- > [javac] 133. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 32) > [javac] import com.sun.star.awt.WindowDescriptor; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.awt cannot be resolved > [javac] ---------- > [javac] 134. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 33) > [javac] import com.sun.star.awt.XMessageBox; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.awt cannot be resolved > [javac] ---------- > [javac] 135. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 34) > [javac] import com.sun.star.awt.XToolkit; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.awt cannot be resolved > [javac] ---------- > [javac] 136. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 35) > [javac] import com.sun.star.awt.XWindowPeer; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.awt cannot be resolved > [javac] ---------- > [javac] 137. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 36) > [javac] import com.sun.star.frame.XDesktop; > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.frame cannot be resolved > [javac] ---------- > [javac] 138. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 37) > [javac] import com.sun.star.frame.XFrame; > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.frame cannot be resolved > [javac] ---------- > [javac] 139. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 45) > [javac] private XFrame xFrame; > [javac] ^^^^^^ > [javac] XFrame cannot be resolved to a type > [javac] ---------- > [javac] 140. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 46) > [javac] private XToolkit xToolkit; > [javac] ^^^^^^^^ > [javac] XToolkit cannot be resolved to a type > [javac] ---------- > [javac] 141. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 51) > [javac] this(xContext,null); > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The constructor MessageBox(XComponentContext, XFrame) refers to the missing type XFrame > [javac] ---------- > [javac] 142. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageB > [javac] ox.java (at line 56) > [javac] public MessageBox(XComponentContext xContext, XFrame xFrame) { > [javac] ^^^^^^ > [javac] XFrame cannot be resolved to a type > [javac] ---------- > [javac] 143. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 60) > [javac] xToolkit = (XToolkit) UnoRuntime.queryInterface(XToolkit.class,toolkit); > [javac] ^^^^^^^^ > [javac] XToolkit cannot be resolved to a type > [javac] ---------- > [javac] 144. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 60) > [javac] xToolkit = (XToolkit) UnoRuntime.queryInterface(XToolkit.class,toolkit); > [javac] ^^^^^^^^ > [javac] XToolkit cannot be resolved to a type > [javac] ---------- > [javac] 145. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 60) > [javac] xToolkit = (XToolkit) UnoRuntime.queryInterface(XToolkit.class,toolkit); > [javac] > [javac] ^^^^^^^^ > [javac] XToolkit cannot be resolved to a type > [javac] ---------- > [javac] 146. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageB > [javac] ox.java (at line 64) > [javac] XDesktop xDesktop = (XDesktop) UnoRuntime.queryInterface(XDesktop.class,desktop); > [javac] ^^^^^^^^ > [javac] XDesktop cannot be resolved to a type > [javac] ---------- > [javac] 147. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 64) > [javac] XDesktop xDesktop = (XDesktop) UnoRuntime.queryInterface(XDesktop.class,desktop); > [javac] ^^^^^^^^ > [javac] XDesktop cannot be resolved to a type > [javac] ---------- > [javac] 148. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 64) > [javac] XDesktop xDesktop = (XDesktop) UnoRuntime.queryInterface(XDesktop.class,deskto > [javac] p); > [javac] ^^^^^^^^ > [javac] XDesktop cannot be resolved to a type > [javac] ---------- > [javac] 149. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageB > [javac] ox.java (at line 67) > [javac] this.xFrame = xFrame; > [javac] ^^^^^^^^^^^ > [javac] XFrame cannot be resolved to a type > [javac] ---------- > [javac] 150. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageB > [javac] ox.java (at line 71) > [javac] xToolkit = null; > [javac] ^^^^^^^^ > [javac] XToolkit cannot be resolved to a type > [javac] ---------- > [javac] 151. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageB > [javac] ox.java (at line 78) > [javac] if (xToolkit==null || xFrame==null) { return; } > [javac] ^^^^^^^^ > [javac] XToolkit cannot be resolved to a type > [javac] ---------- > [javac] 152. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageB > [javac] ox.java (at line 78) > [javac] if (xToolkit==null || xFrame==null) { return; } > [javac] ^^^^^^ > [javac] XFrame cannot be resolved to a type > [javac] ---------- > [javac] 153. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageB > [javac] ox.java (at line 80) > [javac] WindowDescriptor descriptor = new WindowDescriptor(); > [javac] ^^^^^^^^^^^^^^^^ > [javac] WindowDescriptor cannot be resolved to a type > [javac] ---------- > [javac] 154. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 80) > [javac] WindowDescriptor descriptor = new WindowDescriptor(); > [javac] ^^^^^^^^^^^^^^^^ > [javac] WindowDescriptor cannot be resolved to a type > [javac] ---------- > [javac] 155. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 81) > [javac] descriptor.Type = WindowClass.MODALTOP; > [javac] ^^^^^^^^^^^ > [javac] > [javac] WindowClass cannot be resolved > [javac] ---------- > [javac] 156. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 84) > [javac] descriptor.Parent = (XWindowPeer) UnoRuntime.queryInterface( > [javac] > [javac] ^^^^^^^^^^^ > [javac] XWindowPeer cannot be resolved to a type > [javac] ---------- > [javac] 157. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageB > [javac] ox.java (at line 85) > [javac] XWindowPeer.class,xFrame.getContainerWindow()); > [javac] ^^^^^^^^^^^ > [javac] XWindowPeer cannot be resolved to a type > [javac] ---------- > [javac] 158. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageB > [javac] ox.java (at line 85) > [javac] XWindowPeer.class,xFrame.getContainerWindow()); > [javac] ^^^^^^ > [javac] XFrame cannot be resolved to a type > [javac] ---------- > [javac] 159. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageB > [javac] ox.java (at line 86) > [javac] descriptor.Bounds = new Rectangle(0,0,300,200); > [javac] ^^^^^^^^^ > [javac] Rectangle cannot be resolved to a type > [javac] ---------- > [javac] 160. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 87) > [javac] descriptor.WindowAttributes = WindowAttribute.BORDER | > [javac] ^^^^^^^^^^^^^^^ > [javac] WindowAttribute cannot be resolved > [javac] ---------- > [javac] 161. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 88) > [javac] WindowAttribute.MOVEABLE | WindowAttribute.CLOSEABLE; > [javac] ^^^^^^^^^^^^^^^ > [javac] WindowAttribute cannot be resolved > [javac] ---------- > [javac] 162. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 88) > [javac] WindowAttribute.MOVEABLE | WindowAttribute.CLOSEABLE; > [javac] > [javac] ^^^^^^^^^^^^^^^ > [javac] WindowAttribute cannot be resolved > [javac] ---------- > [javac] 163. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageB > [javac] ox.java (at line 89) > [javac] XWindowPeer xPeer = xToolkit.createWindow(descriptor); > [javac] ^^^^^^^^^^^ > [javac] XWindowPeer cannot be resolved to a type > [javac] ---------- > [javac] 164. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageB > [javac] ox.java (at line 89) > [javac] XWindowPeer xPeer = xToolkit.createWindow(descriptor); > [javac] ^^^^^^^^ > [javac] XToolkit cannot be resolved to a type > [javac] ---------- > [javac] 165. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 91) > [javac] XMessageBox xMessageBox = (XMessageBox) > [javac] ^^^^^^^^^^^ > [javac] XMessageBox cannot be resolved to a type > [javac] ---------- > [javac] 166. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 91) > [javac] XMessageBox xMessageBox = (XMessageBox) > [javac] ^^^^^^^^^^^ > [javac] XMessageBox cannot be resolved to a type > [javac] ---------- > [javac] 167. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java (at line 92) > [javac] UnoRuntime.queryInterface(XMessageBox.class,xPeer); > [javac] ^^^^^^^^^^^ > [javac] XMessageBox cannot be resolved to a type > [javac] ---------- > [javac] ---------- > [javac] 168. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2latex/LaTeXOptionsDialog.java (at line 29) > [javac] import com.sun.star.awt.XDialog; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.awt cannot be resolved > [javac] ---------- > [javac] 169. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2latex/LaTeXOptions > [javac] Dialog.java (at line 43) > [javac] public class LaTeXOptionsDialog extends OptionsDialogBase { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The hierarchy of the type LaTeXOptionsDialog is inconsistent > [javac] ---------- > [javac] 170. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2latex/LaTeXOptionsDialog.java (at line 206) > [javac] public boolean callHandlerMethod(XDialog xDialog, Object event, String sM > [javac] ethod) { > [javac] ^^^^^^^ > [javac] XDialog cannot be resolved to a type > [javac] ---------- > [javac] ---------- > [javac] 171. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2latex/W2LExportFil > [javac] ter.java (at line 36) > [javac] public class W2LExportFilter extends ExportFilterBase { > [javac] ^^^^^^^^^^^^^^^ > [javac] The hierarchy of the type W2LExportFilter is inconsistent > [javac] ---------- > [javac] ---------- > [javac] 172. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java (at line 39) > [javac] import com.sun.star.document.XDocumentInfoSupplier; > [javac] ^^^^^^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.document cannot be resolved > [javac] ---------- > [javac] 173. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConvert > [javac] er.java (at line 40) > [javac] import com.sun.star.frame.XComponentLoader; > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.frame cannot be resolved > [javac] ---------- > [javac] 174. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java (at line 41) > [javac] import com.sun.star.frame.XStorable; > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.frame cannot be resolved > [javac] ---------- > [javac] 175. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java (at line 50) > [javac] import com.sun.star.sheet.XSpreadsheetDocument; > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.sheet cannot be resolved > [javac] ---------- > [javac] 176. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java (at line 51) > [javac] import com.sun.star.text.XTextDocument; > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.text cannot be resolved > [javac] ---------- > [javac] 177. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java (at line 52) > [javac] import com.sun.star.ucb.CommandAbortedException; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.ucb cannot be resolved > [javac] ---------- > [javac] 178. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java (at line 53) > [javac] import com.sun.star.ucb.XSimpleFileAccess2; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.ucb cannot be resolved > [javac] ---------- > [javac] 179. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java (at line 89) > [javac] private XSimpleFileAccess2 sfa2 = null; > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 180. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConvert > [javac] er.java (at line 115) > [javac] sfa2 = (XSimpleFileAccess2) UnoRuntime.queryInterface(XSimpleFileAccess2.class, sfaObject); > [javac] ^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 181. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java (at line 115) > [javac] sfa2 = (XSimpleFileAccess2) UnoRuntime.queryInterface(XSimpleFileAccess2.class, sfaObject); > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 182. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConvert > [javac] er.java (at line 115) > [javac] sfa2 = (XSimpleFileAccess2) UnoRuntime.queryInterface(XSimpleFileAccess2.class, sfaObject); > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 183. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java (at line 197) > [javac] XInputStream xis = sfa2.openFileRead(sTemplateURL); > [javac] ^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 184. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java (at line 204) > [javac] catch (CommandAbortedException e) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac] CommandAbortedException cannot be resolved to a type > [javac] ---------- > [javac] 185. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConvert > [javac] er.java (at line 225) > [javac] contents = sfa2.getFolderContents(sSourceURL, true); > [javac] ^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 186. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java (at line 227) > [javac] catch (CommandAbortedException e) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac] CommandAbortedException cannot be resolved to a type > [javac] ---------- > [javac] 187. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java (at line 244) > [javac] bIsDirectory = sfa2.isFolder(contents[i]); > [javac] ^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 188. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java (at line 246) > [javac] catch (CommandAbortedException e) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac] CommandAbortedException cannot be resolved to a type > [javac] ---------- > [javac] 189. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConvert > [javac] er.java (at line 271) > [javac] bIsFile = sfa2.exists(contents[i]) && !sfa2.isFolder(contents[i]); > [javac] ^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 190. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java (at line 271) > [javac] bIsFile = sfa2.exists(contents[i]) && !sfa2.isFolder(contents[i]); > [javac] ^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 191. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java (at line 273) > [javac] catch (CommandAbortedException e) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac] > [javac] CommandAbortedException cannot be resolved to a type > [javac] ---------- > [javac] 192. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConvert > [javac] er.java (at line 290) > [javac] if (!sfa2.exists(sTargetURL)) { sfa2.createFolder(sTargetURL); } > [javac] ^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 193. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java (at line 290) > [javac] if (!sfa2.exists(sTargetURL)) { sfa2.createFolder(sTargetURL); } > [javac] ^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 194. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java (at line 292) > [javac] catch (CommandAbortedException e) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac] > [javac] CommandAbortedException cannot be resolved to a type > [javac] ---------- > [javac] 195. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConvert > [javac] er.java (at line 316) > [javac] sfa2.writeFile(ensureSlash(sTargetURL)+"index.html",xInStream); > [javac] ^^^^ > [javac] XSimpleFileAccess2 cannot be resolved to a type > [javac] ---------- > [javac] 196. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java (at line 350) > [javac] XComponentLoader xComponentLoader = (XComponentLoader) > [javac] ^^^^^^^^^^^^^^^^ > [javac] XComponentLoader cannot be resolved to a type > [javac] ---------- > [javac] 197. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java (at line 350) > [javac] XComponentLoader xComponentLoader = (XComponentLoader) > [javac] ^^^^^^^^^^^^^^^^ > [javac] XComponentLoader cannot be resolved to a type > [javac] ---------- > [javac] 198. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConvert > [javac] er.java (at line 351) > [javac] UnoRuntime.queryInterface(XComponentLoader.class, desktop); > [javac] ^^^^^^^^^^^^^^^^ > [javac] XComponentLoader cannot be resolved to a type > [javac] ---------- > [javac] 199. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java (at line 370) > [javac] XDocumentInfoSupplier docInfo = (XDocumentInfoSupplier) UnoRuntime.queryInter > [javac] face(XDocumentInfoSupplier.class, xDocument); > [javac] ^^^^^^^^^^^^^^^^^^^^^ > [javac] XDocumentInfoSupplier cannot be resolved to a type > [javac] ---------- > [javac] 200. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConvert > [javac] er.java (at line 370) > [javac] XDocumentInfoSupplier docInfo = (XDocumentInfoSupplier) UnoRuntime.queryInterface(XDocumentInfoSupplier.class, xDocument); > [javac] ^^^^^^^^^^^^^^^^^^^^^ > [javac] XDocumentInfoSupplier cannot be resolved to a type > [javac] ---------- > [javac] 201. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConvert > [javac] er.java (at line 370) > [javac] XDocumentInfoSupplier docInfo = (XDocumentInfoSupplier) UnoRuntime.queryInterface(XDocumentInfoSupplier.class, xDocument); > [javac] > [javac] ^^^^^^^^^^^^^^^^^^^^^ > [javac] XDocumentInfoSupplier cannot be resolved to a type > [javac] ---------- > [javac] 202. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConvert > [javac] er.java (at line 401) > [javac] if (UnoRuntime.queryInterface(XTextDocument.class, xDocument)!=null) { bText=true; } > [javac] ^^^^^^^^^^^^^ > [javac] XTextDocument cannot be resolved to a type > [javac] ---------- > [javac] 203. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java (at line 402) > [javac] else if (UnoRuntime.queryInterface(XSpreadsheetDocument.class, xDocument)!=nu > [javac] ll) { bSpreadsheet=true; } > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] XSpreadsheetDocument cannot be resolved to a type > [javac] ---------- > [javac] 204. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConvert > [javac] er.java (at line 419) > [javac] XStorable xStore = (XStorable) UnoRuntime.queryInterface (XStorable.class, xDocument); > [javac] ^^^^^^^^^ > [javac] XStorable cannot be resolved to a type > [javac] ---------- > [javac] 205. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java (at line 419) > [javac] XStorable xStore = (XStorable) UnoRuntime.queryInterface (XStorable.class, xDocument); > [javac] ^^^^^^^^^ > [javac] XStorable cannot be resolved to a type > [javac] ---------- > [javac] 206. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConvert > [javac] er.java (at line 419) > [javac] XStorable xStore = (XStorable) UnoRuntime.queryInterface (XStorable.class, xDocument); > [javac] ^^^^^^^^^ > [javac] XStorable cannot be resolved to a type > [javac] ---------- > [javac] 207. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java (at line 443) > [javac] XStorable xStore = (XStorable) UnoRuntime.queryInterface (XStorable.class, xDocument); > [javac] ^^^^^^^^^ > [javac] XStorable cannot be resolved to a type > [javac] ---------- > [javac] 208. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConvert > [javac] er.java (at line 443) > [javac] XStorable xStore = (XStorable) UnoRuntime.queryInterface (XStorable.class, xDocument); > [javac] ^^^^^^^^^ > [javac] XStorable cannot be resolved to a type > [javac] ---------- > [javac] 209. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java (at line 443) > [javac] XStorable xStore = (XStorable) UnoRuntime.queryInterface (XStorable.class, xD > [javac] ocument); > [javac] ^^^^^^^^^ > [javac] XStorable cannot be resolved to a type > [javac] ---------- > [javac] ---------- > [javac] 210. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/W2XExportFil > [javac] ter.java (at line 36) > [javac] public class W2XExportFilter extends ExportFilterBase { > [javac] ^^^^^^^^^^^^^^^ > [javac] The hierarchy of the type W2XExportFilter is inconsistent > [javac] ---------- > [javac] ---------- > [javac] 211. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/XhtmlOptionsDialog.java (at line 29) > [javac] import com.sun.star.awt.XDialog; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.awt cannot be resolved > [javac] ---------- > [javac] 212. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/XhtmlOptionsDialog.java (at line 39) > [javac] public class XhtmlOptionsDialog extends OptionsDialogBase { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The hierarchy of the type XhtmlOptionsDialog is inconsistent > [javac] ---------- > [javac] 213. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/XhtmlOptions > [javac] Dialog.java (at line 154) > [javac] public boolean callHandlerMethod(XDialog xDialog, Object event, String sMethod) { > [javac] ^^^^^^^ > [javac] XDialog cannot be resolved to a type > [javac] ---------- > [javac] ---------- > [javac] 214. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/XhtmlOptionsDialogCalc.java (at line 29) > [javac] import com.sun.star.awt.XDialog; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import com.sun.star.awt cannot be resolved > [javac] ---------- > [javac] 215. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/XhtmlOptionsDialogCalc.java (at line 39) > [javac] public class XhtmlOptionsDialogCalc extends OptionsDialogBase { > [javac] ^^^^^^^^^^^^^^^^^^^^^^ > [javac] The hierarchy of the type XhtmlOptionsDialogCalc is inconsistent > [javac] ---------- > [javac] 216. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/XhtmlOptions > [javac] DialogCalc.java (at line 132) > [javac] public boolean callHandlerMethod(XDialog xDialog, Object event, String sMethod) { > [javac] ^^^^^^^ > [javac] XDialog cannot be resolved to a type > [javac] ---------- > [javac] ---------- > [javac] 217. ERROR in /builddir/build/BUILD/1.0/source/java/org/openoffice/da/comp/writer2xhtml/XhtmlOptionsDialogXsl.java (at line 35) > [javac] public class XhtmlOptionsDialogXsl extends XhtmlOptionsDialog { > [javac] ^^^^^^^^^^^^^^^^^^^^^ > [javac] The hierarchy of the type XhtmlOptionsDialogXsl is inconsistent > [javac] ---------- > [javac] ---------- > [javac] 218. WARNING in /builddir/build/BUILD/1.0/source/java/writer2latex/util/Base64.java > [javac] (at line 574) > [javac] int dontBreakLines = (options & DONT_BREAK_LINES); > [javac] ^^^^^^^^^^^^^^ > [javac] The local variable dontBreakLines is never read > [javac] ---------- > [javac] 219. WARNING in /builddir/build/BUILD/1.0/source/java/writer2latex/util/Base64.java > [javac] (at line 1358) > [javac] private byte[] alphabet; // Local copies to avoid extra method calls > [javac] ^^^^^^^^ > [javac] The field Base64.InputStream.alphabet is never read locally > [javac] ---------- > [javac] 220. WARNING in /builddir/build/BUILD/1.0/source/java/writer2latex/util/Base64.java (at line 1595) > [javac] private byte[] alphabet; // Local copies to avoid extra method calls > [javac] ^^^^^^^^ > [javac] The field Base64.OutputStream.alphabet is never read locally > [javac] ---------- > [javac] ---------- > [javac] 221. WARNING in /builddir/build/BUILD/1.0/source/java/writer2latex/xmerge/OfficeDocumentException.ja > [javac] va (at line 60) > [javac] public final class OfficeDocumentException extends IOException { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class OfficeDocumentException does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 221 problems (217 errors, 4 warnings) >BUILD FAILED >/builddir/build/BUILD/1.0/build.xml:74: Compile failed; see the compiler error output for details. >Total time: 2 seconds >error: Bad exit status from /var/tmp/rpm-tmp.kkLU1b (%build) > Bad exit status from /var/tmp/rpm-tmp.kkLU1b (%build) >RPM build errors: >Child returncode was: 1 >EXCEPTION: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/writer2latex.spec'] >Traceback (most recent call last): > File "/usr/lib/python2.6/site-packages/mock/trace_decorator.py", line 70, in trace > result = func(*args, **kw) > File "/usr/lib/python2.6/site-packages/mock/util.py", line 324, in do > raise mock.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >Error: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/writer2latex.spec'] >LEAVE do --> EXCEPTION RAISED >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 539035
:
371257
|
371258
|
371259
|
371260
| 371262 |
371263