From: Sal <sv...@gm...> - 2011-01-20 22:08:34
|
After pulling the latest from SVN, I tried xmlvm using command parameters: --in=C:\dev\workspace2\xmlvm\bin\org\xmlvm\test\ReflectionTest.class --out=c:/tmp/test --target=iphone Execution gives the below exception. Am I doing anything wrong? I am going to proceed to debug - if I'm able to get it to work I'll be happy to submit a patch. Thanks much in advance for any tips!! [01/20/11 17:02:26.334] WARNING: Using test as application name [01/20/11 17:02:26.335] DEBUG: Forcing --enable_ref_counting for target IPHONE java.lang.IllegalArgumentException: wrong number of arguments at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.xmlvm.proc.XmlvmProcessImpl.createInputInstances(XmlvmProcessImpl.java:127) |