You are not logged in.
I googled trying to find a good converter from word to latex and found writer2latex suggested. It turns out that AUR has three versions of this. I want the version which is a libreoffice extension so that gives me two options. However, I cannot get either to build and I'm hoping for a hint.
I firs tried the non-svn version but makepkg fails with the following output:
Checked out revision 150.
Buildfile: /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/build.xml
compile:
[mkdir] Created dir: /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/target/classes
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/build.xml:73: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 160 source files to /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/target/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java:42: error: package com.sun.star.ucb does not exist
[javac] import com.sun.star.ucb.XSimpleFileAccess2;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java:48: error: package com.sun.star.xml.sax does not exist
[javac] import com.sun.star.xml.sax.XDocumentHandler;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java:49: error: package com.sun.star.xml does not exist
[javac] import com.sun.star.xml.XExportFilter;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java:72: error: cannot find symbol
[javac] XExportFilter,
[javac] ^
[javac] symbol: class XExportFilter
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java:75: error: cannot find symbol
[javac] XDocumentHandler,
[javac] ^
[javac] symbol: class XDocumentHandler
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java:96: error: cannot find symbol
[javac] private XSimpleFileAccess2 sfa2;
[javac] ^
[javac] symbol: class XSimpleFileAccess2
[javac] location: class ExportFilterBase
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java:262: error: package com.sun.star.xml.sax does not exist
[javac] public void startElement (String str, com.sun.star.xml.sax.XAttributeList xattribs)
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java:323: error: package com.sun.star.xml.sax does not exist
[javac] public void setDocumentLocator(com.sun.star.xml.sax.XLocator xLocator){
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java:38: error: package com.sun.star.ucb does not exist
[javac] import com.sun.star.ucb.CommandAbortedException;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java:39: error: package com.sun.star.ucb does not exist
[javac] import com.sun.star.ucb.XSimpleFileAccess2;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java:43: error: cannot find symbol
[javac] import com.sun.star.util.XStringSubstitution;
[javac] ^
[javac] symbol: class XStringSubstitution
[javac] location: package com.sun.star.util
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java:60: error: cannot find symbol
[javac] private XSimpleFileAccess2 sfa2;
[javac] ^
[javac] symbol: class XSimpleFileAccess2
[javac] location: class FilterDataParser
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java:61: error: cannot find symbol
[javac] private XStringSubstitution xPathSub;
[javac] ^
[javac] symbol: class XStringSubstitution
[javac] location: class FilterDataParser
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl1.java:35: error: package com.sun.star.graphic does not exist
[javac] import com.sun.star.graphic.XGraphic;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl1.java:36: error: package com.sun.star.graphic does not exist
[javac] import com.sun.star.graphic.XGraphicProvider;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl1.java:56: error: cannot find symbol
[javac] private XGraphicProvider xGraphicProvider;
[javac] ^
[javac] symbol: class XGraphicProvider
[javac] location: class GraphicConverterImpl1
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:32: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.Point;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:33: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.Size;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:36: error: package com.sun.star.drawing does not exist
[javac] import com.sun.star.drawing.XDrawPage;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:37: error: package com.sun.star.drawing does not exist
[javac] import com.sun.star.drawing.XDrawPages;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:38: error: package com.sun.star.drawing does not exist
[javac] import com.sun.star.drawing.XDrawPagesSupplier;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:39: error: package com.sun.star.drawing does not exist
[javac] import com.sun.star.drawing.XShape;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:40: error: package com.sun.star.frame does not exist
[javac] import com.sun.star.frame.XComponentLoader;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:41: error: package com.sun.star.frame does not exist
[javac] import com.sun.star.frame.XStorable;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:46: error: cannot find symbol
[javac] import com.sun.star.util.XRefreshable;
[javac] ^
[javac] symbol: class XRefreshable
[javac] location: package com.sun.star.util
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDialogBase.java:31: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XDialogEventHandler;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDialogBase.java:36: error: package com.sun.star.document does not exist
[javac] import com.sun.star.document.XDocumentInfoSupplier;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDialogBase.java:37: error: package com.sun.star.frame does not exist
[javac] import com.sun.star.frame.XDesktop;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDialogBase.java:44: error: package com.sun.star.ui.dialogs does not exist
[javac] import com.sun.star.ui.dialogs.XExecutableDialog;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDialogBase.java:48: error: cannot find symbol
[javac] import com.sun.star.util.XChangesBatch;
[javac] ^
[javac] symbol: class XChangesBatch
[javac] location: package com.sun.star.util
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java:29: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XControl;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java:30: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XControlContainer;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java:31: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XControlModel;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java:32: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XDialog;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java:33: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XDialogEventHandler;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java:34: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XDialogProvider2;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java:44: error: package com.sun.star.ui.dialogs does not exist
[javac] import com.sun.star.ui.dialogs.ExecutableDialogResults;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java:45: error: package com.sun.star.ui.dialogs does not exist
[javac] import com.sun.star.ui.dialogs.XExecutableDialog;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java:56: error: cannot find symbol
[javac] XExecutableDialog, // Execute the dialog
[javac] ^
[javac] symbol: class XExecutableDialog
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java:57: error: cannot find symbol
[javac] XDialogEventHandler { // Event handling for dialog
[javac] ^
[javac] symbol: class XDialogEventHandler
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java:110: error: cannot find symbol
[javac] private XDialog xDialog;
[javac] ^
[javac] symbol: class XDialog
[javac] location: class DialogBase
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java:213: error: cannot find symbol
[javac] public boolean callHandlerMethod(XDialog xDialog, Object event, String sMethod) {
[javac] ^
[javac] symbol: class XDialog
[javac] location: class DialogBase
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java:29: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.Rectangle;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java:30: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.WindowAttribute;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java:31: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.WindowClass;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java:32: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.WindowDescriptor;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java:33: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XMessageBox;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java:34: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XToolkit;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java:35: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XWindowPeer;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java:36: error: package com.sun.star.frame does not exist
[javac] import com.sun.star.frame.XDesktop;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java:37: error: package com.sun.star.frame does not exist
[javac] import com.sun.star.frame.XFrame;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java:45: error: cannot find symbol
[javac] private XFrame xFrame;
[javac] ^
[javac] symbol: class XFrame
[javac] location: class MessageBox
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java:46: error: cannot find symbol
[javac] private XToolkit xToolkit;
[javac] ^
[javac] symbol: class XToolkit
[javac] location: class MessageBox
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java:56: error: cannot find symbol
[javac] public MessageBox(XComponentContext xContext, XFrame xFrame) {
[javac] ^
[javac] symbol: class XFrame
[javac] location: class MessageBox
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/writer2latex/LaTeXOptionsDialog.java:29: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XDialog;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/writer2latex/LaTeXOptionsDialog.java:206: error: cannot find symbol
[javac] public boolean callHandlerMethod(XDialog xDialog, Object event, String sMethod) {
[javac] ^
[javac] symbol: class XDialog
[javac] location: class LaTeXOptionsDialog
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java:39: error: package com.sun.star.document does not exist
[javac] import com.sun.star.document.XDocumentInfoSupplier;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java:40: error: package com.sun.star.frame does not exist
[javac] import com.sun.star.frame.XComponentLoader;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java:41: error: package com.sun.star.frame does not exist
[javac] import com.sun.star.frame.XStorable;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java:50: error: package com.sun.star.sheet does not exist
[javac] import com.sun.star.sheet.XSpreadsheetDocument;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java:51: error: package com.sun.star.text does not exist
[javac] import com.sun.star.text.XTextDocument;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java:52: error: package com.sun.star.ucb does not exist
[javac] import com.sun.star.ucb.CommandAbortedException;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java:53: error: package com.sun.star.ucb does not exist
[javac] import com.sun.star.ucb.XSimpleFileAccess2;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java:89: error: cannot find symbol
[javac] private XSimpleFileAccess2 sfa2 = null;
[javac] ^
[javac] symbol: class XSimpleFileAccess2
[javac] location: class BatchConverter
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/writer2xhtml/XhtmlOptionsDialog.java:29: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XDialog;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/writer2xhtml/XhtmlOptionsDialog.java:154: error: cannot find symbol
[javac] public boolean callHandlerMethod(XDialog xDialog, Object event, String sMethod) {
[javac] ^
[javac] symbol: class XDialog
[javac] location: class XhtmlOptionsDialog
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/writer2xhtml/XhtmlOptionsDialogCalc.java:29: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XDialog;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/writer2xhtml/XhtmlOptionsDialogCalc.java:132: error: cannot find symbol
[javac] public boolean callHandlerMethod(XDialog xDialog, Object event, String sMethod) {
[javac] ^
[javac] symbol: class XDialog
[javac] location: class XhtmlOptionsDialogCalc
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java:343: error: cannot find symbol
[javac] sfa2 = (XSimpleFileAccess2) UnoRuntime.queryInterface(XSimpleFileAccess2.class, sfaObject);
[javac] ^
[javac] symbol: class XSimpleFileAccess2
[javac] location: class ExportFilterBase
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java:343: error: cannot find symbol
[javac] sfa2 = (XSimpleFileAccess2) UnoRuntime.queryInterface(XSimpleFileAccess2.class, sfaObject);
[javac] ^
[javac] symbol: class XSimpleFileAccess2
[javac] location: class ExportFilterBase
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java:461: error: cannot find symbol
[javac] new Type( XExportFilter.class ),
[javac] ^
[javac] symbol: class XExportFilter
[javac] location: class ExportFilterBase
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java:71: error: cannot find symbol
[javac] sfa2 = (XSimpleFileAccess2) UnoRuntime.queryInterface(XSimpleFileAccess2.class, sfaObject);
[javac] ^
[javac] symbol: class XSimpleFileAccess2
[javac] location: class FilterDataParser
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java:71: error: cannot find symbol
[javac] sfa2 = (XSimpleFileAccess2) UnoRuntime.queryInterface(XSimpleFileAccess2.class, sfaObject);
[javac] ^
[javac] symbol: class XSimpleFileAccess2
[javac] location: class FilterDataParser
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java:82: error: cannot find symbol
[javac] xPathSub = (XStringSubstitution) UnoRuntime.queryInterface(XStringSubstitution.class, psObject);
[javac] ^
[javac] symbol: class XStringSubstitution
[javac] location: class FilterDataParser
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java:82: error: cannot find symbol
[javac] xPathSub = (XStringSubstitution) UnoRuntime.queryInterface(XStringSubstitution.class, psObject);
[javac] ^
[javac] symbol: class XStringSubstitution
[javac] location: class FilterDataParser
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java:164: error: cannot find symbol
[javac] catch (CommandAbortedException e) {
[javac] ^
[javac] symbol: class CommandAbortedException
[javac] location: class FilterDataParser
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java:192: error: cannot find symbol
[javac] catch (CommandAbortedException e) {
[javac] ^
[javac] symbol: class CommandAbortedException
[javac] location: class FilterDataParser
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java:225: error: cannot find symbol
[javac] catch (CommandAbortedException e) {
[javac] ^
[javac] symbol: class CommandAbortedException
[javac] location: class FilterDataParser
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl1.java:65: error: cannot find symbol
[javac] xGraphicProvider = (XGraphicProvider) UnoRuntime.queryInterface(XGraphicProvider.class, graphicProviderObject);
[javac] ^
[javac] symbol: class XGraphicProvider
[javac] location: class GraphicConverterImpl1
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl1.java:65: error: cannot find symbol
[javac] xGraphicProvider = (XGraphicProvider) UnoRuntime.queryInterface(XGraphicProvider.class, graphicProviderObject);
[javac] ^
[javac] symbol: class XGraphicProvider
[javac] location: class GraphicConverterImpl1
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl1.java:116: error: cannot find symbol
[javac] XGraphic result = xGraphicProvider.queryGraphic(sourceProps);
[javac] ^
[javac] symbol: class XGraphic
[javac] location: class GraphicConverterImpl1
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:121: error: cannot find symbol
[javac] XComponentLoader xComponentLoader = (XComponentLoader)
[javac] ^
[javac] symbol: class XComponentLoader
[javac] location: class GraphicConverterImpl2
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:121: error: cannot find symbol
[javac] XComponentLoader xComponentLoader = (XComponentLoader)
[javac] ^
[javac] symbol: class XComponentLoader
[javac] location: class GraphicConverterImpl2
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:122: error: cannot find symbol
[javac] UnoRuntime.queryInterface(XComponentLoader.class, desktop);
[javac] ^
[javac] symbol: class XComponentLoader
[javac] location: class GraphicConverterImpl2
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:139: error: cannot find symbol
[javac] XDrawPagesSupplier xDrawPagesSupplier = (XDrawPagesSupplier)
[javac] ^
[javac] symbol: class XDrawPagesSupplier
[javac] location: class GraphicConverterImpl2
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:139: error: cannot find symbol
[javac] XDrawPagesSupplier xDrawPagesSupplier = (XDrawPagesSupplier)
[javac] ^
[javac] symbol: class XDrawPagesSupplier
[javac] location: class GraphicConverterImpl2
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:140: error: cannot find symbol
[javac] UnoRuntime.queryInterface(XDrawPagesSupplier.class, xDocument);
[javac] ^
[javac] symbol: class XDrawPagesSupplier
[javac] location: class GraphicConverterImpl2
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:141: error: cannot find symbol
[javac] XDrawPages xDrawPages = xDrawPagesSupplier.getDrawPages();
[javac] ^
[javac] symbol: class XDrawPages
[javac] location: class GraphicConverterImpl2
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:143: error: cannot find symbol
[javac] XDrawPage xDrawPage = (XDrawPage) UnoRuntime.queryInterface(
[javac] ^
[javac] symbol: class XDrawPage
[javac] location: class GraphicConverterImpl2
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:143: error: cannot find symbol
[javac] XDrawPage xDrawPage = (XDrawPage) UnoRuntime.queryInterface(
[javac] ^
[javac] symbol: class XDrawPage
[javac] location: class GraphicConverterImpl2
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:144: error: cannot find symbol
[javac] XDrawPage.class, drawPage);
[javac] ^
[javac] symbol: class XDrawPage
[javac] location: class GraphicConverterImpl2
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:148: error: cannot find symbol
[javac] XShape xShape = (XShape) UnoRuntime.queryInterface(XShape.class, shape);
[javac] ^
[javac] symbol: class XShape
[javac] location: class GraphicConverterImpl2
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:148: error: cannot find symbol
[javac] XShape xShape = (XShape) UnoRuntime.queryInterface(XShape.class, shape);
[javac] ^
[javac] symbol: class XShape
[javac] location: class GraphicConverterImpl2
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:148: error: cannot find symbol
[javac] XShape xShape = (XShape) UnoRuntime.queryInterface(XShape.class, shape);
[javac] ^
[javac] symbol: class XShape
[javac] location: class GraphicConverterImpl2
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:151: error: cannot find symbol
[javac] Point position = new Point();
[javac] ^
[javac] symbol: class Point
[javac] location: class GraphicConverterImpl2
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:151: error: cannot find symbol
[javac] Point position = new Point();
[javac] ^
[javac] symbol: class Point
[javac] location: class GraphicConverterImpl2
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:159: error: cannot find symbol
[javac] Size size = xShape.getSize();
[javac] ^
[javac] symbol: class Size
[javac] location: class GraphicConverterImpl2
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:160: error: internal error; cannot instantiate Integer(int) at Integer to ()
[javac] xPageProps.setPropertyValue("Width", new Integer(size.Width));
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:161: error: internal error; cannot instantiate Integer(int) at Integer to ()
[javac] xPageProps.setPropertyValue("Height", new Integer(size.Height));
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:183: error: cannot find symbol
[javac] XStorable xStore = (XStorable) UnoRuntime.queryInterface (
[javac] ^
[javac] symbol: class XStorable
[javac] location: class GraphicConverterImpl2
[javac] 100 errors
[javac] 1 warning
BUILD FAILED
/home/software/builds/libreoffice-extension-writer2latex/src/writer2latex-build/build.xml:73: Compile failed; see the compiler error output for details.
Total time: 6 seconds
==> ERROR: A failure occurred in build().
Aborting...So then I tried the svn version but this fails in the same way. In fact, it seems to be checking out the exact same version as the non-svn package even though the numbering of the packages in AUR made me think they were different:
Checked out revision 150.
Buildfile: /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/build.xml
compile:
[mkdir] Created dir: /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/target/classes
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/build.xml:73: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 221 source files to /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/target/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ConfigurationDialogBase.java:39: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XContainerWindowEventHandler;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ConfigurationDialogBase.java:40: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XDialog;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ConfigurationDialogBase.java:41: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XDialogProvider2;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ConfigurationDialogBase.java:42: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XWindow;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ConfigurationDialogBase.java:48: error: package com.sun.star.ucb does not exist
[javac] import com.sun.star.ucb.CommandAbortedException;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ConfigurationDialogBase.java:49: error: package com.sun.star.ucb does not exist
[javac] import com.sun.star.ucb.XSimpleFileAccess2;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ConfigurationDialogBase.java:50: error: package com.sun.star.ui.dialogs does not exist
[javac] import com.sun.star.ui.dialogs.ExecutableDialogResults;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ConfigurationDialogBase.java:54: error: cannot find symbol
[javac] import com.sun.star.util.XStringSubstitution;
[javac] ^
[javac] symbol: class XStringSubstitution
[javac] location: package com.sun.star.util
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ConfigurationDialogBase.java:73: error: cannot find symbol
[javac] public abstract class ConfigurationDialogBase extends WeakBase implements XContainerWindowEventHandler {
[javac] ^
[javac] symbol: class XContainerWindowEventHandler
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/FilePicker.java:31: error: package com.sun.star.ui.dialogs does not exist
[javac] import com.sun.star.ui.dialogs.ExecutableDialogResults;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/FilePicker.java:32: error: package com.sun.star.ui.dialogs does not exist
[javac] import com.sun.star.ui.dialogs.XExecutableDialog;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/FilePicker.java:33: error: package com.sun.star.ui.dialogs does not exist
[javac] import com.sun.star.ui.dialogs.XFilePicker;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ConfigurationDialogBase.java:85: error: cannot find symbol
[javac] protected XSimpleFileAccess2 sfa2 = null;
[javac] ^
[javac] symbol: class XSimpleFileAccess2
[javac] location: class ConfigurationDialogBase
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ConfigurationDialogBase.java:88: error: cannot find symbol
[javac] protected XStringSubstitution xPathSub = null;
[javac] ^
[javac] symbol: class XStringSubstitution
[javac] location: class ConfigurationDialogBase
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ConfigurationDialogBase.java:141: error: cannot find symbol
[javac] public boolean callHandlerMethod(XWindow xWindow, Object event, String sMethod)
[javac] ^
[javac] symbol: class XWindow
[javac] location: class ConfigurationDialogBase
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogAccess.java:29: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XControl;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogAccess.java:30: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XControlContainer;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogAccess.java:31: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XControlModel;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogAccess.java:32: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XDialog;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ConfigurationDialogBase.java:291: error: cannot find symbol
[javac] protected XDialog getDialog(String sDialogName) {
[javac] ^
[javac] symbol: class XDialog
[javac] location: class ConfigurationDialogBase.PageHandler
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogAccess.java:50: error: cannot find symbol
[javac] public DialogAccess(XDialog xDialog) {
[javac] ^
[javac] symbol: class XDialog
[javac] location: class DialogAccess
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/StyleNameProvider.java:38: error: package com.sun.star.frame does not exist
[javac] import com.sun.star.frame.XController;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/StyleNameProvider.java:39: error: package com.sun.star.frame does not exist
[javac] import com.sun.star.frame.XDesktop;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/StyleNameProvider.java:40: error: package com.sun.star.frame does not exist
[javac] import com.sun.star.frame.XModel;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/StyleNameProvider.java:42: error: package com.sun.star.style does not exist
[javac] import com.sun.star.style.XStyleFamiliesSupplier;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java:38: error: package com.sun.star.ucb does not exist
[javac] import com.sun.star.ucb.XSimpleFileAccess2;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java:42: error: package com.sun.star.xml.sax does not exist
[javac] import com.sun.star.xml.sax.XDocumentHandler;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java:43: error: package com.sun.star.xml does not exist
[javac] import com.sun.star.xml.XExportFilter;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java:63: error: cannot find symbol
[javac] XExportFilter,
[javac] ^
[javac] symbol: class XExportFilter
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java:66: error: cannot find symbol
[javac] XDocumentHandler,
[javac] ^
[javac] symbol: class XDocumentHandler
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java:86: error: cannot find symbol
[javac] private XSimpleFileAccess2 sfa2;
[javac] ^
[javac] symbol: class XSimpleFileAccess2
[javac] location: class ExportFilterBase
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java:195: error: package com.sun.star.xml.sax does not exist
[javac] public void startElement (String sTagName, com.sun.star.xml.sax.XAttributeList xAttribs) {
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/ExportFilterBase.java:217: error: package com.sun.star.xml.sax does not exist
[javac] public void setDocumentLocator(com.sun.star.xml.sax.XLocator xLocator){
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java:38: error: package com.sun.star.ucb does not exist
[javac] import com.sun.star.ucb.CommandAbortedException;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java:39: error: package com.sun.star.ucb does not exist
[javac] import com.sun.star.ucb.XSimpleFileAccess2;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java:44: error: cannot find symbol
[javac] import com.sun.star.util.XStringSubstitution;
[javac] ^
[javac] symbol: class XStringSubstitution
[javac] location: package com.sun.star.util
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java:62: error: cannot find symbol
[javac] private XSimpleFileAccess2 sfa2;
[javac] ^
[javac] symbol: class XSimpleFileAccess2
[javac] location: class FilterDataParser
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/FilterDataParser.java:63: error: cannot find symbol
[javac] private XStringSubstitution xPathSub;
[javac] ^
[javac] symbol: class XStringSubstitution
[javac] location: class FilterDataParser
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl1.java:34: error: package com.sun.star.graphic does not exist
[javac] import com.sun.star.graphic.XGraphic;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl1.java:35: error: package com.sun.star.graphic does not exist
[javac] import com.sun.star.graphic.XGraphicProvider;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl1.java:55: error: cannot find symbol
[javac] private XGraphicProvider xGraphicProvider;
[javac] ^
[javac] symbol: class XGraphicProvider
[javac] location: class GraphicConverterImpl1
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:32: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.Point;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:33: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.Size;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:36: error: package com.sun.star.drawing does not exist
[javac] import com.sun.star.drawing.XDrawPage;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:37: error: package com.sun.star.drawing does not exist
[javac] import com.sun.star.drawing.XDrawPages;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:38: error: package com.sun.star.drawing does not exist
[javac] import com.sun.star.drawing.XDrawPagesSupplier;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:39: error: package com.sun.star.drawing does not exist
[javac] import com.sun.star.drawing.XShape;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:40: error: package com.sun.star.frame does not exist
[javac] import com.sun.star.frame.XComponentLoader;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:41: error: package com.sun.star.frame does not exist
[javac] import com.sun.star.frame.XStorable;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/GraphicConverterImpl2.java:46: error: cannot find symbol
[javac] import com.sun.star.util.XRefreshable;
[javac] ^
[javac] symbol: class XRefreshable
[javac] location: package com.sun.star.util
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDialogBase.java:31: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XDialogEventHandler;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDialogBase.java:36: error: package com.sun.star.document does not exist
[javac] import com.sun.star.document.XDocumentInfoSupplier;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDialogBase.java:37: error: package com.sun.star.frame does not exist
[javac] import com.sun.star.frame.XDesktop;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDialogBase.java:43: error: package com.sun.star.ui.dialogs does not exist
[javac] import com.sun.star.ui.dialogs.XExecutableDialog;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/filter/OptionsDialogBase.java:47: error: cannot find symbol
[javac] import com.sun.star.util.XChangesBatch;
[javac] ^
[javac] symbol: class XChangesBatch
[javac] location: package com.sun.star.util
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java:29: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XControl;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java:30: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XControlContainer;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java:31: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XControlModel;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java:32: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XDialog;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java:33: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XDialogEventHandler;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java:34: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XDialogProvider2;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java:44: error: package com.sun.star.ui.dialogs does not exist
[javac] import com.sun.star.ui.dialogs.ExecutableDialogResults;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java:45: error: package com.sun.star.ui.dialogs does not exist
[javac] import com.sun.star.ui.dialogs.XExecutableDialog;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java:57: error: cannot find symbol
[javac] XExecutableDialog, // Execute the dialog
[javac] ^
[javac] symbol: class XExecutableDialog
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java:58: error: cannot find symbol
[javac] XDialogEventHandler { // Event handling for dialog
[javac] ^
[javac] symbol: class XDialogEventHandler
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java:111: error: cannot find symbol
[javac] private XDialog xDialog;
[javac] ^
[javac] symbol: class XDialog
[javac] location: class DialogBase
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/DialogBase.java:211: error: cannot find symbol
[javac] public boolean callHandlerMethod(XDialog xDialog, Object event, String sMethod) {
[javac] ^
[javac] symbol: class XDialog
[javac] location: class DialogBase
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/FieldMasterNameProvider.java:33: error: package com.sun.star.frame does not exist
[javac] import com.sun.star.frame.XController;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/FieldMasterNameProvider.java:34: error: package com.sun.star.frame does not exist
[javac] import com.sun.star.frame.XDesktop;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/FieldMasterNameProvider.java:35: error: package com.sun.star.frame does not exist
[javac] import com.sun.star.frame.XModel;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/FieldMasterNameProvider.java:36: error: package com.sun.star.text does not exist
[javac] import com.sun.star.text.XTextFieldsSupplier;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/FolderPicker.java:30: error: package com.sun.star.ui.dialogs does not exist
[javac] import com.sun.star.ui.dialogs.ExecutableDialogResults;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/FolderPicker.java:31: error: package com.sun.star.ui.dialogs does not exist
[javac] import com.sun.star.ui.dialogs.XExecutableDialog;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/FolderPicker.java:32: error: package com.sun.star.ui.dialogs does not exist
[javac] import com.sun.star.ui.dialogs.XFolderPicker;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java:29: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.Rectangle;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java:30: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.WindowAttribute;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java:31: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.WindowClass;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java:32: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.WindowDescriptor;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java:33: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XMessageBox;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java:34: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XToolkit;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java:35: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XWindowPeer;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java:36: error: package com.sun.star.frame does not exist
[javac] import com.sun.star.frame.XDesktop;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java:37: error: package com.sun.star.frame does not exist
[javac] import com.sun.star.frame.XFrame;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java:45: error: cannot find symbol
[javac] private XFrame xFrame;
[javac] ^
[javac] symbol: class XFrame
[javac] location: class MessageBox
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java:46: error: cannot find symbol
[javac] private XToolkit xToolkit;
[javac] ^
[javac] symbol: class XToolkit
[javac] location: class MessageBox
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/MessageBox.java:56: error: cannot find symbol
[javac] public MessageBox(XComponentContext xContext, XFrame xFrame) {
[javac] ^
[javac] symbol: class XFrame
[javac] location: class MessageBox
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/SimpleDialog.java:29: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XDialog;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/SimpleDialog.java:30: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XDialogProvider2;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/SimpleDialog.java:42: error: cannot find symbol
[javac] private XDialog xDialog;
[javac] ^
[javac] symbol: class XDialog
[javac] location: class SimpleDialog
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/w2lcommon/helper/SimpleDialog.java:68: error: cannot find symbol
[javac] public XDialog getDialog() {
[javac] ^
[javac] symbol: class XDialog
[javac] location: class SimpleDialog
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/writer2latex/LaTeXOptionsDialog.java:29: error: package com.sun.star.awt does not exist
[javac] import com.sun.star.awt.XDialog;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/writer2latex/LaTeXOptionsDialog.java:206: error: cannot find symbol
[javac] public boolean callHandlerMethod(XDialog xDialog, Object event, String sMethod) {
[javac] ^
[javac] symbol: class XDialog
[javac] location: class LaTeXOptionsDialog
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java:39: error: package com.sun.star.document does not exist
[javac] import com.sun.star.document.XDocumentInfoSupplier;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java:40: error: package com.sun.star.frame does not exist
[javac] import com.sun.star.frame.XComponentLoader;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java:41: error: package com.sun.star.frame does not exist
[javac] import com.sun.star.frame.XStorable;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java:50: error: package com.sun.star.sheet does not exist
[javac] import com.sun.star.sheet.XSpreadsheetDocument;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java:51: error: package com.sun.star.text does not exist
[javac] import com.sun.star.text.XTextDocument;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java:52: error: package com.sun.star.ucb does not exist
[javac] import com.sun.star.ucb.CommandAbortedException;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java:53: error: package com.sun.star.ucb does not exist
[javac] import com.sun.star.ucb.XSimpleFileAccess2;
[javac] ^
[javac] /home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/source/java/org/openoffice/da/comp/writer2xhtml/BatchConverter.java:89: error: cannot find symbol
[javac] private XSimpleFileAccess2 sfa2 = null;
[javac] ^
[javac] symbol: class XSimpleFileAccess2
[javac] location: class BatchConverter
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 100 errors
[javac] 1 warning
BUILD FAILED
/home/software/builds/libreoffice-extension-writer2latex-svn/src/writer2latex-build/build.xml:73: Compile failed; see the compiler error output for details.
Total time: 7 seconds
==> ERROR: A failure occurred in build().
Aborting...Can anybody suggest a work around or alternative?
Last edited by cfr (2012-05-12 14:21:45)
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
is the JAVA_HOME environment variable properly set?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
is the JAVA_HOME environment variable properly set?
JAVA_HOME=/usr/lib/jvm/java-7-openjdk
J2SDKDIR=/usr/lib/jvm/java-7-openjdk
J2REDIR=/usr/lib/jvm/java-7-openjdk/jre
ANT_HOME=/usr/share/java/apache-antCLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
looks like java7 failure here.
3 options.
1. Install java6-compat (the aur package need a small fix, i think)
2. Install jdk6 instead of jdk7
3. review source code, fix the 100 errors, write patch, retry building and hope there are only those 100 errors.
maybe anybody can confirm, that it is working with jdk6 ![]()
Last edited by xx4h (2012-05-10 10:57:32)
Sysprofile
xx4h freenode #archlinux/#archlinux-aur/#archlinux-offtopic
BitCoin-Address: 13eaEB8YK5heFwXWieL8bZXXPq8fgbS8Kx
Offline
I get the same errors with jdk6.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
I managed to use wvWare and a lot of hand-editing to convert the particular document I needed but I'd still like to know if it is possible to get this working as the possibility of a converter I can use from within LibreOffice is quite attractive.
I guess the jdk6 route doesn't sound too promising, though, and my chances of fixing 1 error are fairly slim, never mind 100...
I found some information online which mentioned that the extension is actually part of some versions of LibreOffice but I guess that might be distro-dependent as I can't find any sign of that being the case here. (And I don't quite understand in what sense it would be an "extension" if it was built in?)
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
I just installed this through libreoffice directly and it worked flawlessly.
Download the Oxt file here and open with libreoffice and it's set.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Great! Thanks very much. I haven't actually tried it yet but I get the export options for .tex and .bib so it is definitely looking good...
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline