--- Log opened Mon Mar 12 00:00:04 2012
09:44 < mcallan> conseo: you already merged to my latest (?), i don't have anything else to merge except uncommited work.  hopefully it will be ready today, in any case
09:44 < conseo> mcallan: ok, thx
09:45 < conseo> mcallan: should i put VOHarvest in votorola/s/line ?
09:45 < conseo> or put a main routine in HarvestCache?
09:46 < mcallan> i think so
09:46 < mcallan> (the first)
09:59 < conseo> ok
10:25 < conseo> mcallan: are harvesters registered by build time or on runtime? (or do you need to have your own build environment to write and deploy a harvester?)
10:29 < mcallan> hard-coding it will work for now, later we can do the work for plug-ins
10:30 < conseo> ok, i agree
11:20 < conseo> mcallan: can we store the urls to the difference bridge in the wiki as well? i need them to configure the harvester and it makes sense to expose this information, right?
12:57 < mcallan> conseo: where exactly is the url needed?
12:58 < conseo> mcallan: in the regexp to filter the message text
12:58 < conseo> acutally just a search string atm.
12:59 < conseo> the last implementation had it as a command line parameter, but this is unnecessary and makes things more complicated
13:03 < mcallan> i guess what you want is the url to the servlet context, from that you can get any service URL.  i wouldn't read it from the wiki.  it's really a local config item.  i would put it in a config file
13:05 < conseo> can't i get that from somewhere? i have voteserver and wikicache constructed anyhow, so i assumed something knows this context
13:06 < mcallan> it could default to voteServer.serverName()+":8080/"+voteServer.name(), but that might not be correct.  so it has to be config item
13:07 < mcallan> clients need it too, and its part of their config.  e.g.: http://zelea.com/project/votorola/_/javadoc/votorola/a/web/gwt/App.html#getServletContextLocation()
13:09 < conseo> ok
13:11 < mcallan> (but don't do it as a command line parameter, or it will be harder for admin.  easier if all the config is in our .js files in vote-server home)
13:11 < conseo> yes
13:20 < conseo> are you sure the whitespace removal code of your "nextSolidLine" routine is really necessary? the regexp code will check each character anyway, so i don't think you gain much, except you use complicated regexps
13:25 < conseo> (not important though, i just recognized that it is likely unnecessary)
13:25 < mcallan> if you need to optimize it, then please test it.  that's all
13:44 < conseo> nope, i will just use InputStreamReader.readLine directly
--- Log closed Tue Mar 13 00:00:20 2012