From: Miggi <mig...@go...> - 2011-03-18 12:00:24
|
Hello Arno. I think, my previous problem is solved, thank you. But now, the project couldn't be build anymore after cross-compile it with XMLVM. When I try to run the produced iPhone-project I get these 6 errors: /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75:0 /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75: error: expected ';' before 'height' /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75:0 /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75: error: expected ';' before 'width' /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75:0 /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75: error: expected expression before ';' token /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75:0 /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75: error: 'text' undeclared (first use in this function) /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75:0 /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75: error: 'align' undeclared (first use in this function) /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75:0 /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75: error: expected ';' before ':' token All of these errors are in the same line of code: _r0.o = @"<html><body style="height: 100%;"><table style="width: 100%; height: 100%; text-align: center;"><tr><td>Unable to load page!</td></tr></table></body></html>"; Any idea whats wrong with it? Thank you. Miggi Am 18.03.2011 07:44, schrieb xml...@li...: > Send xmlvm-users mailing list submissions to > xml...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > or, via email, send a message with subject or body 'help' to > xml...@li... > > You can reach the person managing the list at > xml...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of xmlvm-users digest..." > > > Today's Topics: > > 1. Re: Cross-compiled iPhone-project throws an exception (Arno Puder) > 2. Re: Guide for android 2 iphone (Arno Puder) > 3. Re: Cross-compiled iPhone-project throws an exception (Arno Puder) > 4. Problems when starting a xcode project. (Christoffer Kristensen) > 5. C target quick start (Sal) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 16 Mar 2011 22:37:34 -0700 > From: Arno Puder<ar...@pu...> > Subject: Re: [xmlvm-users] Cross-compiled iPhone-project throws an > exception > To: xml...@li... > Message-ID:<4D8...@pu...> > Content-Type: text/plain; charset=UTF-8; format=flowed > > > it seems that you didn't include Android's R-class of your application > via --in. > > Arno > > > On 3/16/11 4:41 PM, Miggi wrote: >> I've cross-compiled an Android project to iPhone and the whole >> compilation process was without any error. But when I try to run the >> iPhone project it terminates nearly immediatly because of an uncaught >> exception. >> >> The class where the exception occures is java_lang_Class and the method >> is forName___java_lang_String. The missed class is >> de.android.ContactForms.R$array. >> >> Here I'll post you the output on the console in the Xcode debugger: >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: array >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: dimen >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: raw >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: array >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: dimen >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: raw >> 2011-03-16 20:28:04.318 de.android.ContactForms[5205:207] *** >> Terminating app due to uncaught exception 'java_lang_RuntimeException', >> reason: '(null)' >> *** Call stack at first throw: >> ( >> 0 CoreFoundation 0x030c1b99 __exceptionPreprocess + 185 >> 1 libobjc.A.dylib 0x02eb640e objc_exception_throw + 47 >> 2 de.android.ContactForms 0x0007ff46 +[android_internal_Assert >> CHECK___boolean:] + 0 >> 3 de.android.ContactForms 0x00081a81 +[android_internal_Dimension >> resolveDimension___android_content_Context_java_lang_String_android_util_DisplayMetrics:::] >> + 2568 >> 4 de.android.ContactForms 0x001081cd -[android_widget_TextView >> parseTextViewAttributes___android_util_AttributeSet:] + 1150 >> 5 de.android.ContactForms 0x00106949 -[android_widget_TextView >> initTextView___android_content_Context_android_util_AttributeSet::] + 195 >> 6 de.android.ContactForms 0x0010683a -[android_widget_TextView >> __init_android_widget_TextView___android_content_Context_android_util_AttributeSet::] >> + 350 >> 7 CoreFoundation 0x030325cd __invoking___ + 29 >> 8 CoreFoundation 0x030324a1 -[NSInvocation invoke] + 145 >> 9 de.android.ContactForms 0x00016f2d -[java_lang_reflect_Constructor >> newInstance___java_lang_Object_ARRAYTYPE:] + 518 >> 10 de.android.ContactForms 0x00089c90 -[android_internal_LayoutParser >> createView___java_lang_String_android_content_Context_android_util_AttributeSet:::] >> + 1027 >> 11 de.android.ContactForms 0x0008886f -[android_internal_LayoutParser >> didStartElement___org_xmlvm_iphone_NSXMLParser_java_lang_String_java_lang_String_java_lang_String_java_util_Map:::::] >> + 1000 >> 12 de.android.ContactForms 0x0002b6cf >> -[org_xmlvm_iphone_NSXMLParserDelegate >> parser:didStartElement:namespaceURI:qualifiedName:attributes:] + 130 >> 13 Foundation 0x005bb999 _startElementNs + 1478 >> 14 libxml2.2.dylib 0x03d32ac0 xmlParseXMLDecl + 8539 >> 15 libxml2.2.dylib 0x03d3b3c4 xmlParseChunk + 1955 >> 16 Foundation 0x005babaa -[NSXMLParser parse] + 321 >> 17 de.android.ContactForms 0x0002b5f4 -[NSXMLParser(cat_NSXMLParser) >> parse__] + 36 >> 18 de.android.ContactForms 0x0008786a +[android_internal_LayoutManager >> getLayout___android_content_Context_int_android_view_ViewGroup:::] + 533 >> 19 de.android.ContactForms 0x000c3dab -[android_view_Window >> setContentView___int:] + 203 >> 20 de.android.ContactForms 0x000420ff -[android_app_Activity >> setContentView___int:] + 137 >> 21 de.android.ContactForms 0x00002445 -[de_android_ContaProgram received >> signal: ?SIGABRT?. >> ctForms_ContactForm onCreate___android_os_Bundle:] + 157 >> 22 de.android.ContactForms 0x00040e3a -[android_app_Activity >> create___java_lang_Object:] + 600 >> 23 Foundation 0x00500978 -[NSObject(NSThreadPerformAdditions) >> performSelector:onThread:withObject:waitUntilDone:modes:] + 229 >> 24 Foundation 0x00512f86 -[NSObject(NSThreadPerformAdditions) >> performSelectorOnMainThread:withObject:waitUntilDone:] + 184 >> 25 de.android.ContactForms 0x00029e63 >> +[NSObject(cat_org_xmlvm_iphone_NSObject) >> performSelectorOnMainThread___java_lang_Object_java_lang_String_java_lang_Object_boolean::::] >> + 175 >> 26 de.android.ContactForms 0x000408b0 -[android_app_Activity >> xmlvmCreate___android_os_Bundle:] + 173 >> 27 de.android.ContactForms 0x0004aad3 -[android_content_Context >> startActivityForResult___android_content_Intent_int::] + 1528 >> 28 de.android.ContactForms 0x0004aec6 -[android_content_Context >> startActivity___android_content_Intent:] + 118 >> 29 de.android.ContactForms 0x0004635c -[android_app_Application >> onCreate__] + 707 >> 30 de.android.ContactForms 0x0007c605 >> -[android_internal_AndroidAppLauncher >> applicationDidFinishLaunching___org_xmlvm_iphone_UIApplication:] + 140 >> 31 de.android.ContactForms 0x0002ffb5 >> -[org_xmlvm_iphone_UIApplicationDelegate applicationDidFinishLaunching:] >> + 43 >> 32 UIKit 0x00782f80 -[UIApplication >> _callInitializationDelegatesForURL:payload:suspended:] + 1252 >> 33 UIKit 0x007853b0 -[UIApplication >> _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:]+ 346 >> 34 UIKit 0x0078f3ec -[UIApplication handleEvent:withNewEvent:] + 1958 >> 35 UIKit 0x00787b3c -[UIApplication sendEvent:] + 71 >> 36 UIKit 0x0078c9bf _UIApplicationHandleEvent + 7672 >> 37 GraphicsServices 0x03603822 PurpleEventCallback + 1550 >> 38 CoreFoundation 0x030a2ff4 >> __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 52 >> 39 CoreFoundation 0x03003807 __CFRunLoopDoSource1 + 215 >> 40 CoreFoundation 0x03000a93 __CFRunLoopRun + 979 >> 41 CoreFoundation 0x03000350 CFRunLoopRunSpecific + 208 >> 42 CoreFoundation 0x03000271 CFRunLoopRunInMode + 97 >> 43 UIKit 0x00784c6d -[UIApplication _run] + 625 >> 44 UIKit 0x00790af2 UIApplicationMain + 1160 >> 45 de.android.ContactForms 0x0002fb5c +[org_xmlvm_iphone_UIApplication >> main___java_lang_String_ARRAYTYPE_java_lang_Class_java_lang_Class:::] + 565 >> 46 de.android.ContactForms 0x0007ca59 >> +[android_internal_AndroidAppLauncher >> main___java_lang_String_ARRAYTYPE:] + 173 >> 47 de.android.ContactForms 0x0007cddc main + 278 >> 48 de.android.ContactForms 0x00002259 start + 53 >> ) >> terminate called after throwing an instance of 'java_lang_RuntimeException' >> >> Any ideas? >> >> Thank you and greetings >> Miggi >> >> ------------------------------------------------------------------------------ >> Colocation vs. Managed Hosting >> A question and answer guide to determining the best fit >> for your organization - today and in the future. >> http://p.sf.net/sfu/internap-sfd2d >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > > ------------------------------ > > Message: 2 > Date: Wed, 16 Mar 2011 22:42:26 -0700 > From: Arno Puder<ar...@pu...> > Subject: Re: [xmlvm-users] Guide for android 2 iphone > To: xml...@li... > Message-ID:<4D8...@pu...> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > unfortunately some of the documentation is out of date. The > android-on-iphone target is deprecated. Please check sections 3-6 of the > documentation. What is described there is current. > > Arno > > > On 3/15/11 1:20 PM, Christoffer Kristensen wrote: >> Hi Xmlvm users >> Does anybody have a simple guide for cross compiling android .class >> files to iphone via the terminal. I don't think i'm doing it right. >> Where do i need to be in the directory? why does it not work when i >> define my target as "--target=android-on-iphone" as the manual says? >> >> Kind regards >> Christoffer >> >> >> >> >> ------------------------------------------------------------------------------ >> Colocation vs. Managed Hosting >> A question and answer guide to determining the best fit >> for your organization - today and in the future. >> http://p.sf.net/sfu/internap-sfd2d >> >> >> >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > > ------------------------------ > > Message: 3 > Date: Wed, 16 Mar 2011 22:54:07 -0700 > From: Arno Puder<ar...@pu...> > Subject: Re: [xmlvm-users] Cross-compiled iPhone-project throws an > exception > To: xml...@li... > Message-ID:<4D8...@pu...> > Content-Type: text/plain; charset=UTF-8; format=flowed > > > actually, ignore what I wrote in my last message. You did include the > R-class. You get an exception in > android.internal.Dimension.resolveDimension() due to a runtime assertion > (at the end of the method). You are using a unit that XMLVM does not > support yet. Supported units for dimensions are px, dp, dip, and sp. > > Arno > > > On 3/16/11 4:41 PM, Miggi wrote: >> I've cross-compiled an Android project to iPhone and the whole >> compilation process was without any error. But when I try to run the >> iPhone project it terminates nearly immediatly because of an uncaught >> exception. >> >> The class where the exception occures is java_lang_Class and the method >> is forName___java_lang_String. The missed class is >> de.android.ContactForms.R$array. >> >> Here I'll post you the output on the console in the Xcode debugger: >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: array >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: dimen >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: raw >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: array >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: dimen >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: raw >> 2011-03-16 20:28:04.318 de.android.ContactForms[5205:207] *** >> Terminating app due to uncaught exception 'java_lang_RuntimeException', >> reason: '(null)' >> *** Call stack at first throw: >> ( >> 0 CoreFoundation 0x030c1b99 __exceptionPreprocess + 185 >> 1 libobjc.A.dylib 0x02eb640e objc_exception_throw + 47 >> 2 de.android.ContactForms 0x0007ff46 +[android_internal_Assert >> CHECK___boolean:] + 0 >> 3 de.android.ContactForms 0x00081a81 +[android_internal_Dimension >> resolveDimension___android_content_Context_java_lang_String_android_util_DisplayMetrics:::] >> + 2568 >> 4 de.android.ContactForms 0x001081cd -[android_widget_TextView >> parseTextViewAttributes___android_util_AttributeSet:] + 1150 >> 5 de.android.ContactForms 0x00106949 -[android_widget_TextView >> initTextView___android_content_Context_android_util_AttributeSet::] + 195 >> 6 de.android.ContactForms 0x0010683a -[android_widget_TextView >> __init_android_widget_TextView___android_content_Context_android_util_AttributeSet::] >> + 350 >> 7 CoreFoundation 0x030325cd __invoking___ + 29 >> 8 CoreFoundation 0x030324a1 -[NSInvocation invoke] + 145 >> 9 de.android.ContactForms 0x00016f2d -[java_lang_reflect_Constructor >> newInstance___java_lang_Object_ARRAYTYPE:] + 518 >> 10 de.android.ContactForms 0x00089c90 -[android_internal_LayoutParser >> createView___java_lang_String_android_content_Context_android_util_AttributeSet:::] >> + 1027 >> 11 de.android.ContactForms 0x0008886f -[android_internal_LayoutParser >> didStartElement___org_xmlvm_iphone_NSXMLParser_java_lang_String_java_lang_String_java_lang_String_java_util_Map:::::] >> + 1000 >> 12 de.android.ContactForms 0x0002b6cf >> -[org_xmlvm_iphone_NSXMLParserDelegate >> parser:didStartElement:namespaceURI:qualifiedName:attributes:] + 130 >> 13 Foundation 0x005bb999 _startElementNs + 1478 >> 14 libxml2.2.dylib 0x03d32ac0 xmlParseXMLDecl + 8539 >> 15 libxml2.2.dylib 0x03d3b3c4 xmlParseChunk + 1955 >> 16 Foundation 0x005babaa -[NSXMLParser parse] + 321 >> 17 de.android.ContactForms 0x0002b5f4 -[NSXMLParser(cat_NSXMLParser) >> parse__] + 36 >> 18 de.android.ContactForms 0x0008786a +[android_internal_LayoutManager >> getLayout___android_content_Context_int_android_view_ViewGroup:::] + 533 >> 19 de.android.ContactForms 0x000c3dab -[android_view_Window >> setContentView___int:] + 203 >> 20 de.android.ContactForms 0x000420ff -[android_app_Activity >> setContentView___int:] + 137 >> 21 de.android.ContactForms 0x00002445 -[de_android_ContaProgram received >> signal: ?SIGABRT?. >> ctForms_ContactForm onCreate___android_os_Bundle:] + 157 >> 22 de.android.ContactForms 0x00040e3a -[android_app_Activity >> create___java_lang_Object:] + 600 >> 23 Foundation 0x00500978 -[NSObject(NSThreadPerformAdditions) >> performSelector:onThread:withObject:waitUntilDone:modes:] + 229 >> 24 Foundation 0x00512f86 -[NSObject(NSThreadPerformAdditions) >> performSelectorOnMainThread:withObject:waitUntilDone:] + 184 >> 25 de.android.ContactForms 0x00029e63 >> +[NSObject(cat_org_xmlvm_iphone_NSObject) >> performSelectorOnMainThread___java_lang_Object_java_lang_String_java_lang_Object_boolean::::] >> + 175 >> 26 de.android.ContactForms 0x000408b0 -[android_app_Activity >> xmlvmCreate___android_os_Bundle:] + 173 >> 27 de.android.ContactForms 0x0004aad3 -[android_content_Context >> startActivityForResult___android_content_Intent_int::] + 1528 >> 28 de.android.ContactForms 0x0004aec6 -[android_content_Context >> startActivity___android_content_Intent:] + 118 >> 29 de.android.ContactForms 0x0004635c -[android_app_Application >> onCreate__] + 707 >> 30 de.android.ContactForms 0x0007c605 >> -[android_internal_AndroidAppLauncher >> applicationDidFinishLaunching___org_xmlvm_iphone_UIApplication:] + 140 >> 31 de.android.ContactForms 0x0002ffb5 >> -[org_xmlvm_iphone_UIApplicationDelegate applicationDidFinishLaunching:] >> + 43 >> 32 UIKit 0x00782f80 -[UIApplication >> _callInitializationDelegatesForURL:payload:suspended:] + 1252 >> 33 UIKit 0x007853b0 -[UIApplication >> _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:]+ 346 >> 34 UIKit 0x0078f3ec -[UIApplication handleEvent:withNewEvent:] + 1958 >> 35 UIKit 0x00787b3c -[UIApplication sendEvent:] + 71 >> 36 UIKit 0x0078c9bf _UIApplicationHandleEvent + 7672 >> 37 GraphicsServices 0x03603822 PurpleEventCallback + 1550 >> 38 CoreFoundation 0x030a2ff4 >> __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 52 >> 39 CoreFoundation 0x03003807 __CFRunLoopDoSource1 + 215 >> 40 CoreFoundation 0x03000a93 __CFRunLoopRun + 979 >> 41 CoreFoundation 0x03000350 CFRunLoopRunSpecific + 208 >> 42 CoreFoundation 0x03000271 CFRunLoopRunInMode + 97 >> 43 UIKit 0x00784c6d -[UIApplication _run] + 625 >> 44 UIKit 0x00790af2 UIApplicationMain + 1160 >> 45 de.android.ContactForms 0x0002fb5c +[org_xmlvm_iphone_UIApplication >> main___java_lang_String_ARRAYTYPE_java_lang_Class_java_lang_Class:::] + 565 >> 46 de.android.ContactForms 0x0007ca59 >> +[android_internal_AndroidAppLauncher >> main___java_lang_String_ARRAYTYPE:] + 173 >> 47 de.android.ContactForms 0x0007cddc main + 278 >> 48 de.android.ContactForms 0x00002259 start + 53 >> ) >> terminate called after throwing an instance of 'java_lang_RuntimeException' >> >> Any ideas? >> >> Thank you and greetings >> Miggi >> >> ------------------------------------------------------------------------------ >> Colocation vs. Managed Hosting >> A question and answer guide to determining the best fit >> for your organization - today and in the future. >> http://p.sf.net/sfu/internap-sfd2d >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > > ------------------------------ > > Message: 4 > Date: Thu, 17 Mar 2011 14:04:35 +0000 (GMT) > From: Christoffer Kristensen<chr...@ya...> > Subject: [xmlvm-users] Problems when starting a xcode project. > To: xml...@li... > Message-ID:<805...@we...> > Content-Type: text/plain; charset="iso-8859-1" > > Hi all.When i try to run an android program with the command "ant use-Xcode run" i get "BUILD FAILED" with this output: > -do-compile:[xmlvm.ajavac] /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project-http/nbproject/androidsupport.xml:81: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds[xmlvm.ajavac] Compiling 2 source files to /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project-http/bin/classes[xmlvm.ajavac] /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project-http/src/big8/wifi/DeviceListActivity.java:65: cannot find symbol[xmlvm.ajavac] symbol ?: variable layout[xmlvm.ajavac] location: class android.R[xmlvm.ajavac] android.R.layout.simple_list_item_1,[xmlvm.ajavac] ?? ? ? ^[xmlvm.ajavac] /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project-http/src/big8/wifi/DeviceListActivity.java:101: cannot find symbol[xmlvm.ajavac] symbol ?: variable layout[xmlvm.ajavac] location: classandroid.R[xmlvm.ajavac] android.R.layout.simple_list_item_1,[xmlvm.ajavac] ? ? > ? ? ^[xmlvm.ajavac] 2 errors > BUILD FAILED/Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project-http/nbproject/xcode.xml:179: The following error occurred while executing this line:/Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project-http/nbproject/androidsupport.xml:81: Compile failed; see the compiler error output for details.Does anybody know how i can fix this or at least bypass it? > So far, thank you for all your help.Kind regards?Christoffer > > > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 5 > Date: Fri, 18 Mar 2011 02:43:55 -0400 > From: Sal<sv...@gm...> > Subject: [xmlvm-users] C target quick start > To: "xml...@li..." > <xml...@li...> > Message-ID:<665...@gm...> > Content-Type: text/plain; charset=us-ascii > > > What are the steps to get a simple 'hello world' iPhone app up and running from the latest SVN snapshot? Possibly with the Harmony support included? (printing to standard out is fine, I understand ui is underway). > > I read through the manual, but the c target didn't seem mentioned... Maybe I missed it, if so apologies - if there are docs I'll try those. > > I tried (quickly) a svn download and running the ant scripts but lots of errors with JDK classes missing, etc. I was wondering what the 'proper' way was to hack through it before I started debugging. > > If it works I would be happy to put together a wiki page on it, possibly put binaries someplace for other newbies to use as well to help with getting Java apps compiled on iOS. > > Thanks in advance, > > Sal > > > ------------------------------ > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > > ------------------------------ > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > > End of xmlvm-users Digest, Vol 21, Issue 14 > ******************************************* > |