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

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



Back to the top