On Wed, Dec 23, 2009 at 7:02 AM, [email protected] <[email protected]> wrote: > I can't find an example of how to use a File Listener in Route 2.0. > Help? (I've looked over and over, so please forgive me if I missed > something obvious)
Hello Greg, no worries. I haven't yet ported FileListener to ruote 2.0. I'm currently working on ruote 2.1 (will be out soon) and I just renamed the "listener" concept to "receiver" to prevent confusion between the "listen" expression and listeners. If you really need a ruote 2.0 FileListener, you should be able to wrap something up by looking at http://github.com/jmettraux/ruote/blob/ruote2.0/test/functional/ft_25_listener_registration.rb http://github.com/jmettraux/ruote/blob/ruote0.9/lib/openwfe/listeners/listeners.rb (ruote 0.9 though) If you need further help with that, don't hesitate to ask. Best regards, -- John Mettraux - http://jmettraux.wordpress.com -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en
