Just touching the *1.2.9.patch is sufficient to move
on (until you have to replace the empty file later.. heh).
It's that need to replace keytrans that puzzles me most. Btw: I recall
there was a section in the makefile that I claimed responsible for that
and commented out. After deleting the whole subtree containing keytrans
(so that it would be unpacked / rebuilt), I didn't have that problem.
Sounds familiar in any way..?
Possible you don't have your thunderbird lib directory in
/etc/ld.so.conf?
Yes, that's where my LDAP-enabled recompile of FF begun... Thanks.
As for the OOo version, I just pulled the most recent cvs code last
night.. so I assume m130+.
That's what I really wanted to do, but then decided to go with b2 so
that others can get it easier and my discoveries are more useful for
more people (should there be any useful discoveries that is :-)
Had to read that a couple times.. lol ..but I get what you're saying. I
never even considered that, but yeah that'll be a hell of a lot better
than what I've been doing temporarily. I have a patch that essentially
replaces a tar.gz.. :)
Awesome :-)
Well, keep your fingers crossed, but mine just died.
Compiling 40 source files to
/usr/src/OOo_2.0-cvs-0926/scripting/unxlngi6.pro/class
This version of java does not support the classic compiler; upgrading to
modern
/usr/src/OOo_2.0-cvs-0926/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptEditorForBeanShell.java:60:
package bsh does not exist
Mine went through it w/o probs a couple of hours ago :-)
[code]
/usr/src/openoffice/OOo_2.0beta2/scripting/java
-------------
/opt/ant/bin/ant -Dprj=.. -Dprjname=scripting -Ddebug=off -Doptimize=on
-Dtarget=scriptruntimeforjava -Dsolar.update=on -Dout=../unxlngi6.pro
-Dinpath=unxlngi6.pro -Dproext=".pro"
-Dsolar.bin=/usr/src/openoffice/OOo_2.0beta2/solver/680/unxlngi6.pro/bin
-Dsolar.jar=/usr/src/openoffice/OOo_2.0beta2/solver/680/unxlngi6.pro/bin
-Dsolar.doc=/usr/src/openoffice/OOo_2.0beta2/solver/680/unxlngi6.pro/doc
-Dcommon.jar=/usr/src/openoffice/OOo_2.0beta2/solver/680/common.pro/bin
-Dcommon.doc=/usr/src/openoffice/OOo_2.0beta2/solver/680/common.pro/doc
-f build.xml -emacs
Buildfile: build.xml
prepare:
compile:
Compiling 40 source files to
/usr/src/openoffice/OOo_2.0beta2/scripting/unxlngi6.pro/class
This version of java does not support the classic compiler; upgrading to
modern
/usr/src/openoffice/OOo_2.0beta2/scripting/java/com/sun/star/script/framework/provider/PathUtils.java:110:
warning: non-varargs call of varargs method with inexact argument type
for last parameter;
cast to java.lang.Class for a varargs call
cast to java.lang.Class[] for a non-varargs call and to suppress this
warning
Method getOid =
IQueryInterface.class.getMethod("getOid", null);
^
Note: * uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 warning
jar:
Building jar:
/usr/src/openoffice/OOo_2.0beta2/scripting/unxlngi6.pro/class/ScriptProviderForJava.jar
Building jar:
/usr/src/openoffice/OOo_2.0beta2/scripting/unxlngi6.pro/class/ScriptProviderForBeanShell.jar
Building jar:
/usr/src/openoffice/OOo_2.0beta2/scripting/unxlngi6.pro/class/ScriptProviderForJavaScript.jar
Building jar:
/usr/src/openoffice/OOo_2.0beta2/scripting/unxlngi6.pro/class/ScriptFramework.jar
[/code]
Do I recall correctly that at some point you renamed beanshell to
BeanShell? Hmm, as I read it now you did some tricks with rhino, so
that's probably not related. Btw: I've got a more-less complete patch
for beanshell that only requires you to copy bsh-2.0b4.tar.gz to
beanshell/download and apply it (the patch). Attached it just in case.
I don't have any more time to look into this tonight, and I'm going to
be pretty busy over the next few days with classes/assignments.. I'll
keep an eye on the mailing list though, and help out as much as I can.
Sadly, I'm going to be pretty busy too - going back to uni & moving to a
new place. However, I'm determined to get over OOo before that - we'll
see if it's nice enough to play this game... Thanks for all your input
and hope to hear from you soon!
Best regards.
--
David Ciecierski
Want control, education, and security from your operating system?
Hardened Linux From Scratch
http://www.linuxfromscratch.org/hlfs
diff -Naur ../OOo_2.0beta2_src/beanshell/bsh-2.0b4-src.patch
beanshell/bsh-2.0b4-src.patch
--- ../OOo_2.0beta2_src/beanshell/bsh-2.0b4-src.patch 1970-01-01
01:00:00.000000000 +0100
+++ beanshell/bsh-2.0b4-src.patch 2005-09-25 06:56:56.000000000 +0200
@@ -0,0 +1,95 @@
+--- misc/build/BeanShell/build.xml 2003-12-19 17:04:47.000000000 +0000
++++ misc/build/BeanShell/build.xml 2003-12-19 17:53:18.000000000 +0000
+@@ -17,7 +17,7 @@
+ up the build dir! It has to be done manually the first time
(or put
+ in the jar file). There must be a way to fix this...
+ -->
+-<project name="beanshell" default="compile" basedir=".">
++<project name="beanshell" default="jarall" basedir=".">
+
+ <!-- Project Configuration -->
+
+@@ -81,6 +84,9 @@
+ value="bsh/servlet/*"/>
+ -->
+
++ <property name="exclude-servlet"
++ value="bsh/servlet/*"/>
++
+ <!-- Legacy excludes. Comment this *out* to build these legacy items
-->
+ <property name="legacy-excludes"
+ value="bsh/JThis.java"/>
+--- misc/build/BeanShell/makefile.mk 1970-01-01 01:00:00.000000000 +0100
++++ misc/build/BeanShell/makefile.mk 2003-12-19 17:04:47.000000000 +0000
+@@ -1 +1,70 @@
+-dummy
++#*************************************************************************
++#
++# $RCSfile: bsh-2.0b1-src.patch,v $
++#
++# $Revision: 1.2 $
++#
++# last change: $Author: kz $ $Date: 2005/03/01 13:13:04 $
++#
++# The Contents of this file are made available subject to the terms of
++# either of the following licenses
++#
++# - GNU Lesser General Public License Version 2.1
++# - Sun Industry Standards Source License Version 1.1
++#
++# Sun Microsystems Inc., October, 2000
++#
++# GNU Lesser General Public License Version 2.1
++# =============================================
++# Copyright 2000 by Sun Microsystems, Inc.
++# 901 San Antonio Road, Palo Alto, CA 94303, USA
++#
++# This library is free software; you can redistribute it and/or
++# modify it under the terms of the GNU Lesser General Public
++# License version 2.1, as published by the Free Software Foundation.
++#
++# This library is distributed in the hope that it will be useful,
++# but WITHOUT ANY WARRANTY; without even the implied warranty of
++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
++# Lesser General Public License for more details.
++#
++# You should have received a copy of the GNU Lesser General Public
++# License along with this library; if not, write to the Free Software
++# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
++# MA 02111-1307 USA
++#
++#
++# Sun Industry Standards Source License Version 1.1
++# =================================================
++# The contents of this file are subject to the Sun Industry Standards
++# Source License Version 1.1 (the "License"); You may not use this file
++# except in compliance with the License. You may obtain a copy of the
++# License at http://www.openoffice.org/license.html.
++#
++# Software provided under this License is provided on an "AS IS" basis,
++# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
++# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
++# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
++# See the License for the specific provisions governing your rights and
++# obligations concerning the Software.
++#
++# The Initial Developer of the Original Code is: Sun Microsystems, Inc.
++#
++# Copyright: 2000 by Sun Microsystems, Inc.
++#
++# All Rights Reserved.
++#
++# Contributor(s): _______________________________________
++#
++#
++#
++#*************************************************************************
++
++PRJ=..$/..$/..$/..
++PRJNAME=ooo_beanshell
++TARGET=jarall
++
++.INCLUDE : ant.mk
++
++ALLTAR : ANTBUILD
++
diff -Naur ../OOo_2.0beta2_src/beanshell/makefile.mk beanshell/makefile.mk
--- ../OOo_2.0beta2_src/beanshell/makefile.mk 2005-06-06 19:24:38.000000000
+0200
+++ beanshell/makefile.mk 2005-09-25 06:37:13.000000000 +0200
@@ -72,9 +72,9 @@
# --- Files --------------------------------------------------------
-TARFILE_NAME=bsh-2.0b1-src
+TARFILE_NAME=bsh-2.0b4-src
TARFILE_ROOTDIR=BeanShell
-PATCH_FILE_NAME=bsh-2.0b1-src.patch
+PATCH_FILE_NAME=bsh-2.0b4-src.patch
ADDITIONAL_FILES=makefile.mk
diff -Naur ../OOo_2.0beta2_src/beanshell/prj/d.lst beanshell/prj/d.lst
--- ../OOo_2.0beta2_src/beanshell/prj/d.lst 2005-03-01 14:14:23.000000000
+0100
+++ beanshell/prj/d.lst 2005-09-25 06:37:54.000000000 +0200
@@ -1 +1 @@
-..\%__SRC%\misc\build\BeanShell\dist\bsh-2.0b1.jar %_DEST%\bin%_EXT%\bsh.jar
+..\%__SRC%\misc\build\BeanShell\dist\bsh-2.0b4.jar %_DEST%\bin%_EXT%\bsh.jar
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page