[framework-issues] [Issue 112741] filter: fails to build wi th system saxon

2010-06-28 Thread rene
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 r...@openoffice.org Mon Jun 28 07:31:50 + 
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 112741] filter: fails to build wi th system saxon

2010-06-28 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112741


User rene changed the following:

What|Old value |New value

Keywords|  |regression





--- Additional comments from r...@openoffice.org Mon Jun 28 07:36:56 + 
2010 ---
was introduced by http://qa.openoffice.org/issues/show_bug.cgi?id=110136
integrated in m77 (cmcfixes73) - regression

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 112741] filter: fails to build wi th system saxon

2010-06-28 Thread hr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112741


User hr changed the following:

What|Old value |New value

  CC|'cmc,hr,rt'   |'cmc,hr,obo,rt'





--- Additional comments from h...@openoffice.org Mon Jun 28 10:21:55 + 
2010 ---
@obo: please apply patch as masterfix.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 112741] filter: fails to build wi th system saxon

2010-06-28 Thread obo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112741


User obo changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from o...@openoffice.org Mon Jun 28 10:41:34 + 
2010 ---
Fixed in DEV300_m84 with revision: c3ffaa0d55a2

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org