Has anyone successfully complied the Apache FOP v1.0 library to a .NET DLL? I am using IKVM 0.44.0.5 and attempted to translate the command line syntax in http://onjava.com/pub/a/onjava/2004/08/18/ikvm.html. I have also tried to compile each JAR to a DLL referencing the IVKM.OpenDK.*.dll. The dlls are generated, but once I add them to my .NET project, I do not have access to the FopFactory class or other classes documented in the Apache FOP library.
Clay