To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=57284
                  Issue #:|57284
                  Summary:|gcj4 build fails in xmerge Can't find method
                          |importNode
                Component:|porting
                  Version:|680m136
                 Platform:|All
                      URL:|
               OS/Version:|Linux
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|mh
              Reported by:|sparcmoz





------- Additional comments from [EMAIL PROTECTED] Thu Nov  3 03:46:24 -0800 
2005 -------
A workaround is to put the libgcj.jar into the classpath within
source/xmerge/build.xml

In my case the jar is /usr/share/java/libgcj-4.0.3.jar so I suppose ideally this
should be detected by configure.

/usr/local/bin/gij
-Dgnu.gcj.precompiled.db.path=/home/jim/ooo680/solver/680/unxlngs.pro/lib/openoffice.org.gcjdb
--classpath
.:../../unxlngs.pro/class:/home/jim/JMF-2.1.1e/lib/jmf.jar:/home/jim/JMF-2.1.1e/lib/mediaplayer.jar:/home/jim/JMF-2.1.1e/lib/multiplayer.jar:/home/jim/JMF-2.1.1e/lib/customizer.jar/usr/local/apache-ant-1.6.5/lib/xercesImpl.jar:/usr/local/apache-ant-1.6.5/lib/ant-launcher.jar:/usr/local/apache-ant-1.6.5/lib/ant.jar
-Dant.home=/usr/local/apache-ant-1.6.5 org.apache.tools.ant.Main
-Dbuild.compiler=gcj -Dprj=../.. -Dprjname= -Ddebug=off  -Doptimize=on
-Dtarget=xmerge -Dsolar.update=on -Dout=../../unxlngs.pro -Dinpath=unxlngs.pro 
-Dproext=".pro" -Dsolar.bin=/home/jim/ooo680/solver/680/unxlngs.pro/bin
-Dsolar.jar=/home/jim/ooo680/solver/680/unxlngs.pro/bin 
-Dsolar.doc=/home/jim/ooo680/solver/680/unxlngs.pro/doc
-Dcommon.jar=/home/jim/ooo680/solver/680/common.pro/bin 
-Dcommon.doc=/home/jim/ooo680/solver/680/common.pro/doc -f build.xml  -emacs
Buildfile: build.xml

init:

compile:
Compiling 96 source files to /home/jim/ooo680/xmerge/unxlngs.pro/class/xmerge
/home/jim/ooo680/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/OfficeDocument.java:
In class 'org.openoffice.xmerge.converter.xml.OfficeDocument':
/home/jim/ooo680/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/OfficeDocument.java:
In method
'org.openoffice.xmerge.converter.xml.OfficeDocument.read(java.io.InputStream,boolean)':
/home/jim/ooo680/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/OfficeDocument.java:581:
error: Can't find method 'importNode(Lorg/w3c/dom/Node;Z)' in type
'org.w3c.dom.Document'.
                          tmpNode = 
contentDoc.importNode(nodeList.item(0),true);
<snip>
20 errors

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to