[...]
> Okay I will check it again; perhaps we could write a test to confirm the
> file is present in the bundle.

That might be a good idea. The test would look like:

    public void testToolsJarPresence() throws ClassNotFoundException  {
        Class.forName("javax.tools.JavaCompiler");
    }

I assume.

> I also note that Jesse has done some kind of hooks so that his teradata
> plugin gets its own jars; could we do the same for spatial toolbox (so the
> tools jar is placed there?).

We discussed this earlier. I have no problem with that but I see no
point in this.
What would be the benefit of having two libs folders? Many of the
Spatial Toolbox jars are used by uDig also.
Having one central libs point is better in my opinion. If for some
reason I need tools.jar for a new plugin, I want to depend on the
libs, not on some other plugin.

Does it make sense?

Andrea




>
> Jody
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

Reply via email to