Ringobot log - RingoJS IRC channel: #ringojs on irc.freenode.net

2010-04-25:

[13:40] <hannesw> I discovered today that googlestore does not work with our appengine app skeleton because the appengine-api jar file is missing
[13:40] <hannesw> my first impulse was to add that jar file to the app template
[13:40] <hannesw> until i discovered it's almost 10 megs large
[13:41] <hannesw> so i guess we'll have to add some command line switch
[13:41] <hannesw> maybe make the ringo-admin create -a option take the path to the sdk as argument
[13:41] <waddler> yeah that was actually why I joined this channel for the first time, didn't realise at first the jar had to be copied from sdk :)
[13:42] <waddler> usually APPENGINE_HOME should be in env
[13:42] <waddler> so the script could copy it from there
[13:48] <hannesw> is it?
[13:48] <hannesw> it isn't in my env
[13:49] <waddler> hmm, I guess I have it defined because www.grails.org/plugin/app-engine wanted it
[13:51] <waddler> maybe ringo-admin could request user to set it also?
[13:52] <waddler> or use it as default if user doesn't provide path on cmdline