Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] dependency audit day 1

Hi Jody,

> Here is the updated page:
> - http://udig.refractions.net/confluence/display/ADMIN/Dependencies
>
> it now covers everything (including iText :-D ). One place where my
> knowledge is out of date is what is happening with the plugins that
> contain JAI and ImageIO? I hope moovida will be able to explain it to
> me sometime this week.

I can talk about the imageio-ext stuff for sure, but the plugins about
jai are Jesse's bundle for Macosx. I try to explain, in case he can
correct me.
Those plugins are used to install jai (or imageio? one of the two
comes with the jre I guess) on Macosx. On startup they install those
libs if they are not already present on the system. Those are easy to
install since there is no native lib compiled in that case.

The imageio-ext stuff is a different thing. I guess Jesse put the
native libs I gave him into the install folder and set the
LD_LIBRARY_PATH and DYLD_LIBRARY_PATH to that folder.

Ciao
Andrea

>
> Jody
>
> On Mon, Aug 10, 2009 at 4:42 PM, Jody Garnett<jody.garnett@xxxxxxxxx> wrote:
>> Got a bit bogged down trying to transition to jdbc-ng - a lot of the
>> code that wants to handle a Connection as apart of the wizard dialog
>> needs to be rewritten. And jdbc-ng does not provide any facilities to
>> get at a connection.
>>
>> Two ways forward:
>> - take over the connection handling code and suff the resulting
>> DataSource into the connection parameters
>> - try and open up the jdbc-ng code a bit
>>
>> I have removed the use of PicoContainer from the CatalogPlugin - it
>> had been used in an early cut of IResolve; and then factored out into
>> a "decoration" and then promptly ignore since that was so confusing
>> normal people never found the functionality. Now that IService offers
>> some persisted parameters we are finally seeing the benefit of the
>> idea... picocontainer is still in the mix however since geotools uses
>> it.
>>
>> I was unable to remove xmlrpc (it is used by an example US geocoder).
>>
>> Indeed the only things I was able to clean up were a few more xerces
>> dependencies that are available as part of the base Eclipse RCP
>> platform.
>>
>> Jody
>>
> _______________________________________________
> User-friendly Desktop Internet GIS (uDig)
> http://udig.refractions.net
> http://lists.refractions.net/mailman/listinfo/udig-devel
>


Back to the top