From: Lars H. <he...@se...> - 2009-08-14 13:05:15
|
Hi all, [...] > a) tinytim-mio-batteries-included > b) meta-tinytim (the engine and mio) Even if I wrote yesterday, that I'd do (a) first and then (b), I changed my opinion, that I only do (b). :) The reason: I want to avoid that tinytim-mio steals the package names "com.semagia.mio.*" and "org.slf4j.*", so I move these packages into org.tinytim.mio.something and the com.semagia.mio.IMapHandler is then called "org.tinytim.mio.something.IMapHandler". But tinyTiM's IMapHandler implementation belongs to the tinytim.jar and therefor won't find the repackaged interface IMapHandler. Are you still following? ;) To cut the long story short: (b) is easier to achieve than (a), that's all. :) Best regards, Lars -- Semagia <http://www.semagia.com> |