Quoting James Macgill <[EMAIL PROTECTED]>: > Hi all > > Well I'm finaly back up and running with the geotools codebase though > not yet doing much active development... > > One thing that I have noticed is that the new 'api' module has > dependancies on other modules (e.g. referencing). This seems odd for > an api only module, is it intended or can the dependancy actualy be > removed? Hey, this is exactly the email I sent when I got back into the code base! ;)
Indeed when I came it looked like api/ dependended on coverage, which was even worse than referencing. In my analysis I found that it was Factory in referencing that we were depending on. See: http://sourceforge.net/mailarchive/forum.php?thread_id=9019374&forum_id=3008 (can we get geotools on gmane or nabble? Sourceforge sucks for pointing at a specific message, and indeed for searching). I said we should get Factory to a place where they can share, Martin's point, which I'd say I agree with, is that an API only module shouldn't be depending on Factories. I think we have DataStoreFactorySpi, which we could probably take out of api? And then FunctionExpression extends Factory, which I don't really understand and _you_ may actually have to explain, James ;) (you're author on it, though someone else may have done the factory thing) Chris > > James > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through > log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD > SPLUNK! > http://ads.osdn.com/?ad_idv37&alloc_id865&op=click > _______________________________________________ > Geotools-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-devel > ---------------------------------------------------------- This mail sent through IMP: https://webmail.limegroup.com/ ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
