To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68308
Issue #|68308
Summary|--without-java broken, scp2 needs #ifdef
Component|Installation
Version|680m179
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|code
Assigned to|of
Reported by|rene
------- Additional comments from [EMAIL PROTECTED] Wed Aug 9 16:09:04 -0700
2006 -------
The installer fails in a --without-java build because it tries to get
writer2latex.jar which obviously is not built with --without-java:
[...]
... languages en-US ...
... analyzing files ...
ERROR: The following files could not be found:
ERROR: File not found: writer2latex.jar
... cleaning the output tree ...
[...]
Trivial patch:
--- scp2/source/writer/file_writer.scp-old 2006-08-09 23:54:05.000000000 +0200
+++ scp2/source/writer/file_writer.scp 2006-08-10 00:10:23.000000000 +0200
@@ -56,6 +56,8 @@
Styles = (PACKED);
End
+#ifdef SOLAR_JAVA
+
File gid_File_Jar_Writer2latex
TXT_FILE_BODY;
Name = "writer2latex.jar";
@@ -63,6 +65,8 @@
Styles = (PACKED,PATCH);
End
+/endif
+
#if defined UNX && ! defined MACOSX
File gid_File_Xdg_Writer
---------------------------------------------------------------------
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]