Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] missing image-ext libs?

Hello Daniele,

Daniele Romagnoli wrote:
Hi Ugo,

On Wed, Nov 26, 2008 at 3:49 PM, Ugo Taddei
<ugo.taddei@xxxxxxxxxxxxxxxxxx>wrote:

Hello,

just tried a general update and have a few errors in


Which type of update you did? (uDig, Java version, ... ?)

SVN update. Then a refresh (with ant refresh.xml), got all the jars anew.

Thanks,

Ugo





BasicGridCoverageRenderer:

cannot find

import javax.media.jai.InterpolationNearest;
import javax.media.jai.JAI;
import javax.media.jai.TileCache;

Access restriction: The constructor InterpolationNearest() is not
accessible due to restriction on required library
F:\Programme\dev\java\jre1.6.0_04\lib\ext\jai_core.jar
BasicGridCoverageRenderer.java
net.refractions.udig.render.gridcoverage.basic/src/net/refractions/udig/render/internal/gridcoverage/basic
line 147        Java Problem


I see in the libs manifest the follwoing

lib/imageio-ext-geocore-1.0-SNAPSHOT.jar,
lib/imageio-ext-utilities-1.0-SNAPSHOT.jar

but cannot find that on the libs/lib directory after doing a refresh.


That is very strange.
The cited libraries (imageio-ext-geocore, imageio-ext-utilities) live in the
imageio-ext trunk.
They haven't been deployed yet and the actual imageio-ext modules deployed
on refractions do not require them as dependencies.

I don't guess you have manually "checked-out + built" the imageio-ext
project, therefore I don't know why these 2 dependencies are referred.
Since the last time I have developed on uDIG is almost an year ago, I have
forgotten some uDIG logics/dependencies management. How the libs manifest is
built/generated?

Regards,
Daniele



I have jai_core and otehrs on the classpath.

Am I missing something? Have the JAI libs been patched?

Cheers,

Ugo

--
Ugo Taddei

Fraunhofer Institut Intelligente Analyse- und Informationssysteme (FhG
IAIS)
http://www.iais.fraunhofer.de
Department Knowledge Discovery - IAIS.KD -
Working Group Spatial Decision Support
http://www.iais.fraunhofer.de/kd.html
phone  (+49)2241-14-2184    fax    (+49)2241-14-2072
Schloss Birlinghoven, D-53754 Sankt Augustin, Germany
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel





------------------------------------------------------------------------

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


--
Ugo Taddei

Fraunhofer Institut Intelligente Analyse- und Informationssysteme (FhG IAIS)
http://www.iais.fraunhofer.de
Department Knowledge Discovery - IAIS.KD -
Working Group Spatial Decision Support
http://www.iais.fraunhofer.de/kd.html
phone  (+49)2241-14-2184    fax    (+49)2241-14-2072
Schloss Birlinghoven, D-53754 Sankt Augustin, Germany


Back to the top