Re: [POOL] a conceptual implementation error?

2006-11-22 Thread Tom
Sandy McArthur wrote: On 11/21/06, Tom [EMAIL PROTECTED] wrote: It's non-trivial to accept code that wasn't written by Apache members because of licensing issues but I'm happy to look and learn from a good idea when I see one. Interesting. I didn't know that. I'll put it up once I add the

[vfs] DefaultFileMonitor doesn't signal when a file is created.

2006-11-22 Thread Steven Keens
I put a monitor on a configuration file (not a folder). During testing I noticed that the monitoring doesn't recognize when the file is created. I get changed and deleted events but never a created event. After a bit of research I realized that I have to monitor the folder in which the file

Re: [vfs] DefaultFileMonitor doesn't signal when a file is created.

2006-11-22 Thread Mario Ivankovits
Hi Steven! I put a monitor on a configuration file (not a folder). During testing I noticed that the monitoring doesn't recognize when the file is created. I get changed and deleted events but never a created event. As far as I remember this is the same with all those native file system

RE: [vfs] DefaultFileMonitor doesn't signal when a file is created.

2006-11-22 Thread Nelson, Tracy
| From: Steven Keens [mailto:[EMAIL PROTECTED] | Sent: Wednesday, 22 November, 2006 08:34 | | I put a monitor on a configuration file (not a folder). During testing | I noticed that the monitoring doesn't recognize when the file is | created. I get changed and deleted events but never a created

Re: [compress] Re: VFS jar files

2006-11-22 Thread Will Pugh
Sorry for my delay. Let me get this out next week. When grabbing my old code, I found a few things I wanted to fix, and with Thanksgiving coming up, it will be a few days before I can get this out. I'll aim for Wed. of next week. Thanks, --Will C. Grobmeier wrote: Cheers, sorry

RE: [vfs] DefaultFileMonitor doesn't signal when a file is created.

2006-11-22 Thread Steven Keens
| I put a monitor on a configuration file (not a folder). During testing | I noticed that the monitoring doesn't recognize when the file is | created. I get changed and deleted events but never a created event. This seems pretty intuitive to me, how can you monitor something that isn't

Re: [vfs] DefaultFileMonitor doesn't signal when a file is created.

2006-11-22 Thread Torsten Curdt
On 11/22/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi Steven! I put a monitor on a configuration file (not a folder). During testing I noticed that the monitoring doesn't recognize when the file is created. I get changed and deleted events but never a created event. As far as I