--- Log opened Tue Mar 22 00:00:13 2011 10:19 < conseo> mcallan: are u there? 10:43 < mcallan> conseo: here 10:53 < conseo> mcallan: in Database.java u define an abstract static public nested class for ConstructionContext which u extend in Pollserver.java to DatabaseCC 10:54 < conseo> yet i can't find the Database object in scope. i am trying to do the same for Harvester.ConstructionContext and HarvesterCC in VOHarvester, but the compiler tells me that there is no Harvester class in scope 10:55 < conseo> any hints? 10:55 < conseo> no enclosing instance of type votorola.a.diff.feed.Harvester is in scope 10:55 < conseo> public static final class HarvesterCC extends Harvester.ConstructionContext 11:00 < conseo> nested class definition in abstract class Harvester: public static class ConstructionContext { ... 11:04 < mcallan> conseo: plz post or paste the complete source file somewhere, and also the complete error. 11:06 < conseo> Harvester.java: http://pastebin.com/wm6aN5AQ 11:07 < conseo> VOHarvester.java http://pastebin.com/f4waCJdN 11:07 < conseo> sry if i get this static stuff wrong, i am still learning... 11:08 < conseo> + i'll replace the public members of the ConstructionContext with setters and getters as u have done it 11:09 < conseo> compiler output: http://pastebin.com/T9UMY57C 11:15 < mcallan> conseo: it looks ok. (?) try build clean 11:25 < conseo> hhmm looks like it is gone now :-S ... this has taken me some time already... 11:25 < conseo> weird. at least i have learned a bit about nested and static classes... 11:31 < mcallan> Harvester.ConstructionContext was probably a member class before (non-static). (?) then u changed it in the src, but somehow the change didn't compile 11:35 < conseo> yep it was, right 11:35 < conseo> it was non-static --- Log closed Wed Mar 23 00:00:40 2011