Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] deploy

That is my bad (I guess?) ViewportModel.getBounds() returns a ReferrencedEnvelope (formally it returned an Envelope). Since ReferencedEnvelope extends JTS Envelope there should not be a problem; I am not sure why it is complaining .... can you cut and paste that line of your code?

The other things is confirmation - can you try doing svn up and making sure you are seeing the same ViewportModel.getBounds(): ReferencedEnvelope as me?

Jody
andrea antonello wrote:
Sending this again, since the list refused it to me.


________________________________________

Alright, I found a way to solve this, even if I'm not sure how odd it
is. I removed all the signature SHA1 entries in the manifest files
containing some and some eclipse.<security sounding extention> files
inside the META-INF folder.

Anyway, I am using the last shap Jesse put on the web and I have a
problem. All the modules of JGrass work, apart of the renderer. It
complains about:

java.lang.NoSuchMethodError:
net.refractions.udig.project.render.IViewportModel.getBounds()Lcom/vividsolutions/jts/geom/Envelope;
       at eu.hydrologis.jgrass.renderer.raster.RasterRenderer.render(RasterRenderer.java:71)
       at eu.hydrologis.jgrass.renderer.raster.RasterRenderer.render(RasterRenderer.java:274)
       at net.refractions.udig.project.internal.render.impl.RenderJob.startRendering(Unknown
Source)
       at net.refractions.udig.project.internal.render.impl.RenderJob.run(Unknown
Source)
       at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)


the plugin is there, so before I search for strange things I wanted to
ask if this changed in the last release? I don't believe that, but the
Jgrass plugins are not build on the last sdk, so...

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



Back to the top