To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=112741 Issue #|112741 Summary|filter: fails to build with system saxon Component|framework Version|DEV300m83 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|mba Reported by|rene
------- Additional comments from [email protected] Mon Jun 28 07:31:50 +0000 2010 ------- with XSLTransformer.java:81: package net.sf.saxon does not exist import net.sf.saxon.FeatureKeys; ^ XSLTransformer.java:298: cannot find symbol symbol: variable FeatureKeys tfactory.setAttribute(FeatureKeys.ALLOW_EXTERNAL_FUNCTIONS, new Boolean(true)); ^ Note: XSLTransformer.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 2 errors Trivial patch is --- a/filter/source/xsltfilter/makefile.mk +++ b/filter/source/xsltfilter/makefile.mk @@ -66,7 +66,7 @@ JARTARGET = $(TARGET).jar .IF "$(SYSTEM_SAXON)" == "YES" -XCLASSPATH+=$(SAXON_JAR) +XCLASSPATH:=$(XCLASSPATH)$(PATH_SEPERATOR)$(SAXON_JAR) .ELSE JARFILES += saxon9.jar .ENDIF hr/rt: can we masterfix this? --------------------------------------------------------------------- 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]
