https://bugzilla.novell.com/show_bug.cgi?id=722252 https://bugzilla.novell.com/show_bug.cgi?id=722252#c14 Stefan Seyfried <seife@novell.slipkontur.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Basesystem |Basesystem Version|Final |Factory AssignedTo|mvyskocil@suse.com |bnc-team-screening@forge.pr | |ovo.novell.com Product|openSUSE 11.2 |openSUSE 12.2 --- Comment #14 from Stefan Seyfried <seife@novell.slipkontur.de> 2012-01-27 10:21:44 CET --- 101806 State:new By:seife When:2012-01-27T09:50:52 submit: home:seife:branches:Base:System/aaa_base -> Base:System Descr: fix alljava.sh bug introduced with last commit (bnc#722252) An additional "break" was added after the last comment to make sure it also works for the SDK_HOME / JDK_HOME *) - export JRE_HOME=3D$JPATH/jre + export JRE_HOME=$JPATH/jre # it is development kit if [ -x $JPATH/bin/javac ] ; then - export JDK_HOME=3D$JPATH - export SDK_HOME=3D$JPATH + export JDK_HOME=$JPATH + export SDK_HOME=$JPATH + break fi I'm not going to self-accept this SR since some review is certainly advised ;-) It did work for me building rxtx-java and arduino (which both failed before). The current state before this SR breaks java completely IMHO. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.