Logs for the RingoJS IRC channel, as logged by ringostarr.

2011-01-03

[12:01] <fnk> Happy new year everybody! I am working on my first Ringo app including an extension that hooks into serverStarted/serverStopped. Whatever i tried, serverStopped never get's called or at least i cannot see the debug output... no problems with serverStarted though

[12:01] <fnk> i start the app with 'ringo main.js'

[12:03] <fnk> is that a known bug or just not implemented yet? i am quite sure i have not fatfingered anything

[15:05] <earl> fnk: i think serverStopped is only called when you launch an app via the ringo daemon scripts

[15:10] <fnk> ah, i see! i just went through the IRC logs and read that using Stick is the new way to go so i will try that first. if not i will try to wrap my head around the internals... there should be a way to trigger that from a ServletListener.

[20:09] <tschaub> I'm trying to debug a windows issue running ringo from ant

[20:09] <tschaub> this task works on osx/linux http://dpaste.org/YK4U/

[20:09] <tschaub> but not windows

[20:10] <tschaub> I can confirm that the ringo.classpath system property is correctly being read (in Main.java @ 129)

[20:10] <tschaub> but it looks like the RingoClassLoader isn't able to find the appropriate classes

[20:11] <tschaub> http://dpaste.org/geaf/

[20:11] <tschaub> anything special about the class loader on Windows?

[21:37] <fnk> tschaub: have you set "ringo.home" ? to tell from https://github.com/ringo/ringojs/blob/master/src/org/ringojs/tools/launcher/Main.java the RingoClassLoader gets that as an argument