ome / omero-blitz

Gradle project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
0 stars 15 forks source link

Slice2html #49

Closed rgozim closed 5 years ago

jburel commented 5 years ago

Attempting to build locally after building the various corresponding PRs (omero-dsl-plugin etc.)

BlitzIcePythonPlugin.groovy: 68: [Static type checking] - Cannot find matching method org.openmicroscopy.dsl.DslPluginBase#makeDslTaskName(java.lang.String, java.lang.String). Please check if the declared type is correct and if the method exists.
 @ line 68, column 21.
                       DslPluginBase.makeDslTaskName("objectFactoryRegistrar", blitz.database.get())
                       ^

/Users/jmarie/Documents/git-repo/omero-build/omero-blitz/buildSrc/src/main/groovy/org/openmicroscopy/BlitzIcePythonPlugin.groovy: 48: [Static type checking] - Cannot find matching method org.openmicroscopy.dsl.extensions.SingleFileConfig#setOutputFile(org.gradle.api.provider.Provider <java.io.File>). Please check if the declared type is correct and if the method exists.
 @ line 48, column 17.
                   singleFileConfig.setOutputFile(ice.pythonOutputDir.map { Directory dir ->
                   ^

/Users/jmarie/Documents/git-repo/omero-build/omero-blitz/buildSrc/src/main/groovy/org/openmicroscopy/BlitzIcePythonPlugin.groovy: 58: [Static type checking] - Cannot find matching method org.openmicroscopy.api.extensions.SplitExtension#setOutputDir(org.gradle.api.provider.Provider <java.io.File>). Please check if the declared type is correct and if the method exists.
 @ line 58, column 17.
                   splitExtension.setOutputDir(ice.pythonOutputDir.map { Directory dir ->
jburel commented 5 years ago

All those changes are not required for generating the html page from the slice files The various related PRs have many commits not related to the task and more importantly they prevent the omero server to start.

Replaced by #50