[Gvsig_english] [ gvSIG 2.0.0 ] "InterpolateClippingProcessTest running..." looping-error on Ubuntu 10.04 Lucid Lynx during "svn.checkout.all" phase

César Martínez Izquierdo cesar.izq at gmail.com
Mon May 24 13:48:18 CEST 2010


Thanks Rafa,
I've added the variable and now I can compile without problems.

As far as I understand, I have to make a 'mvn install' for libRaster
project in order to get the libraries deployed to .depman/lib
However, I've done this mvn install but the I can still find the old
libjdal library in .depman/lib.
Do you have any idea?

Anyway, I've 'solved' the problem by copying the library to .depman/lib by hand.
However, now I get a different error when I try to load a .tif:

Caused by: java.lang.UnsatisfiedLinkError:
/home/cesar/.depman/lib/libjgdal2.0.1.so:
/home/cesar/.depman/lib/libjgdal2.0.1.so: undefined symbol:
GDALApproxTransform
	at java.lang.ClassLoader$NativeLibrary.load(Native Method)
	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
	at java.lang.Runtime.loadLibrary0(Runtime.java:822)
	at java.lang.System.loadLibrary(System.java:993)
	at es.gva.cit.jgdal.JNIBase.<clinit>(JNIBase.java:117)
	at org.gvsig.fmap.dal.coverage.dataset.io.GdalDriver.<init>(GdalDriver.java:144)
	... 43 more

Do you have any clue?

Regards,

César


