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

2011-10-27

[09:42] <tom_i> hey

[12:02] <olegp> tom_i hello

[17:29] <crikey> Hey fellas. Greail developer here, looking at ringo, and a little unsure about packages - I downloaded a tar of a project, which said to then run ringo-admin to install the package, which made another copy of the stuff under ~/ringo/packages

[17:29] <crikey> but wen I run ringo -e "require('projectx').startup()" it says Wrapped java.io.IOException: Resource "projectx" not found or not readable (<expr>#1)

[17:30] <crikey> no matter if I run this in the ~, ~/projects/original-download or ~/ringo/packages folder

[17:33] <crikey> hey olegp

[17:33] <crikey> any clues on the best way to run ringojs apps - I am following the docs, but it doesn't find it ... I figured it must be in path

[17:33] <crikey> but still doesn't work

[17:58] <olegp> ringo/bin is in path, you mean?

[18:15] <crikey> yeah

[18:15] <crikey> if I am in the path which contains the folder projectx

[18:16] <crikey> or if I am in the packages folder, and ringo/bin is in $path

[18:16] <crikey> but alos tried ~/ringo/bin/ringo -e "require('projectx').startup();" but get that error

[18:16] <crikey> it says Wrapped java.io.IOException: Resource "projectx" not found or not readable (<expr>#1)

[19:02] <crikey> so any ideas? basically - what are the path rules for invoking ringo?

[19:02] <crikey> does it include ./ automatically? what is the search path? just packages?