To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54911
                  Issue #:|54911
                  Summary:|stoc build issues
                Component:|udk
                  Version:|680m130
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P4
             Subcomponent:|code
              Assigned to:|sb
              Reported by:|sb





------- Additional comments from [EMAIL PROTECTED] Wed Sep 21 06:44:12 -0700 
2005 -------
Two problems in stoc, discovered by Ause:

1  stoc does not directly depend on offuh (it probably depends on it indirectly,
though), which is a good thing given the generation of "comprehensive" type
information in some stoc components (stoc/source/cppumaker.mk,
BOOTSTRAP_SERVICE).  However, some stoc components do not list all the UNO types
for which they need C++ headers:

? stoc_unotypes.diff
Index: source/javavm/jen.xml
===================================================================
RCS file: /cvs/udk/stoc/source/javavm/jen.xml,v
retrieving revision 1.12
diff -u -r1.12 jen.xml
--- source/javavm/jen.xml       1 Jun 2004 09:04:06 -0000       1.12
+++ source/javavm/jen.xml       21 Sep 2005 12:30:07 -0000
@@ -18,6 +18,9 @@
         <service-dependency> ... </service-dependency>
         <type> com.sun.star.java.XJavaVM                                       
        </type>
         <type> com.sun.star.java.XJavaVM                                       
        </type>
+        <type> com.sun.star.java.XJavaThreadRegister_11                        
                        </type>
+        <type> com.sun.star.uri.ExternalUriReferenceTranslator                 
                </type>
+        <type> com.sun.star.util.XMacroExpander                                
        </type>
         <type> com.sun.star.container.XNameAccess                              
</type>
        <type>  com.sun.star.container.XContainer  </type>
        <type>  com.sun.star.container.XContainerListener  </type>
Index: source/tdmanager/tdmgr.xml
===================================================================
RCS file: /cvs/udk/stoc/source/tdmanager/tdmgr.xml,v
retrieving revision 1.9
diff -u -r1.9 tdmgr.xml
--- source/tdmanager/tdmgr.xml  12 Aug 2004 12:19:13 -0000      1.9
+++ source/tdmanager/tdmgr.xml  21 Sep 2005 12:30:07 -0000
@@ -20,6 +20,10 @@
         <supported-service>    com.sun.star.reflection.TypeDescriptionManager
</supported-service>
         <service-dependency> ... </service-dependency>
         <type> com.sun.star.reflection.XTypeDescription                        
                </type>
+        <type> com.sun.star.beans.PropertyAttribute                            
        </type>
+        <type> com.sun.star.reflection.XInterfaceAttributeTypeDescription2     
                        
</type>
+        <type> com.sun.star.reflection.XServiceTypeDescription2                
                        </type>
+        <type> com.sun.star.reflection.XSingletonTypeDescription2              
                        </type>
         <type> com.sun.star.reflection.XEnumTypeDescription                    
        </type>
         <type> com.sun.star.reflection.XArrayTypeDescription                   
        </type>
         <type> com.sun.star.reflection.XIndirectTypeDescription                
        </type>
Index: source/uriproc/makefile.mk
===================================================================
RCS file: /cvs/udk/stoc/source/uriproc/makefile.mk,v
retrieving revision 1.4
diff -u -r1.4 makefile.mk
--- source/uriproc/makefile.mk  17 Jun 2004 11:44:33 -0000      1.4
+++ source/uriproc/makefile.mk  21 Sep 2005 12:30:07 -0000
@@ -73,6 +73,14 @@
     com.sun.star.lang.WrappedTargetRuntimeException \
     com.sun.star.lang.XMultiComponentFactory \
     com.sun.star.lang.XServiceInfo \
+    com.sun.star.uno.XWeak \
+    com.sun.star.uno.XAggregation \
+    com.sun.star.uno.DeploymentException \
+    com.sun.star.lang.XTypeProvider \
+    com.sun.star.lang.XSingleServiceFactory \
+    com.sun.star.lang.XSingleComponentFactory \
+    com.sun.star.lang.XMultiServiceFactory \
+       com.sun.star.registry.XRegistryKey \
     com.sun.star.uno.Exception \
     com.sun.star.uno.RuntimeException \
     com.sun.star.uno.XComponentContext \

2  stoc/source/javavm/makefile.mk 1.18 uses NOOPTFILES instead of
EXCEPTIONSNOOPTFILES, even though it sets ENABLE_EXCEPTIONS=TRUE.

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