From: Panayotis K. <pan...@pa...> - 2011-04-04 15:29:17
|
On 04 Απρ 2011, at 2:25 π.μ., Sascha Haeberling wrote: > If this works, you should be also able to do this with double (replace .f with .d and truncf with tunc). No, it doesn't work, I get this exception when parsing ERROR: XsltRunner: Could not create transformer for xmlvm2objc.xsl: Failed to compile stylesheet. 1 error detected. Exception in thread "main" java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.simontuffs.onejar.Boot.run(Boot.java:306) at com.simontuffs.onejar.Boot.main(Boot.java:159) Caused by: java.lang.NullPointerException at org.xmlvm.proc.XsltRunner.runXSLT(XsltRunner.java:87) at org.xmlvm.proc.out.ObjectiveCOutputProcess.genObjC(ObjectiveCOutputProcess.java:100) at org.xmlvm.proc.out.ObjectiveCOutputProcess.process(ObjectiveCOutputProcess.java:59) at org.xmlvm.proc.XmlvmProcessImpl.preprocess(XmlvmProcessImpl.java:212) at org.xmlvm.proc.out.IPhoneOutputProcess.process(IPhoneOutputProcess.java:65) at org.xmlvm.proc.XmlvmProcessor.process(XmlvmProcessor.java:139) at org.xmlvm.Main.main(Main.java:54) ... 6 more /Users/teras/Works/Development/Mobile/Active/EggWars/nbproject/xcode.xml:179: The following error occurred while executing this line: /Users/teras/Works/Development/Mobile/Active/EggWars/nbproject/xcode.xml:99: Java returned: 1 |