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:Kevin Burton (bur@spinn3r.com)
Date:Apr 14, 2009 1:42:10 pm
List:net.java.dev.jna.users

I saw that one eventually.... I took the approach to make everything static imports so the API is a bit more like Posix.....

They should also make it with a tar.gz, etc...... either way, my implementation is like 100 lines of code so I'm not super worried about duplicated effort right now :)

Kevin

On Tue, Apr 14, 2009 at 12:48 PM, Peter Reilly <pete@gmail.com>wrote:

There is already such a project: http://kenai.com/projects/jna-posix

On Thu, Mar 26, 2009 at 3:11 AM, Kevin Burton <bur@spinn3r.com> 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? Kevin