-
Bug
-
Resolution: Done
-
Blocker
-
4.4.0.Alpha2
-
None
-
devex #114 May 2016
[INFO] org.jboss.tools.seam.ui ............................ FAILURE [ 1.079 s] [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.25.0:compile (default-compile) on project org.jboss.tools.seam.ui: Compilation failure: Compilation failure: [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-javaee/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views/DBTableFilterView.java:[71] [ERROR] filter = revEngDef.createTableFilter(); [ERROR] ^^^^^^^^^^^^^^^^^ [ERROR] The method createTableFilter(ConsoleConfiguration) in the type IReverseEngineeringDefinition is not applicable for the arguments () [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-javaee/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views/DBTableFilterView.java:[84] [ERROR] filter = revEngDef.createTableFilter(); [ERROR] ^^^^^^^^^^^^^^^^^ [ERROR] The method createTableFilter(ConsoleConfiguration) in the type IReverseEngineeringDefinition is not applicable for the arguments () [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-javaee/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views/DBTableFilterView.java:[96] [ERROR] filter = revEngDef.createTableFilter(); [ERROR] ^^^^^^^^^^^^^^^^^ [ERROR] The method createTableFilter(ConsoleConfiguration) in the type IReverseEngineeringDefinition is not applicable for the arguments () [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-javaee/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views/DBTableFilterView.java:[106] [ERROR] ITableFilter filter = revEngDef.createTableFilter(); [ERROR] ^^^^^^^^^^^^^^^^^ [ERROR] The method createTableFilter(ConsoleConfiguration) in the type IReverseEngineeringDefinition is not applicable for the arguments () [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-javaee/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamGenerateEntitiesTablesWizardPage.java:[56] [ERROR] model = new ReverseEngineeringDefinitionImpl(new IConsoleConfigurationNameProvider() { [ERROR] @Override [ERROR] public String getConsoleConfigurationName() { [ERROR] return cfgName; [ERROR] } [ERROR] }); [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The constructor ReverseEngineeringDefinitionImpl(new IConsoleConfigurationNameProvider(){}) is undefined [ERROR] 5 problems (5 errors)
- relates to
-
JBIDE-22311 Adopt Tycho 0.25 for JBT and downstream projects
- Closed