Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E0DF3200CF8 for ; Wed, 16 Aug 2017 03:39:38 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DF6BB167F32; Wed, 16 Aug 2017 01:39:38 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 64EFB167F29 for ; Wed, 16 Aug 2017 03:39:37 +0200 (CEST) Received: (qmail 34138 invoked by uid 500); 16 Aug 2017 01:39:36 -0000 Mailing-List: contact dev-help@openoffice.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openoffice.apache.org Delivered-To: mailing list dev@openoffice.apache.org Received: (qmail 34070 invoked by uid 99); 16 Aug 2017 01:39:36 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2017 01:39:36 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 90FCE180818 for ; Wed, 16 Aug 2017 01:39:35 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.971 X-Spam-Level: X-Spam-Status: No, score=0.971 tagged_above=-999 required=6.31 tests=[SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id GyczUBnnh4rT for ; Wed, 16 Aug 2017 01:39:31 +0000 (UTC) Received: from gw.catspoiler.org (gw.catspoiler.org [75.1.14.242]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 1A04D5F1EF for ; Wed, 16 Aug 2017 01:39:30 +0000 (UTC) Received: from apache.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTP id v7G1dNqs095370 for ; Tue, 15 Aug 2017 18:39:27 -0700 (PDT) (envelope-from truckman@apache.org) Message-Id: <201708160139.v7G1dNqs095370@gw.catspoiler.org> Date: Tue, 15 Aug 2017 18:39:23 -0700 (PDT) From: Don Lewis Subject: java error when building AOO414 odk module To: dev@openoffice.apache.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii archived-at: Wed, 16 Aug 2017 01:39:39 -0000 I just got a java error when building the odk module on 64-bit Windows 10. The java version is Java SE Development Kit 8 Update 144. I didn't run into this when building trunk. It's repeatable if I run "build --from odk", whether or not I clean the odk build directory first. mkdir.exe -p ../../wntmsci12.pro/bin/odkcommon/docs/java/ref/ C:/PROGRA~2/Java/JDK18~1.0_1/bin/javadoc.exe -J-Xmx120m -use -splitindex -windowtitle "Java UNO Runtime Reference" -header "UDK 3.2.7 Java API Reference" -d ../../wntmsci12.pro/bin/odkcommon/docs/java/ref -sourcepath ../../wntmsci12.pro/misc/java_src -classpath E:/aoo/work/AOO414/main/solver/414/wntmsci12.pro/bin/ridl.jar -linkoffline ../../common/ref ./uno -linkoffline http://java.sun.com/j2se/1.4.1/docs/api ./java com.sun.star.comp.helper com.sun.star.lib.uno.helper com.sun.star.lib.unoloader com.sun.star.uno ../../wntmsci12.pro/misc/java_src/com/sun/star/lib/util/UrlToFileMapper.java > ../../wntmsci12.pro/misc/javadoc_log.txt ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\Bootstrap.java:101: warning: no @throws for java.lang.Exception static public XComponentContext createInitialComponentContext( Hashtable context_entries ) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\Bootstrap.java:151: error: reference not found * @see com.sun.star.lang.ServiceManager ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\Bootstrap.java:153: warning: no @throws for java.lang.Exception static public XMultiServiceFactory createSimpleServiceManager() throws Exception ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\Bootstrap.java:162: error: unexpected text @see cppuhelper/defaultBootstrap_InitialComponentContext() ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\Bootstrap.java:164: warning: no @return static public final XComponentContext defaultBootstrap_InitialComponentContext() ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\Bootstrap.java:164: warning: no @throws for java.lang.Exception static public final XComponentContext defaultBootstrap_InitialComponentContext() ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\Bootstrap.java:164: warning - Tag @see:illegal character: "47" in "cppuhelper/defaultBootstrap_InitialComponentContext()" ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\Bootstrap.java:164: warning - Tag @see: missing '#': "cppuhelper/defaultBootstrap_InitialComponentContext()" ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\Bootstrap.java:164: warning - Tag @see: can't find cppuhelper/defaultBootstrap_InitialComponentContext() in com.sun.star.comp.helper.Bootstrap ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\Bootstrap.java:176: error: unexpected text @see cppuhelper/defaultBootstrap_InitialComponentContext() ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\Bootstrap.java:178: warning: no @return static public final XComponentContext defaultBootstrap_InitialComponentContext( ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\Bootstrap.java:178: warning: no @throws for java.lang.Exception static public final XComponentContext defaultBootstrap_InitialComponentContext( ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\Bootstrap.java:178: warning - Tag @see:illegal character: "47" in "cppuhelper/defaultBootstrap_InitialComponentContext()" ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\Bootstrap.java:178: warning - Tag @see: missing '#': "cppuhelper/defaultBootstrap_InitialComponentContext()" ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\Bootstrap.java:178: warning - Tag @see: can't find cppuhelper/defaultBootstrap_InitialComponentContext() in com.sun.star.comp.helper.Bootstrap ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\Bootstrap.java:220: warning: no @throws for com.sun.star.comp.helper.BootstrapException public static final XComponentContext bootstrap() ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\ComponentContextEntry.java:32: error: bad use of '>' or string (=> service name) object for this. ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\RegistryServiceFactory.java:61: warning: no @throws for com.sun.star.uno.Exception public static XMultiServiceFactory create(String writeRegistryFile, String readRegistryFile) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\RegistryServiceFactory.java:84: warning: no @throws for com.sun.star.uno.Exception public static XMultiServiceFactory create(String writeRegistryFile, String readRegistryFile, boolean readOnly) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\RegistryServiceFactory.java:132: warning: no @throws for com.sun.star.uno.Exception public static XMultiServiceFactory create(String registryFile) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\RegistryServiceFactory.java:149: warning: no @throws for com.sun.star.uno.Exception public static XMultiServiceFactory create(String registryFile, boolean readOnly) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\RegistryServiceFactory.java:160: warning: no @throws for com.sun.star.uno.Exception public static XMultiServiceFactory create() throws com.sun.star.uno.Exception { ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\SharedLibraryLoader.java:73: error: reference not found * @see com.sun.star.loader.SharedLibrary ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\SharedLibraryLoader.java:74: error: reference not found * @see com.sun.star.lang.ServiceManager ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\SharedLibraryLoader.java:75: error: reference not found * @see com.sun.star.registry.RegistryKey ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\SharedLibraryLoader.java:96: error: reference not found * @see com.sun.star.loader.SharedLibrary ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\SharedLibraryLoader.java:97: error: reference not found * @see com.sun.star.lang.ServiceManager ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\SharedLibraryLoader.java:98: error: reference not found * @see com.sun.star.registry.RegistryKey ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\SharedLibraryLoader.java:119: error: reference not found * @see com.sun.star.loader.SharedLibrary ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\SharedLibraryLoader.java:120: error: reference not found * @see com.sun.star.lang.ServiceManager ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\SharedLibraryLoader.java:121: error: reference not found * @see com.sun.star.registry.RegistryKey ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\SharedLibraryLoader.java:139: error: reference not found * @see com.sun.star.loader.SharedLibrary ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\SharedLibraryLoader.java:140: error: reference not found * @see com.sun.star.lang.ServiceManager ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\SharedLibraryLoader.java:141: error: reference not found * @see com.sun.star.registry.RegistryKey ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\SharedLibraryLoader.java:143: warning: no @throws for com.sun.star.registry.InvalidRegistryException public static boolean writeRegistryServiceInfo( ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\SharedLibraryLoader.java:37: error: reference not found * @see com.sun.star.loader.SharedLibrary ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\SharedLibraryLoader.java:39: error: reference not found * @see com.sun.star.lang.ServiceManager ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\comp\helper\SharedLibraryLoader.java:36: warning: empty

tag *

^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\Factory.java:37: error: unknown tag: attention @attention ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\InterfaceContainer.java:224: warning: no @return synchronized public boolean addAll(Collection c) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\InterfaceContainer.java:252: warning: no @return synchronized public boolean addAll(int index, Collection c) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\InterfaceContainer.java:309: warning: no @return synchronized public boolean contains(Object elem) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\InterfaceContainer.java:471: warning: no @param for index synchronized public ListIterator listIterator(int index) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\InterfaceContainer.java:471: warning: no @return synchronized public ListIterator listIterator(int index) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\InterfaceContainer.java:509: warning: no @param for obj synchronized public boolean remove(Object obj) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\InterfaceContainer.java:509: warning: no @return synchronized public boolean remove(Object obj) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\MultiTypeInterfaceContainer.java:45: warning: no @return synchronized public Type[] getContainedTypes() ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\MultiTypeInterfaceContainer.java:87: warning: no @param for key synchronized public InterfaceContainer getContainer(Object key) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\MultiTypeInterfaceContainer.java:87: warning: no @return synchronized public InterfaceContainer getContainer(Object key) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySet.java:125: error: @param name not found * @param Type The property's type (Property.Type). ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySet.java:129: warning: no @param for type protected void registerProperty(String name, int handle, Type type, short attributes, Object id) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySet.java:143: error: @param name not found * @param handle The property's handle (Property.Handle). ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySet.java:144: error: @param name not found * @param Type The property's type (Property.Type). ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySet.java:148: warning: no @param for type protected void registerProperty(String name, Type type, short attributes, Object id) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySet.java:497: warning: no @throws for com.sun.star.beans.UnknownPropertyException protected void setPropertyValue(Property prop, Object value) throws UnknownPropertyException, ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySet.java:497: warning: no @throws for com.sun.star.beans.PropertyVetoException protected void setPropertyValue(Property prop, Object value) throws UnknownPropertyException, ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySet.java:497: warning: no @throws for com.sun.star.lang.IllegalArgumentException protected void setPropertyValue(Property prop, Object value) throws UnknownPropertyException, ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySet.java:497: warning: no @throws for com.sun.star.lang.WrappedTargetException protected void setPropertyValue(Property prop, Object value) throws UnknownPropertyException, ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySet.java:566: error: self-closing element not allowed * property value, that was intended to be changed, remains untouched.
This method does not have to deal with property attributes, such as ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySet.java:568: error: self-closing element not allowed * in the calling methods.
^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySet.java:570: error: self-closing element not allowed * as listener notification and finally the modifiction of the property's value, will occur.
^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySet.java:596: error: self-closing element not allowed * intended then use an Any variable rather then an Object.
^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySet.java:599: error: self-closing element not allowed * returns the XInterface.
^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySet.java:619: warning: no @throws for com.sun.star.beans.UnknownPropertyException protected boolean convertPropertyValue(Property property, Object[] newVal, Object[]curVal, Object setVal) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySet.java:796: error: @param name not found * @param value the new value for the property. ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySet.java:800: warning: no @param for newVal protected void setPropertyValueNoBroadcast(Property property, Object newVal) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySet.java:875: warning: no @throws for com.sun.star.beans.PropertyVetoException protected void fire( ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:196: error: semicolon missing rather useless, anyway (see “Using the Observer Pattern&rdquo: in ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:210: warning: no @throws for com.sun.star.beans.PropertyVetoException public void prepareSet( ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:338: warning: no @return public XPropertySetInfo getPropertySetInfo() { ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:345: warning: no @param for propertyName public void setPropertyValue(String propertyName, Object value) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:345: warning: no @param for value public void setPropertyValue(String propertyName, Object value) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:345: warning: no @throws for com.sun.star.beans.UnknownPropertyException public void setPropertyValue(String propertyName, Object value) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:345: warning: no @throws for com.sun.star.beans.PropertyVetoException public void setPropertyValue(String propertyName, Object value) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:345: warning: no @throws for com.sun.star.lang.IllegalArgumentException public void setPropertyValue(String propertyName, Object value) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:345: warning: no @throws for com.sun.star.lang.WrappedTargetException public void setPropertyValue(String propertyName, Object value) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:355: warning: no @param for propertyName public Object getPropertyValue(String propertyName) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:355: warning: no @return public Object getPropertyValue(String propertyName) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:355: warning: no @throws for com.sun.star.beans.UnknownPropertyException public Object getPropertyValue(String propertyName) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:355: warning: no @throws for com.sun.star.lang.WrappedTargetException public Object getPropertyValue(String propertyName) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:368: warning: no @param for propertyName public void addPropertyChangeListener( ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:368: warning: no @param for listener public void addPropertyChangeListener( ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:368: warning: no @throws for com.sun.star.beans.UnknownPropertyException public void addPropertyChangeListener( ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:368: warning: no @throws for com.sun.star.lang.WrappedTargetException public void addPropertyChangeListener( ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:395: warning: no @param for propertyName public void removePropertyChangeListener( ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:395: warning: no @param for listener public void removePropertyChangeListener( ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:395: warning: no @throws for com.sun.star.beans.UnknownPropertyException public void removePropertyChangeListener( ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:395: warning: no @throws for com.sun.star.lang.WrappedTargetException public void removePropertyChangeListener( ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:418: warning: no @param for propertyName public void addVetoableChangeListener( ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:418: warning: no @param for listener public void addVetoableChangeListener( ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:418: warning: no @throws for com.sun.star.beans.UnknownPropertyException public void addVetoableChangeListener( ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:418: warning: no @throws for com.sun.star.lang.WrappedTargetException public void addVetoableChangeListener( ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:445: warning: no @param for propertyName public void removeVetoableChangeListener( ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:445: warning: no @param for listener public void removeVetoableChangeListener( ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:445: warning: no @throws for com.sun.star.beans.UnknownPropertyException public void removeVetoableChangeListener( ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:445: warning: no @throws for com.sun.star.lang.WrappedTargetException public void removeVetoableChangeListener( ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:465: warning: no @param for handle public void setFastPropertyValue(int handle, Object value) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:465: warning: no @param for value public void setFastPropertyValue(int handle, Object value) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:465: warning: no @throws for com.sun.star.beans.UnknownPropertyException public void setFastPropertyValue(int handle, Object value) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:465: warning: no @throws for com.sun.star.beans.PropertyVetoException public void setFastPropertyValue(int handle, Object value) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:465: warning: no @throws for com.sun.star.lang.IllegalArgumentException public void setFastPropertyValue(int handle, Object value) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:465: warning: no @throws for com.sun.star.lang.WrappedTargetException public void setFastPropertyValue(int handle, Object value) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:476: warning: no @param for handle public Object getFastPropertyValue(int handle) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:476: warning: no @return public Object getFastPropertyValue(int handle) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:476: warning: no @throws for com.sun.star.beans.UnknownPropertyException public Object getFastPropertyValue(int handle) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:476: warning: no @throws for com.sun.star.lang.WrappedTargetException public Object getFastPropertyValue(int handle) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:486: warning: no @return public PropertyValue[] getPropertyValues() { ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:514: warning: no @param for props public void setPropertyValues(PropertyValue[] props) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:514: warning: no @throws for com.sun.star.beans.UnknownPropertyException public void setPropertyValues(PropertyValue[] props) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:514: warning: no @throws for com.sun.star.beans.PropertyVetoException public void setPropertyValues(PropertyValue[] props) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:514: warning: no @throws for com.sun.star.lang.IllegalArgumentException public void setPropertyValues(PropertyValue[] props) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\PropertySetMixin.java:514: warning: no @throws for com.sun.star.lang.WrappedTargetException public void setPropertyValues(PropertyValue[] props) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\lib\uno\helper\UnoUrl.java:362: warning: no @throws for com.sun.star.lang.IllegalArgumentException public static UnoUrl parseUnoUrl(String unoUrl) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\Any.java:49: warning: empty

tag *

^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\Any.java:42: warning: empty

tag *

^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\IBridge.java:94: warning: no @throws for java.lang.InterruptedException void dispose() throws InterruptedException, IOException; ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\IBridge.java:94: warning: no @throws for java.io.IOException void dispose() throws InterruptedException, IOException; ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\IEnvironment.java:66: error: unexpected end tag:

*

^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\IMethodDescription.java:55: error: bad use of '>' * Gives any array of ITypeDescription> of ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\IMethodDescription.java:57: error: block element not allowed within inline element : p *

^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\IMethodDescription.java:55: error: element not closed: code * Gives any array of ITypeDescription> of ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\IMethodDescription.java:63: error: bad use of '>' * Gives any array of ITypeDescription> of ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\IMethodDescription.java:65: error: block element not allowed within inline element : p *

^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\IMethodDescription.java:63: error: element not closed: code * Gives any array of ITypeDescription> of ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\ITypeDescription.java:59: warning: no @param for methodId IMethodDescription getMethodDescription(int methodId); ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\ITypeDescription.java:68: warning: no @param for name IMethodDescription getMethodDescription(String name); ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\ITypeDescription.java:86: warning: no @param for name IFieldDescription getFieldDescription(String name); ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\ITypeDescription.java:122: error: tag not allowed here: * HYPER"hyper" ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\ITypeDescription.java:124: error: tag not allowed here: * UNSIGNED HYPER"unsigned hyper" ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\ITypeDescription.java:126: error: tag not allowed here: * FLOAT"float" ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\ITypeDescription.java:127: error: tag not allowed here: * DOUBLE"double" ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\ITypeDescription.java:128: error: tag not allowed here: * STRING"string" ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\ITypeDescription.java:129: error: tag not allowed here: * TYPE"type" ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\ITypeDescription.java:130: error: tag not allowed here: * ANY"any" ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\ITypeDescription.java:151: error: tag not allowed here: * ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\ITypeDescription.java:111: error: end tag missing: * ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\ITypeDescription.java:152: error: no summary or caption for table * ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\Type.java:207: error: unknown tag: codde * of SHORT and a sequence of UNSIGNED SHORT in ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\Type.java:207: error: unexpected end tag: * of SHORT and a sequence of UNSIGNED SHORT in ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\Type.java:209: error: unexpected end tag:

* controls which UNO type is chosen:

^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\Union.java:30: warning: nested tag not allowed: * Note: The idl type union is currently not fully ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\Union.java:30: error: element not closed: code * Note: The idl type union is currently not fully ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\Union.java:30: error: element not closed: code * Note: The idl type union is currently not fully ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\UnoRuntime.java:176: warning: no @param for public static T queryInterface(Class zInterface, Object object) { ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\UnoRuntime.java:410: warning: no @return public static IEnvironment getEnvironment(String name, Object context) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\UnoRuntime.java:410: warning: no @throws for java.lang.Exception public static IEnvironment getEnvironment(String name, Object context) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\UnoRuntime.java:452: warning: no @throws for java.lang.Exception public static IBridge getBridge( ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\UnoRuntime.java:509: warning: no @throws for java.lang.Exception public static IBridge getBridgeByName( ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\UnoRuntime.java:557: warning: no @throws for java.lang.Exception public static IMapping getMapping(IEnvironment from, IEnvironment to) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\UnoRuntime.java:587: warning: no @throws for java.lang.Exception public static IMapping getMappingByName(String from, String to) ^ ..\..\wntmsci12.pro\misc\java_src\com\sun\star\uno\UnoRuntime.java:601: warning: no @return static public boolean reset() { ^ dmake: Error code 1, while making '../../wntmsci12.pro/bin/odkcommon/docs/java/ref/index.html' dmake: '../../wntmsci12.pro/bin/odkcommon/docs/java/ref/index.html' removed. 1 module(s): odk need(s) to be rebuilt I sort of vaguely remember a fix for this (trunk only?). Maybe AOO414 requires java 7 to build. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org For additional commands, e-mail: dev-help@openoffice.apache.org