[Open Office] Java related build failure

Caolan McNamara caolanm at redhat.com
Thu Jan 26 03:22:39 EST 2006


On Thu, 2006-01-26 at 03:42 +0200, Ismail Donmez wrote:
> Hi al,
> 
> I am getting following error when building OpenOffice m150-to-m152 all same :
> 
> ===================================================================
> Building language packages Filter for filters
> ===================================================================
> mkdir -p ../../../unxlngi6.pro/misc/filters/ui/langpacks/en-US/org/openoffice/TypeDetection/
> java org.apache.xalan.xslt.Process -XSL 
> langfilter.xsl -IN ../../../unxlngi6.pro/misc/filters/ui/merge/filter_ui.xcu -PARAM 
> lang en-US 
> > ../../../unxlngi6.pro/misc/filters/ui/langpacks/en-US/org/openoffice/TypeDetection/Filter.xcu
> Exception in thread "main" java.lang.NoClassDefFoundError: 
> org/apache/xalan/xslt/Process
> dmake:  Error code 1, while 
> making '../../../unxlngi6.pro/misc/filters/ui/langpacks/en-US/org/openoffice/TypeDetection/Filter.xcu'
> dmake:  '../../../unxlngi6.pro/misc/filters/ui/langpacks/en-US/org/openoffice/TypeDetection/Filter.xcu' 
> removed.
> 
> Is this result of recent gcj work or am I missing something? I am using Sun 
> JDK 1.5 to build.

The filter/source/config/fragments/makefile.mk "PACKLANG :=" line should
be modified to be

PACKLANG := $(JAVAI) $(JAVACPS) $(SOLARBINDIR)/xalan.jar org.apache...

C.



More information about the Openoffice mailing list