Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] uDig 1.3.0 Released

Cool.

I just fixed those on trunk a couple days ago; so I expect you have the wrong jars:

1. When you switched to 1.3.0 tag; did you also update the net.refractions.udig.libs ?
2. It should be using GeoTools 8.0-M4
3. That should fix your compile error

-- 
Jody Garnett

On Thursday, 15 December 2011 at 12:49 AM, Viatcheslav.Sysoltsev@xxxxxxxxxxx wrote:

Hi people,

is there a chance to see 1.3.0 SDK on downloads page soon
That depends would you like to help make one? The procedure is in the
wiki and I would be happy to answer questions.

I successfully built and run HEAD from git, but then noticed I need
actually 1.3.0 release, switched to release/1.3.0 tag, reget the
net.refractions.udig.libs libraries, and seems to stuck with compile
errors in net.refractions.udig.tool.info.tests:

/net.refractions.udig.tool.info.tests/src/net/refractions/udig/tool/info/tests
WMSBasicTest.java:148: The constructor GetFeatureInfoResponse(String,
ByteArrayInputStream) is undefined

/net.refractions.udig.tool.info.tests/src/net/refractions/udig/tool/info/tests
WMSBasicTest.java:155: The constructor GetFeatureInfoResponse(String,
ByteArrayInputStream) is undefined

/net.refractions.udig.tool.info.tests/src/net/refractions/udig/tool/info/tests
WMSLayer.java:139: The return type is incompatible with ILayer.getSchema()

/net.refractions.udig.tool.info.tests/src/net/refractions/udig/tool/info/tests
WMSLayer.java:154: The return type is incompatible with
ILayer.getStyleBlackboard()

/net.refractions.udig.tool.info.tests/src/net/refractions/udig/tool/info/tests
TestViewportModel.java:67: The return type is incompatible with
ViewportModel.getBounds()

Seems like API incompatibility with gt-opengis-8.0-M4.jar?
Btw the latter exists both in net.refractions.udig.libs and in
eu.udig.libs.teradata plugin - intentionally? I had to run refresh.xml in
eu.udig.libs.teradata for gtlib/gt-jdbc-teradata-8.0-M4.jar, because it is
referenced in classpath.

Any ideas how to fix / what's wrong?

-- Slava

_______________________________________________
User-friendly Desktop Internet GIS (uDig)


Back to the top