From: Bruce J. <bru...@go...> - 2012-04-16 10:37:23
|
Hi Markus I'm using your patches as a starting point for this. Some of your work has already been merged into trunk, but before getting too far into development, I wanted to be sure that I am building everything correctly, which is my question. Even when I check out from clean, I seem to have errors in my build log when I ant gen-c-native-skeletons, but these may be normal, I'm not sure. Thanks Bruce On Mon, Apr 16, 2012 at 11:30 AM, Markus Heberling <ma...@ti...> wrote: > Hi, > > I have already started support for Datagram packets a while ago: http://xmlvm-reviews.appspot.com/136001/ > > I have currently no time to continue, but maybe it is helpful for you. > > Regards, > Markus > > Am 16.04.2012 um 12:21 schrieb Bruce Jackson: > >> 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 >> >> ------------------------------------------------------------------------------ >> For Developers, A Lot Can Happen In A Second. >> Boundary is the first to Know...and Tell You. >> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! >> http://p.sf.net/sfu/Boundary-d2dvs2 >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |