7 messages in net.java.dev.jna.usersRe: [jna-users] FileMonitor example
FromSent OnAttachments
Robert KobergFeb 4, 2009 9:21 am 
Robert KobergFeb 4, 2009 9:38 am 
Jason VennerFeb 4, 2009 9:54 am.java
Robert KobergFeb 4, 2009 10:07 am 
Timothy WallFeb 4, 2009 11:52 am 
Robert KobergFeb 4, 2009 12:37 pm 
Timothy WallFeb 4, 2009 1:41 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] FileMonitor exampleActions...
From:Timothy Wall (twal@dev.java.net)
Date:Feb 4, 2009 1:41:27 pm
List:net.java.dev.jna.users

There are some users that are planning to submit substantive patches. Like the window utilities, it could be a standalone project if someone were willing to own and manage it.

Same with the inotify/kqueues implementations, someone's got to own it. I would think the java IDEs (eclipse, intellij, netbeans) could pool resources and get a shared file monitor to everyone's benefit, since they all depend on that sort of functionality to keep the IDE synched to the FS.

On Feb 4, 2009, at 3:37 PM, Robert Koberg wrote:

On Feb 4, 2009, at 2:52 PM, Timothy Wall wrote:

OSX uses kqueues; Olivier Chafik started an implementation here:
http://ochafik.free.fr/blog/?p=119 . I don't know if you can get inotify working on osx, since it likely depends on some kernel support.

Great! thanks. Curious, why not apply BSD changes and some kind of wrapper around the Inotify implementation into the example? Better - why not make the FileMonitor an incubated project (or part of the core) rather than 'just' an example? It seems that it provides a compelling reason to use the jna project ??

best, -Rob

On Feb 4, 2009, at 1:08 PM, Robert Koberg wrote:

On Feb 4, 2009, at 12:54 PM, Jason Venner wrote:

I threw up an equivalent for linux that used Inotify a bit back on the list. It was my learning tool for jna and then my need for it dropped

Thank you! I have some learning to do... I fear this might be a little over my head and out of my timeframe, but...

I will be deploying on linux, but developing on osx. Can you/ anyone recommend some entry level reference material for linux and osx with regard to integrating a FileMonitor-like implementation?