Hi David I just did a quick conversion of the api to c# with a tool from microsoft. There is a problem with the package name javax.jcr.lock since lock is a keyword in c# (renamed it to locking). The second issue was the ContentHandler from org.xml.sax, I simply replaced that with Object for the moment to get it compiled.
So basically the api compiles but it is not yet tested. I am currently working on a WebDAV client in .net to be used as transport through the api. I will report my proceedings... -- kind regards Michael David Nuescheler wrote: > hi michael, > > On 7/14/05, Michael Singer <[EMAIL PROTECTED]> wrote: > >>are there any proceedings in porting the JSR-170 API to c#? >>Thanks for your answers > > yes, there are a couple. > > a while ago i saw some on sourceforge (i dont think those > are very far along) and i am aware of a number of > "closed source" ones. i hope that much like the php > port we can soon feature a .NET api port in jackrabbit. > > regards, > david