2010/5/24 Rafa Gaitan <rafa.gaitan at gmail.com>:
> Hi Cesar and luca,
>
> try to do an
>
> export JAVA_HOME=/path/to/jdk/ (on linux)
> set JAVA_HOME=C:\path\to\jdk\ (on windows)
>
> before building any JNI library.
>
> you should also active de JNI developer profile to build native
> libraríes try adding -Pjni-devel to the mvn install command line (if
> you didn't add it before).
>
> Cheers,
> Rafa.
>
>
> 2010/5/24 luca bianconi <lc.bianconi at googlemail.com>:
>> Hola César,
>>
>> I guess you should give a look to the chapter "Creación/Migración de
>> librerías Nativas a Maven" on the bottom of the link I've written before.
>>
>> Maybe the CMakeLists.txt is not set alright.
>>
>> I've compiled yesterday on my Lucid Lynx those libraries. I'm not sure I
>> remember this error. I will try doing it again and I'll make you know.
>>
>> Ciao,
>> Luca
>>
>>
>> 2010/5/24 César Martínez Izquierdo <cesar.izq at gmail.com>
>>>
>>> Hi Luca,
>>>
>>> 2010/5/24 luca bianconi <lc.bianconi at googlemail.com>:
>>> > Hi César,
>>> >
>>> > thanks a lot for your reply.
>>> >
>>> > It's very important for me knowing that someone else is testing the 2.0
>>> > on
>>> > the last Ubuntu, as far as it has been just released and I guess not a
>>> > lot
>>> > of people is using it for developing, much more if I think I'm a
>>> > beginner in
>>> > gvSIG development and probably I'm lacking a lot of knowledge about it.
>>> >
>>> > I'm also happy that I've gone "through the right path" compiling it
>>> > skipping
>>> > the tests and it seems to work actually, aven if I've got some "USER
>>> > ERROR"
>>> > with the plugin creation wizard and I can't fix them.
>>> >
>>> > By the way: I've got an error when I try to open the Help window, from
>>> > the
>>> > Help menu in the menu bar, and it does not open.
>>> > Is that the same for you?
>>>
>>> Yes, it is the same for me.
>>> Note that 2.0 version is almost a full re-design of the data access
>>> libraries in gvSIG, which provides a simplified an more flexible API,
>>> but it is quite new and it could be considered as alpha quality code
>>> (specially at the application-level, because for the moment most
>>> effort has been done at the library level).
>>>
>>>
>>> >
>>> > About your problem I don't know exactly it but give a glance to this
>>> >
>>> > https://gvsig.org/web/projects/gvsig-desktop/docs/devel/gvsig-devel-guide/2.0.0/trabajar-con-el-nucleo-de-gvsig/gvsig-compilation/jni-compilation
>>>
>>> Yes, now I'm trying to compile libjni-gdal project, but I'm stuck with
>>> another error:
>>>
>>> generate:
>>>   [delete] Deleting:
>>>
>>> /home/cesar/workspaces/gvSIG-2.0/libjni-gdal/target/target_cmake/CMakeCache.txt
>>>     [exec] -- The C compiler identification is GNU
>>>     [exec] -- The CXX compiler identification is GNU
>>>     [exec] -- Check for working C compiler: /usr/bin/gcc
>>>     [exec] -- Check for working C compiler: /usr/bin/gcc -- works
>>>     [exec] -- Detecting C compiler ABI info
>>>     [exec] -- Detecting C compiler ABI info - done
>>>     [exec] -- Check for working CXX compiler: /usr/bin/c++
>>>     [exec] -- Check for working CXX compiler: /usr/bin/c++ -- works
>>>     [exec] -- Detecting CXX compiler ABI info
>>>     [exec] -- Detecting CXX compiler ABI info - done
>>>     [exec] CMake Error: The following variables are used in this
>>> project, but they are set to NOTFOUND.
>>>     [exec] Please set them or make sure they are set and tested
>>> correctly in the CMake files:
>>>     [exec] JAVA_INCLUDE_PATH (ADVANCED)
>>>     [exec]    used as include directory in directory
>>> /home/cesar/workspaces/gvSIG-2.0/libjni-gdal/src/main/native/jgdal
>>>     [exec] JAVA_INCLUDE_PATH2 (ADVANCED)
>>>     [exec]    used as include directory in directory
>>> /home/cesar/workspaces/gvSIG-2.0/libjni-gdal/src/main/native/jgdal
>>>     [exec]
>>>     [exec] -- Configuring incomplete, errors occurred!
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [ERROR] BUILD ERROR
>>>
>>> I'll report any progress.
>>>
>>> Regards,
>>>
>>> César
>>>
>>> > Ciao,
>>> > Luca
>>> >
>>> >
>>> > 2010/5/24 César Martínez Izquierdo <cesar.izq at gmail.com>
>>> >>
>>> >> Hello Luca,
>>> >>
>>> >> I've also compiled 2.0 in Ubuntu 10.04 and despite I got several
>>> >> errors (which I didn't record, sorry), I finally succeded.
>>> >> It's true that the process stalled for a while on the
>>> >> InterpolateClippingProcessTest, but at the end it finished executing.
>>> >>
>>> >> Anyway, what I can suggest is to compile again skipping Unit Tests, as
>>> >> that step seems to be a Unit Test.
>>> >>
>>> >> By the way, now I have a problem with native libraries. If I try to
>>> >> load a Tiff raster, I get the following error:
>>> >>
>>> >>
>>> >> ERROR [AWT-EventQueue-1] (NotificationManager.java:105) - Can´t load
>>> >> the layer: lceugr100_00.tif
>>> >> Can´t load the layer: lceugr100_00.tif
>>> >>        at
>>> >>
>>> >> org.gvsig.fmap.mapcontext.layers.LayerFactory.createLayer(LayerFactory.java:144)
>>> >>        at
>>> >>
>>> >> org.gvsig.fmap.dal.serverexplorer.filesystem.swing.FilesystemExplorerAddLayerWizardPanel.execute(FilesystemExplorerAddLayerWizardPanel.java:115)
>>> >>        at
>>> >>
>>> >> org.gvsig.app.extension.AddLayer.loadGenericWizardPanelLayers(AddLayer.java:224)
>>> >>        at org.gvsig.app.extension.AddLayer.addLayers(AddLayer.java:241)
>>> >>        at org.gvsig.app.extension.AddLayer.execute(AddLayer.java:170)
>>> >>        at
>>> >>
>>> >> org.gvsig.andami.plugins.ExtensionDecorator.execute(ExtensionDecorator.java:89)
>>> >>        at
>>> >>
>>> >> org.gvsig.andami.ui.mdiFrame.MDIFrame.actionPerformed(MDIFrame.java:673)
>>> >>        at
>>> >>
>>> >> javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
>>> >>        at
>>> >>
>>> >> javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
>>> >>        at
>>> >>
>>> >> javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
>>> >>        at
>>> >> javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
>>> >>        at
>>> >>
>>> >> javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
>>> >>        at
>>> >>
>>> >> java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
>>> >>        at
>>> >>
>>> >> java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
>>> >>        at java.awt.Component.processMouseEvent(Component.java:5517)
>>> >>        at
>>> >> javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
>>> >>        at java.awt.Component.processEvent(Component.java:5282)
>>> >>        at java.awt.Container.processEvent(Container.java:1966)
>>> >>        at java.awt.Component.dispatchEventImpl(Component.java:3984)
>>> >>        at java.awt.Container.dispatchEventImpl(Container.java:2024)
>>> >>        at java.awt.Component.dispatchEvent(Component.java:3819)
>>> >>        at
>>> >> java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
>>> >>        at
>>> >> java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
>>> >>        at
>>> >> java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
>>> >>        at java.awt.Container.dispatchEventImpl(Container.java:2010)
>>> >>        at java.awt.Window.dispatchEventImpl(Window.java:1791)
>>> >>        at java.awt.Component.dispatchEvent(Component.java:3819)
>>> >>        at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
>>> >>        at
>>> >>
>>> >> org.gvsig.andami.ui.AndamiEventQueue.dispatchEvent(AndamiEventQueue.java:59)
>>> >>        at
>>> >>
>>> >> java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
>>> >>        at
>>> >>
>>> >> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
>>> >>        at
>>> >> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
>>> >>        at
>>> >> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
>>> >>        at
>>> >> java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
>>> >> Caused by: Can´t load the layer: lceugr100_00.tif
>>> >>        at
>>> >>
>>> >> org.gvsig.fmap.mapcontext.layers.LayerFactory.createLayer(LayerFactory.java:192)
>>> >>        at
>>> >>
>>> >> org.gvsig.fmap.mapcontext.layers.LayerFactory.createLayer(LayerFactory.java:142)
>>> >>        ... 33 more
>>> >> Caused by: Can´t load the layer: Formato no valido
>>> >>        at
>>> >> org.gvsig.fmap.raster.layers.FLyrRasterSE.load(FLyrRasterSE.java:333)
>>> >>        at
>>> >>
>>> >> org.gvsig.fmap.raster.layers.FLyrRasterSE.setDataStore(FLyrRasterSE.java:2105)
>>> >>        at
>>> >>
>>> >> org.gvsig.fmap.mapcontext.layers.LayerFactory.createLayer(LayerFactory.java:174)
>>> >>        ... 34 more
>>> >> Caused by: org.gvsig.raster.dataset.NotSupportedExtensionException:
>>> >> Error opening this image with class
>>> >> org.gvsig.fmap.dal.coverage.dataset.io.GdalDriver
>>> >>        at
>>> >> org.gvsig.raster.dataset.RasterDataset.open(RasterDataset.java:176)
>>> >>        at
>>> >>
>>> >> org.gvsig.raster.dataset.MultiRasterDataset.open(MultiRasterDataset.java:123)
>>> >>        at
>>> >> org.gvsig.fmap.raster.layers.FLyrRasterSE.load(FLyrRasterSE.java:329)
>>> >>        ... 36 more
>>> >> Caused by: java.lang.reflect.InvocationTargetException
>>> >>        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
>>> >> Method)
>>> >>        at
>>> >>
>>> >> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>>> >>        at
>>> >>
>>> >> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>>> >>        at
>>> >> java.lang.reflect.Constructor.newInstance(Constructor.java:494)
>>> >>        at
>>> >> org.gvsig.raster.dataset.RasterDataset.open(RasterDataset.java:164)
>>> >>        ... 38 more
>>> >> Caused by: java.lang.UnsatisfiedLinkError:
>>> >> /home/cesar/.depman/lib/libjgdal2.0.1.so: libgdal1.5.0.so.1: cannot
>>> >> open shared object file: No such file or directory
>>> >>        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
>>> >>        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
>>> >>        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
>>> >>        at java.lang.Runtime.loadLibrary0(Runtime.java:822)
>>> >>        at java.lang.System.loadLibrary(System.java:993)
>>> >>        at es.gva.cit.jgdal.JNIBase.<clinit>(JNIBase.java:117)
>>> >>        at
>>> >>
>>> >> org.gvsig.fmap.dal.coverage.dataset.io.GdalDriver.<init>(GdalDriver.java:144)
>>> >>        ... 43 more
>>> >>
>>> >> I guess this means that libjgdal2.0.1 requires gdal 1.5, but I only
>>> >> have 1.6 and 1.7 installed on my system.
>>> >> How can I solve this problem? Do I need to compile libjgdal by myself?
>>> >> Any hints on this process?
>>> >>
>>> >> Best regards,
>>> >>
>>> >> César
>>> >>
>>> >> 2010/5/23 luca bianconi <lc.bianconi at googlemail.com>:
>>> >> > Hi all,
>>> >> >
>>> >> > just a quick update maybe useful for everybody.
>>> >> >
>>> >> > I've compiled without any problem the suggested [1] version of gvSIG
>>> >> > 2.0
>>> >> > on
>>> >> > a Ubuntu 9.10 machine (x86) according to the approach referenced
>>> >> > within
>>> >> > the
>>> >> > official documentation [2][1].
>>> >> >
>>> >> > I've done exactly the same thing with my Ubuntu 10.04 machine ( x86 )
>>> >> > and
>>> >> > I've got this "error" in compilation I can't fix neither understand.
>>> >> > The step I've got it is always the 11th in the document related to
>>> >> > the
>>> >> > building of gvSIG's workspace [1].
>>> >> >
>>> >> > The problem is that the compiling process never ends and Eclipse's
>>> >> > console
>>> >> > stays on that step apparently working but actually doing nothing (
>>> >> > I've
>>> >> > left
>>> >> > it 3 hours in this state without having any result ! It never goes
>>> >> > on.
>>> >> > ).
>>> >> >
>>> >> > That's the log:
>>> >> >
>>> >> > [artifact:mvn]
>>> >> > -------------------------------------------------------
>>> >> > [artifact:mvn]  T E S T S
>>> >> > [artifact:mvn]
>>> >> > -------------------------------------------------------
>>> >> > [artifact:mvn] Running
>>> >> > org.gvsig.rastertools.memorydrivertest.TestMemoryDriverWizard
>>> >> > [artifact:mvn] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time
>>> >> > elapsed: 0.17 sec
>>> >> > [artifact:mvn] Running
>>> >> > org.gvsig.rastertools.clipping.InterpolateClippingProcessTest
>>> >> > [artifact:mvn] 11:24:03,338 INFO
>>> >> > [impl.DefaultServiceLoader.postJDK16Load()]
>>> >> > [artifact:mvn]   Using the java.util.ServiceLoader to load the
>>> >> > interface
>>> >> > org.gvsig.tools.library.Library implementations
>>> >> > [artifact:mvn] 11:24:03,753 INFO
>>> >> > [library.AbstractLibrariesInitializer.logLibraries()]
>>> >> > [artifact:mvn]   Found 39 libraries:
>>> >> > [artifact:mvn]     org.cresques.ProjectionLibrary
>>> >> > [artifact:mvn]     org.gvsig.tools.ToolsLibrary
>>> >> > [artifact:mvn]
>>> >> > org.gvsig.tools.persistence.xml.XMLPersistenceLibrary
>>> >> > [artifact:mvn]     org.gvsig.raster.RasterLibrary
>>> >> > [artifact:mvn]     org.cresques.impl.CresquesCtsLibrary
>>> >> > [artifact:mvn]
>>> >> > org.gvsig.fmap.dal.coverage.dataset.io.DefaultRasterIOLibrary
>>> >> > [artifact:mvn]     org.gvsig.fmap.dal.store.raster.RasterStoreLibrary
>>> >> > [artifact:mvn]     org.gvsig.fmap.dal.DALLibrary
>>> >> > [artifact:mvn]     org.gvsig.fmap.dal.store.memory.MemoryStoreLibrary
>>> >> > [artifact:mvn]     org.gvsig.metadata.MDLibrary
>>> >> > [artifact:mvn]     org.gvsig.fmap.geom.GeometryLibrary
>>> >> > [artifact:mvn]     org.gvsig.fmap.dal.DALFileLibrary
>>> >> > [artifact:mvn]     org.gvsig.fmap.mapcontext.MapContextLibrary
>>> >> > [artifact:mvn]
>>> >> > org.gvsig.fmap.mapcontext.impl.MapContextImplLibrary
>>> >> > [artifact:mvn]     org.gvsig.compat.CompatLibrary
>>> >> > [artifact:mvn]
>>> >> > org.gvsig.fmap.geom.operation.impl.DefaultGeometryOperationLibrary
>>> >> > [artifact:mvn]     org.gvsig.symbology.SymbologyLibrary
>>> >> > [artifact:mvn]     org.gvsig.tools.IverUtilesLibrary
>>> >> > [artifact:mvn]
>>> >> > org.gvsig.fmap.geom.operation.MapContextGeomOperationsLibrary
>>> >> > [artifact:mvn]     org.gvsig.tools.evaluator.sqljep.SQLJEPLibrary
>>> >> > [artifact:mvn]     org.gvsig.fmap.dal.impl.DALDefaultImplLibrary
>>> >> > [artifact:mvn]     org.gvsig.fmap.mapcontrol.MapControlLibrary
>>> >> > [artifact:mvn]
>>> >> > org.gvsig.fmap.mapcontrol.impl.DefaultMapControlLibrary
>>> >> > [artifact:mvn]     org.gvsig.app.ApplicationLibrary
>>> >> > [artifact:mvn]     org.gvsig.app.imp.AppgvSIGDefaultImplLibrary
>>> >> > [artifact:mvn]
>>> >> > org.gvsig.fmap.dal.index.spatial.gt2.Gt2IndexLibrary
>>> >> > [artifact:mvn]
>>> >> > org.gvsig.fmap.dal.index.spatial.jts.JTSIndexLibrary
>>> >> > [artifact:mvn]
>>> >> > org.gvsig.fmap.dal.index.spatial.jsi.JSIIndexLibrary
>>> >> > [artifact:mvn]     org.gvsig.fmap.dal.store.dbf.DBFLibrary
>>> >> > [artifact:mvn]     org.gvsig.fmap.dal.store.dxf.DXFLibrary
>>> >> > [artifact:mvn]
>>> >> > org.gvsig.fmap.dal.store.dxf.legend.DXFLegendLibrary
>>> >> > [artifact:mvn]     org.gvsig.fmap.dal.store.dgn.DGNLibrary
>>> >> > [artifact:mvn]
>>> >> > org.gvsig.fmap.dal.store.dgn.legend.DGNLegendLibrary
>>> >> > [artifact:mvn]     org.gvsig.fmap.dal.store.shp.SHPLibrary
>>> >> > [artifact:mvn]
>>> >> > org.gvsig.symbology.impl.SymbologyDefaultImplLibrary
>>> >> > [artifact:mvn]     org.gvsig.fmap.geom.impl.DefaultGeometryLibrary
>>> >> > [artifact:mvn]     org.gvsig.metadata.simple.SimpleMDLibrary
>>> >> > [artifact:mvn]     org.gvsig.compat.se.SECompatLibrary
>>> >> > [artifact:mvn]     org.gvsig.fmap.raster.FmapRasterLibrary
>>> >> > [artifact:mvn] 11:24:03,754 INFO
>>> >> > [cresques.ProjectionLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.cresques.ProjectionLibrary'.
>>> >> > [artifact:mvn] 11:24:03,754 INFO  [tools.ToolsLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library 'org.gvsig.tools.ToolsLibrary'.
>>> >> > [artifact:mvn] 11:24:03,789 INFO
>>> >> > [xml.XMLPersistenceLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.tools.persistence.xml.XMLPersistenceLibrary'.
>>> >> > [artifact:mvn] 11:24:03,825 INFO  [raster.RasterLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.raster.RasterLibrary'.
>>> >> > [artifact:mvn] 11:24:03,827 INFO
>>> >> > [impl.CresquesCtsLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.cresques.impl.CresquesCtsLibrary'.
>>> >> > [artifact:mvn] SPHEROID["WGS84", 6378137.0, 298.257223563]
>>> >> > [artifact:mvn] 11:24:04,647 INFO
>>> >> > [io.DefaultRasterIOLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.fmap.dal.coverage.dataset.io.DefaultRasterIOLibrary'.
>>> >> > [artifact:mvn] 11:24:04,650 INFO
>>> >> > [raster.RasterStoreLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.fmap.dal.store.raster.RasterStoreLibrary'.
>>> >> > [artifact:mvn] 11:24:04,650 INFO  [dal.DALLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.fmap.dal.DALLibrary'.
>>> >> > [artifact:mvn] 11:24:04,651 INFO
>>> >> > [memory.MemoryStoreLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.fmap.dal.store.memory.MemoryStoreLibrary'.
>>> >> > [artifact:mvn] 11:24:04,651 INFO  [metadata.MDLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library 'org.gvsig.metadata.MDLibrary'.
>>> >> > [artifact:mvn] 11:24:04,653 INFO  [geom.GeometryLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.fmap.geom.GeometryLibrary'.
>>> >> > [artifact:mvn] 11:24:04,654 INFO  [dal.DALFileLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.fmap.dal.DALFileLibrary'.
>>> >> > [artifact:mvn] 11:24:04,654 INFO
>>> >> > [mapcontext.MapContextLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.fmap.mapcontext.MapContextLibrary'.
>>> >> > [artifact:mvn] 11:24:04,737 INFO
>>> >> > [impl.MapContextImplLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.fmap.mapcontext.impl.MapContextImplLibrary'.
>>> >> > [artifact:mvn] 11:24:04,761 INFO  [compat.CompatLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.compat.CompatLibrary'.
>>> >> > [artifact:mvn] 11:24:04,762 INFO
>>> >> > [impl.DefaultGeometryOperationLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.fmap.geom.operation.impl.DefaultGeometryOperationLibrary'.
>>> >> > [artifact:mvn] 11:24:04,762 INFO
>>> >> > [symbology.SymbologyLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.symbology.SymbologyLibrary'.
>>> >> > [artifact:mvn] 11:24:04,763 INFO
>>> >> > [tools.IverUtilesLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.tools.IverUtilesLibrary'.
>>> >> > [artifact:mvn] 11:24:04,763 INFO
>>> >> > [operation.MapContextGeomOperationsLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.fmap.geom.operation.MapContextGeomOperationsLibrary'.
>>> >> > [artifact:mvn] 11:24:04,764 INFO  [sqljep.SQLJEPLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.tools.evaluator.sqljep.SQLJEPLibrary'.
>>> >> > [artifact:mvn] 11:24:04,765 INFO
>>> >> > [impl.DALDefaultImplLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.fmap.dal.impl.DALDefaultImplLibrary'.
>>> >> > [artifact:mvn] 11:24:04,860 INFO
>>> >> > [mapcontrol.MapControlLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.fmap.mapcontrol.MapControlLibrary'.
>>> >> > [artifact:mvn] 11:24:04,900 INFO
>>> >> > [impl.DefaultMapControlLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.fmap.mapcontrol.impl.DefaultMapControlLibrary'.
>>> >> > [artifact:mvn] 11:24:04,953 INFO
>>> >> > [app.ApplicationLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.app.ApplicationLibrary'.
>>> >> > [artifact:mvn] 11:24:04,954 INFO
>>> >> > [imp.AppgvSIGDefaultImplLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.app.imp.AppgvSIGDefaultImplLibrary'.
>>> >> > [artifact:mvn] 11:24:04,956 INFO  [gt2.Gt2IndexLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.fmap.dal.index.spatial.gt2.Gt2IndexLibrary'.
>>> >> > [artifact:mvn] 11:24:04,959 INFO  [jts.JTSIndexLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.fmap.dal.index.spatial.jts.JTSIndexLibrary'.
>>> >> > [artifact:mvn] 11:24:04,959 INFO  [jsi.JSIIndexLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.fmap.dal.index.spatial.jsi.JSIIndexLibrary'.
>>> >> > [artifact:mvn] 11:24:04,960 INFO  [dbf.DBFLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.fmap.dal.store.dbf.DBFLibrary'.
>>> >> > [artifact:mvn] 11:24:04,961 INFO  [dxf.DXFLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.fmap.dal.store.dxf.DXFLibrary'.
>>> >> > [artifact:mvn] 11:24:04,961 INFO
>>> >> > [legend.DXFLegendLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.fmap.dal.store.dxf.legend.DXFLegendLibrary'.
>>> >> > [artifact:mvn] 11:24:04,969 INFO  [dgn.DGNLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.fmap.dal.store.dgn.DGNLibrary'.
>>> >> > [artifact:mvn] 11:24:04,969 INFO
>>> >> > [legend.DGNLegendLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.fmap.dal.store.dgn.legend.DGNLegendLibrary'.
>>> >> > [artifact:mvn] 11:24:04,970 INFO  [shp.SHPLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.fmap.dal.store.shp.SHPLibrary'.
>>> >> > [artifact:mvn] 11:24:04,970 INFO
>>> >> > [impl.SymbologyDefaultImplLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.symbology.impl.SymbologyDefaultImplLibrary'.
>>> >> > [artifact:mvn] 11:24:04,971 INFO
>>> >> > [impl.DefaultGeometryLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.fmap.geom.impl.DefaultGeometryLibrary'.
>>> >> > [artifact:mvn] 11:24:04,977 INFO
>>> >> > [simple.SimpleMDLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.metadata.simple.SimpleMDLibrary'.
>>> >> > [artifact:mvn] 11:24:04,979 INFO  [se.SECompatLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.compat.se.SECompatLibrary'.
>>> >> > [artifact:mvn] 11:24:04,989 INFO
>>> >> > [raster.FmapRasterLibrary.initialize()]
>>> >> > [artifact:mvn]   Initializing library
>>> >> > 'org.gvsig.fmap.raster.FmapRasterLibrary'.
>>> >> > [artifact:mvn] 11:24:04,992 INFO
>>> >> > [cresques.ProjectionLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.cresques.ProjectionLibrary'.
>>> >> > [artifact:mvn] 11:24:05,024 INFO
>>> >> > [tools.ToolsLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.tools.ToolsLibrary'.
>>> >> > [artifact:mvn] 11:24:05,025 INFO
>>> >> > [xml.XMLPersistenceLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.tools.persistence.xml.XMLPersistenceLibrary'.
>>> >> > [artifact:mvn] 11:24:05,025 INFO
>>> >> > [raster.RasterLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.raster.RasterLibrary'.
>>> >> > [artifact:mvn] 11:24:05,087 INFO
>>> >> > [impl.CresquesCtsLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.cresques.impl.CresquesCtsLibrary'.
>>> >> > [artifact:mvn] 11:24:05,088 INFO
>>> >> > [io.DefaultRasterIOLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.fmap.dal.coverage.dataset.io.DefaultRasterIOLibrary'.
>>> >> > [artifact:mvn] 11:24:05,154 INFO
>>> >> > [raster.RasterStoreLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.fmap.dal.store.raster.RasterStoreLibrary'.
>>> >> > [artifact:mvn] 11:24:05,154 INFO
>>> >> > [dal.DALFileLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.fmap.dal.DALFileLibrary'.
>>> >> > [artifact:mvn] 11:24:05,157 INFO  [dal.DALLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.fmap.dal.DALLibrary'.
>>> >> > [artifact:mvn] 11:24:05,207 INFO
>>> >> > [memory.MemoryStoreLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.fmap.dal.store.memory.MemoryStoreLibrary'.
>>> >> > [artifact:mvn] 11:24:05,221 INFO
>>> >> > [metadata.MDLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.metadata.MDLibrary'.
>>> >> > [artifact:mvn] 11:24:05,225 INFO
>>> >> > [geom.GeometryLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.fmap.geom.GeometryLibrary'.
>>> >> > [artifact:mvn] 11:24:05,225 INFO
>>> >> > [mapcontext.MapContextLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.fmap.mapcontext.MapContextLibrary'.
>>> >> > [artifact:mvn] 11:24:05,326 INFO
>>> >> > [impl.MapContextImplLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.fmap.mapcontext.impl.MapContextImplLibrary'.
>>> >> > [artifact:mvn] 11:24:05,326 INFO
>>> >> > [compat.CompatLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.compat.CompatLibrary'.
>>> >> > [artifact:mvn] 11:24:05,327 INFO
>>> >> > [impl.DefaultGeometryOperationLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.fmap.geom.operation.impl.DefaultGeometryOperationLibrary'.
>>> >> > [artifact:mvn] 11:24:05,328 INFO
>>> >> > [impl.DefaultGeometryLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.fmap.geom.impl.DefaultGeometryLibrary'.
>>> >> > [artifact:mvn] 11:24:05,552 INFO
>>> >> > [symbology.SymbologyLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.symbology.SymbologyLibrary'.
>>> >> > [artifact:mvn] 11:24:05,554 INFO
>>> >> > [tools.IverUtilesLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.tools.IverUtilesLibrary'.
>>> >> > [artifact:mvn] 11:24:05,555 INFO
>>> >> > [operation.MapContextGeomOperationsLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.fmap.geom.operation.MapContextGeomOperationsLibrary'.
>>> >> > [artifact:mvn] 11:24:05,559 INFO
>>> >> > [sqljep.SQLJEPLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.tools.evaluator.sqljep.SQLJEPLibrary'.
>>> >> > [artifact:mvn] 11:24:05,742 INFO
>>> >> > [impl.DALDefaultImplLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.fmap.dal.impl.DALDefaultImplLibrary'.
>>> >> > [artifact:mvn] 11:24:05,871 INFO
>>> >> > [mapcontrol.MapControlLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.fmap.mapcontrol.MapControlLibrary'.
>>> >> > [artifact:mvn] 11:24:05,871 INFO
>>> >> > [impl.DefaultMapControlLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.fmap.mapcontrol.impl.DefaultMapControlLibrary'.
>>> >> > [artifact:mvn] 11:24:06,006 INFO
>>> >> > [app.ApplicationLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.app.ApplicationLibrary'.
>>> >> > [artifact:mvn] 11:24:06,096 INFO
>>> >> > [imp.AppgvSIGDefaultImplLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.app.imp.AppgvSIGDefaultImplLibrary'.
>>> >> > [artifact:mvn] 11:24:06,097 INFO
>>> >> > [gt2.Gt2IndexLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.fmap.dal.index.spatial.gt2.Gt2IndexLibrary'.
>>> >> > [artifact:mvn] 11:24:06,108 INFO
>>> >> > [jts.JTSIndexLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.fmap.dal.index.spatial.jts.JTSIndexLibrary'.
>>> >> > [artifact:mvn] 11:24:06,110 INFO
>>> >> > [jsi.JSIIndexLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.fmap.dal.index.spatial.jsi.JSIIndexLibrary'.
>>> >> > [artifact:mvn] 11:24:06,115 INFO  [dbf.DBFLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.fmap.dal.store.dbf.DBFLibrary'.
>>> >> > [artifact:mvn] 11:24:06,526 INFO  [dxf.DXFLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.fmap.dal.store.dxf.DXFLibrary'.
>>> >> > [artifact:mvn] 11:24:06,555 INFO
>>> >> > [legend.DXFLegendLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.fmap.dal.store.dxf.legend.DXFLegendLibrary'.
>>> >> > [artifact:mvn] 11:24:06,561 INFO  [dgn.DGNLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.fmap.dal.store.dgn.DGNLibrary'.
>>> >> > [artifact:mvn] 11:24:06,567 INFO
>>> >> > [legend.DGNLegendLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.fmap.dal.store.dgn.legend.DGNLegendLibrary'.
>>> >> > [artifact:mvn] 11:24:06,571 INFO  [shp.SHPLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.fmap.dal.store.shp.SHPLibrary'.
>>> >> > [artifact:mvn] 11:24:06,578 INFO
>>> >> > [impl.SymbologyDefaultImplLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.symbology.impl.SymbologyDefaultImplLibrary'.
>>> >> > [artifact:mvn] 11:24:06,698 INFO
>>> >> > [simple.SimpleMDLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.metadata.simple.SimpleMDLibrary'.
>>> >> > [artifact:mvn] 11:24:06,699 INFO
>>> >> > [se.SECompatLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.compat.se.SECompatLibrary'.
>>> >> > [artifact:mvn] 11:24:06,701 INFO
>>> >> > [raster.FmapRasterLibrary.postInitialize()]
>>> >> > [artifact:mvn]   PostInitializing library
>>> >> > 'org.gvsig.fmap.raster.FmapRasterLibrary'.
>>> >> > [artifact:mvn] *************************************************
>>> >> > [artifact:mvn] *** InterpolateClippingProcessTest running... ***
>>> >> > [artifact:mvn] *************************************************
>>> >> >
>>> >> >
>>> >> > Anyone could help me ?
>>> >> >
>>> >> > Ciao,
>>> >> > Luca
>>> >> >
>>> >> >
>>> >> >
>>> >> > [1]
>>> >> >
>>> >> >
>>> >> > http://www.gvsig.org/web/projects/gvsig-desktop/docs/devel/gvsig-devel-guide/2.0.0/trabajar-con-el-nucleo-de-gvsig/gvsig-compilation/initial-configuration/howto-create-eclipse-workspace
>>> >> >
>>> >> > [2]
>>> >> >
>>> >> >
>>> >> > http://www.gvsig.org/web/projects/gvsig-desktop/docs/devel/gvsig-devel-guide/2.0.0/trabajar-con-el-nucleo-de-gvsig/gvsig-compilation/jni-compilation
>>> >> >
>>> >> > _______________________________________________
>>> >> > Gvsig_internacional mailing list
>>> >> > Gvsig_internacional at listserv.gva.es
>>> >> > http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional
>>> >> >
>>> >> >
>>> >>
>>> >>
>>> >>
>>> >> --
>>> >> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
>>> >>   César Martínez Izquierdo
>>> >>   GIS developer
>>> >>   -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -
>>> >>   ETC-LUSI: http://etc-lusi.eionet.europa.eu/
>>> >>   Universitat Autònoma de Barcelona (SPAIN)
>>> >> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
>>> >> _______________________________________________
>>> >> Gvsig_internacional mailing list
>>> >> Gvsig_internacional at listserv.gva.es
>>> >> http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional
>>> >
>>> >
>>> > _______________________________________________
>>> > Gvsig_internacional mailing list
>>> > Gvsig_internacional at listserv.gva.es
>>> > http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional
>>> >
>>> >
>>>
>>>
>>>
>>> --
>>> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
>>>   César Martínez Izquierdo
>>>   GIS developer
>>>   -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -
>>>   ETC-LUSI: http://etc-lusi.eionet.europa.eu/
>>>   Universitat Autònoma de Barcelona (SPAIN)
>>> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
>>> _______________________________________________
>>> Gvsig_internacional mailing list
>>> Gvsig_internacional at listserv.gva.es
>>> http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional
>>
>>
>> _______________________________________________
>> Gvsig_internacional mailing list
>> Gvsig_internacional at listserv.gva.es
>> http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional
>>
>>
>
>
>
> --
> Rafael Gaitán Linares
> Instituto de Automática e Informática Industrial  http://www.ai2.upv.es
> http://gvsig3d.blogspot.com
> Ciudad Politécnica de la Innovación
> Universidad Politécnica de Valencia
> _______________________________________________
> Gvsig_internacional mailing list
> Gvsig_internacional at listserv.gva.es
> http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional
>



-- 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   César Martínez Izquierdo
   GIS developer
   -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -
   ETC-LUSI: http://etc-lusi.eionet.europa.eu/
   Universitat Autònoma de Barcelona (SPAIN)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


More information about the Gvsig_internacional mailing list