Re: [Geotools-devel] putting gt-swing on a diet

2010-07-01 Thread Jody Garnett
Okay working through the steps: gt-wms is the main culprit - commons-lang is used for a single method: StringUtils.defaultString - Returns either the passed in String, or if the String is null, an empty String (""). (So I will remove this dependency) - gt-xml - which brings in the big bad o

[Geotools-devel] putting gt-swing on a diet

2010-06-30 Thread Jody Garnett
Hi Micheal: In putting together this years workshop materials; the initial "graph" of dependencies is really large. As such I would like put gt-swing on a diet :-) I think the main culprit is a dependency on process (in an attempt to save the process wizard code which is actually still missing -