To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69026
                 Issue #|69026
                 Summary|build breaks with gij because serializer.jar not added
                        | to classpath
               Component|xml
                 Version|680m182
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|jsi
             Reported by|cloph





------- Additional comments from [EMAIL PROTECTED] Mon Aug 28 06:45:40 -0700 
2006 -------
While issue 62422 reads:

| Note the xalan jars which are users of seralizer.jar mention
| seralizer.jar in their Class-Path in the upsteam jars which this
| workspace adds, so it definitely needs to be added to scp2, but doesn't
| need to be added to every CLASSPATH in the source tree because if the
| user jar has the Class-Path entry mentioning the serializer.jar then it
| gets found that way.

This is only true in theory/doesn't apply to all java-environments. gij (4.0.3)
is not happy with that and breaks the build with:
In method
´XSLTXalanOLEExtracter.init(org.apache.xalan.extensions.XSLProcessorContext,org.apache.xalan.templates.ElemExtensionCall)´:
XSLTXalanOLEExtracter.java:52: error: cannot find file for class
org.apache.xml.serializer.SerializerTrace
XSLTXalanOLEExtracter.java:52: error: cannot find file for class
org.apache.xml.serializer.SerializerTrace
dmake:  Error code 1, while making 
´../../unxlngi6.pro/misc/XSLTFilter_dummy.java´

see
http://go-oo.org/tinderbox/gunzip.cgi?tree=SRC680_m182&brief-log=1156729492.25029#281393

changing 
.IF "$(SYSTEM_XALAN)" == "YES"
XCLASSPATH!:=$(XCLASSPATH)$(PATH_SEPERATOR)$(XALAN_JAR)
.ELSE
JARFILES += xalan.jar
.ENDIF

to

.IF "$(SYSTEM_XALAN)" == "YES"
XCLASSPATH!:=$(XCLASSPATH)$(PATH_SEPERATOR)$(XALAN_JAR)
.ELSE
JARFILES += xalan.jar
JARFILES += serializer.jar
.ENDIF

in filter/source/xsltfilter/makefile.mk
solves the problem.

---------------------------------------------------------------------
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]

Reply via email to