https://bz.apache.org/ooo/show_bug.cgi?id=123403
Oliver Brinzing <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CONFIRMED CC| |[email protected] Ever confirmed|0 |1 --- Comment #1 from Oliver Brinzing <[email protected]> --- imho this build breaker can be fixed using the '\main\accessibility\bridge\source\java\makefile.mk' from AOO411 source code or change: from: javah -classpath $(OUT)$/class -o $(SHL1HEADER) org.openoffice.accessibility.WindowsAccessBridgeAdapter to: javah -classpath "$(OUT)$/class;$(OUTDIR)$/bin/ridl.jar;$(OUTDIR)$/bin/unoil.jar; $(CLASSPATH)" -o $(SHL1HEADER) org.openoffice.accessibility.WindowsAccessBridgeAdapter -- You are receiving this mail because: You are on the CC list for the issue. You are the assignee for the issue.
