19 messages in net.java.dev.jna.usersRe: [jna-users] Re: Identifying symbo...
FromSent OnAttachments
Timothy WallDec 11, 2007 5:34 am 
Normen MüllerDec 11, 2007 6:35 am 
Normen MüllerDec 11, 2007 6:52 am 
Timothy WallDec 11, 2007 7:20 am 
Timothy WallDec 11, 2007 7:53 am 
Timothy WallDec 11, 2007 7:55 am 
Nikolas LotzDec 11, 2007 8:05 am 
Normen MüllerDec 11, 2007 8:27 am 
Normen MüllerDec 11, 2007 8:37 am 
Timothy WallDec 11, 2007 10:25 am 
Duncan McGregorDec 11, 2007 3:05 pm 
Normen MüllerDec 12, 2007 12:04 am 
Peter ReillyDec 12, 2007 1:34 am 
Normen MüllerDec 12, 2007 1:39 am 
Timothy WallDec 12, 2007 4:34 am 
Timothy WallDec 12, 2007 4:38 am 
Normen MüllerDec 12, 2007 4:57 am 
Normen MüllerDec 12, 2007 5:04 am 
Timothy WallDec 12, 2007 5:36 am 
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] Re: Identifying symbolic links on Mac OSX 10.5.1Actions...
From:Timothy Wall (twal@dev.java.net)
Date:Dec 12, 2007 4:34:40 am
List:net.java.dev.jna.users

It would seem to make sense to have a home for it in JNA, perhaps as a separate Jar file (same with the win32 APIs, putting them in a win32 jar instead of "examples".

On Dec 12, 2007, at 4:34 AM, Peter Reilly wrote:

That posix package looks wonderful.

It may be an idea to port that into jna.jar as the posix api (symbolic link, get*uid, chmod) are very usefull.

On Dec 11, 2007 11:06 PM, Duncan McGregor <dun@oneeyedmen.com> wrote:

I'm not completely sure, but I think that jruby has already solved this problem.

http://svn.codehaus.org/jruby/trunk/jruby/src/org/jruby/ext/posix/ MacOSFileStat.java

Its too late here to work out what they're up to, but it's certainly JNA code for stat.