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

2011-02-27

[02:53] <quest88> With the ringo-js store, do you have to put those jars in your classpath?

[02:58] <earl> quest88: which specific store are you talking about?

[03:07] <quest88> whichever one was on the ringo website under sql-store

[03:07] <quest88> and it had one h2 jar file

[03:09] <quest88> https://github.com/grob/ringo-sqlstore

[04:31] <earl> you should be able to install that correctly using `ringo-admin install grob/ringo-sqlstore`

[12:34] <jb__> hi. has anyone here worked with stick?

[13:17] <jb__> how can I load additional jars with stick? exports.jars in config.js doesn't seem to work.

[14:12] <robi42> to answer the question by jb__ ad loading additional jars within a stick app: currently, one can for example make use of the `package.json` controlled mechanism for loading jars or hook into stick's `app.init` to load jars programmatically there (basically, via `addToClasspath()`).

[20:49] <jb__> Thanks robi42! For now, I've put the jars into a subdirectory of lib. This does the trick for quick'n'dirty prototyping. ;-)