From: JR S. <sc...@we...> - 2012-07-26 03:15:19
|
I am curious as for the recommended approach for including native C/ObjC implementations of Java functions, as is done for many of the XMLVM-included classes. I am starting with an XMLVM skeleton project and using ant. The ant "run" target generated C code from Java. But modifying the resulting code in Xcode between the //XMLVM_BEGIN_IMPLEMENTATION //XMLVM_END_IMPLEMENTATION, the resulting code is lost / overwriteen upon the next ant "run". I see that XMLVM contains a "gen-c-wrappers" target which implies it preserves changes, but modifying the build.xml to use this target didn't see to help either. Any references / suggestions would be appreciated. -- J.R. Schmidt WebMO, LLC |