From: Bruce J. <bru...@go...> - 2012-04-16 10:22:04
|
Hello there I'm working on putting some addiotnal methods into xmlvm to support DatagramPackets. I want to sanity check what I'm doing, so I have done a fresh checkout from svn. If I then go into trunk/xmlvm and ant gen-c-native-skeletons, I get the following output at the end of the build: [java] [04/13/12 12:34:02.078] ERROR: Vtable for org.apache.harmony.luni.lang.reflect.GenericSignatureParser not found! [java] [04/13/12 12:34:02.079] ERROR: Vtable for org.apache.harmony.luni.lang.reflect.GenericSignatureParser not found! [java] [04/13/12 12:34:02.084] ERROR: Vtable for org.apache.harmony.luni.lang.reflect.GenericSignatureParser not found! [java] [04/13/12 12:34:02.230] ERROR: Vtable for org.apache.harmony.luni.lang.reflect.GenericSignatureParser not found! [java] [04/13/12 12:34:02.690] WARNING: VtableOutputProcess: Problem with adjusting type for 'org.apache.harmony.luni.internal.nls.Messages' while processing instruction: [java] [04/13/12 12:34:02.690] WARNING: VtableOutputProcess: <dex:invoke-static xmlns:dex="http://xmlvm.org/dex" class-type="org.apache.harmony.luni.internal.nls.Messages" method="setLocale"><dex:parameters><dex:parameter type="java.util.Locale" register="0" /><dex:parameter type="java.lang.String" register="1" /><dex:return type="java.util.ResourceBundle" /></dex:parameters><dex:move-result vx="0" vx-type="java.util.ResourceBundle" /></dex:invoke-static> [java] [04/13/12 12:34:02.905] WARNING: VtableOutputProcess: Problem with adjusting type for 'java.net.ProxySelectorImpl' while processing instruction: [java] [04/13/12 12:34:02.905] WARNING: VtableOutputProcess: <dex:invoke-static xmlns:dex="http://xmlvm.org/dex" class-type="java.net.ProxySelectorImpl" method="access$0"><dex:parameters><dex:parameter type="java.util.Properties" register="1" /><dex:return type="void" /></dex:parameters></dex:invoke-static> [java] [04/13/12 12:34:02.905] WARNING: VtableOutputProcess: Problem with adjusting type for 'java.net.ProxySelectorImpl' while processing instruction: [java] [04/13/12 12:34:02.905] WARNING: VtableOutputProcess: <dex:invoke-static xmlns:dex="http://xmlvm.org/dex" class-type="java.net.ProxySelectorImpl" method="access$1"><dex:parameters><dex:return type="java.util.Properties" /></dex:parameters><dex:move-result vx="1" vx-type="java.util.Properties" /></dex:invoke-static> BUILD SUCCESSFUL Is this what you would expect? I was concerned abut the errors although it does say that its successful. Thanks Bruce |