[
https://issues.jboss.org/browse/JBIDE-18748?page=com.atlassian.jira.plugi...
]
Denis Golovin commented on JBIDE-18748:
---------------------------------------
hibernate has build problems:
{code}[ERROR] Failed to execute goal
org.eclipse.tycho:tycho-compiler-plugin:0.21.0:compile (default-compile) on project
org.hibernate.eclipse: Compilation failure: Compilation failure:
[ERROR]
/home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbosstools-hibernate/plugins/org.hibernate.eclipse/src/org/hibernate/console/FakeDelegatingDriver.java:[58]
[ERROR] return Logger.getGlobal();
[ERROR] ^^^^^^^^^
[ERROR] The method getGlobal() is undefined for the type Logger
[ERROR]
/home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbosstools-hibernate/plugins/org.hibernate.eclipse/src/org/hibernate/console/QueryPageModel.java:[37]
[ERROR] public class QueryPageModel extends AbstractListModel<QueryPage> {
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The type AbstractListModel is not generic; it cannot be parameterized with
arguments <QueryPage>
[ERROR]
/home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbosstools-hibernate/plugins/org.hibernate.eclipse/src/org/hibernate/console/QueryPageModel.java:[69]
[ERROR] fireIntervalAdded(this, 0, pages.size() );
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method fireIntervalAdded(QueryPageModel, int, int) is undefined for the type
QueryPageModel
[ERROR]
/home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbosstools-hibernate/plugins/org.hibernate.eclipse/src/org/hibernate/console/QueryPageModel.java:[81]
[ERROR] fireIntervalRemoved(pages, i, i);
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] The method fireIntervalRemoved(List<QueryPage>, int, int) is undefined for
the type QueryPageModel
[ERROR]
/home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbosstools-hibernate/plugins/org.hibernate.eclipse/src/org/hibernate/console/QueryPageModel.java:[97]
[ERROR] fireContentsChanged(pages, index, index);
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] The method fireContentsChanged(List<QueryPage>, int, int) is undefined for
the type QueryPageModel
[ERROR]
/home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbosstools-hibernate/plugins/org.hibernate.eclipse/src/org/hibernate/console/QueryPageModel.java:[111]
[ERROR] fireContentsChanged(pages, 0, getSize() );
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] The method fireContentsChanged(List<QueryPage>, int, int) is undefined for
the type QueryPageModel
[ERROR] 6 problems (6 errors)
{code}
Create and use an Eclipse Mars M3 target-platform
-------------------------------------------------
Key: JBIDE-18748
URL:
https://issues.jboss.org/browse/JBIDE-18748
Project: Tools (JBoss Tools)
Issue Type: Task
Components: build, discovery, target-platform
Affects Versions: 4.3.0.Alpha1
Reporter: Mickael Istria
Assignee: Mickael Istria
Priority: Blocker
Fix For: 4.3.0.Alpha1
Eclipse Mars M3 is already there. We should adopt it ASAP in order to be able to make
tests and contribute early enough.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)