8 messages in net.java.dev.jna.usersRe: [jna-users] Java posix binding pr...
FromSent OnAttachments
Kevin BurtonMar 25, 2009 7:11 pm 
Timothy WallMar 26, 2009 5:57 am 
Corey PuffaltMar 26, 2009 9:08 am 
Timothy WallMar 26, 2009 10:26 am 
Peter ReillyApr 14, 2009 12:47 pm 
Kevin BurtonApr 14, 2009 1:42 pm 
Charles Oliver NutterApr 14, 2009 4:15 pm 
Kevin BurtonApr 14, 2009 4:33 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [jna-users] Java posix binding project....Actions...
From:Timothy Wall (twal@dev.java.net)
Date:Mar 26, 2009 5:57:11 am
List:net.java.dev.jna.users

Check to see what JRuby is using. Several projects have done this sort of thing to different levels of completeness. It's non-trivial, since each platform has different stat structures, but still fairly straightforward.

T.

On Mar 25, 2009, at 10:11 PM, Kevin Burton wrote:

Hey guys.

I've started a simple posix binding project for use internally. I have the need for mkfifo, stat, etc.

It would seem to make sense to open source this and put it on google code....

Any thoughts as to whether this would be a good idea?