]
Alexey Kazakov reassigned JBIDE-21771:
--------------------------------------
Assignee: Mickael Istria
Simplest java project is imported sometimes as JDT, sometimes not.
------------------------------------------------------------------
Key: JBIDE-21771
URL:
https://issues.jboss.org/browse/JBIDE-21771
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: easymport
Affects Versions: 4.3.1.CR1
Reporter: Radim Hopp
Assignee: Mickael Istria
Attachments: PlainJavaProject
Importing simplest java project (in attachment) gets sometimes imported as "Java,
JDT" and sometimes only as "Java". I am not able to provide exact steps to
reproduce, as it seems to do that randomly.
Looking at
http://git.eclipse.org/c/e4/org.eclipse.e4.ui.git/tree/bundles/org.eclips...,
project should be detected as JDT, in case ".classpath" is found in the project.
Couldn't be the issue the order of executing configurators? Like when Java
configurator is called first, it creates .classpath and then JDT configurator is called
and it sees the .classpath file. When the order is opposite, JDT is not configured,
because .classpath is not there yet?