To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=57545
                  Issue #:|57545
                  Summary:|path to solve the xalan.jar import problem
                Component:|xml
                  Version:|OOO 2.0 Beta2
                 Platform:|All
                      URL:|
               OS/Version:|Linux
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|PATCH
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|jsi
              Reported by:|weichuan_lin





------- Additional comments from [EMAIL PROTECTED] Tue Nov  8 22:31:57 -0800 
2005 -------
since the xalan functions are no more used, the import sentence related to xalan
should be commented out from the code, or the compiler will complain that he can
not find out the packages while buiding.


---
ooo-build-src680.137.0.orig/build/src680-m136/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentSerializerImpl.java
2005-11-09 09:24:55.000000000 +0800
+++
ooo-build-src680.137.0/build/src680-m136/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentSerializerImpl.java
2005-11-09 10:39:06.000000000 +0800
@@ -90,10 +90,11 @@ import javax.xml.transform.URIResolver;
 import javax.xml.transform.Source;
 
 //
+/**
 import org.apache.xalan.serialize.Serializer;
 import org.apache.xalan.serialize.SerializerFactory;
 import org.apache.xalan.templates.OutputProperties;
-
+*/
 import javax.xml.parsers.DocumentBuilder;
 import javax.xml.parsers.DocumentBuilderFactory;

---------------------------------------------------------------------
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