]
Mickael Istria updated JBIDE-19810:
-----------------------------------
Summary: easymport is slow and wrong compared to basic import (was: easymport is slow
and wrong compared to basic import since it lets mvn overrule .project)
easymport is slow and wrong compared to basic import
----------------------------------------------------
Key: JBIDE-19810
URL:
https://issues.jboss.org/browse/JBIDE-19810
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: easymport
Reporter: Max Rydahl Andersen
Priority: Critical
Fix For: 4.3.0.Beta2
when using
git://git.eclipse.org/gitroot/mylyn/org.eclipse.mylyn.docs.git it already has
tons of projects with .project in it but also pom.xml. Resulting in slow and eventually
wrong imported projects.
This import is *really* slow with easyimport vs just using plain file import.
Shouldn't easyimport honor existing .project files over presence of a pom.xml (or
anything else) ?
If not could we allow users to disable certain configurators for an import or even
reorder priority so mvn wont win ?