[
https://issues.jboss.org/browse/JBIDE-20070?page=com.atlassian.jira.plugi...
]
Mickael Istria commented on JBIDE-20070:
----------------------------------------
It's normal that tests or plugins list Java, because they are Java projects (that will
enable JDT), whereas features are not.
In the org.jboss.reddeer.workbench.test bundle, you may want/need to add resources/ to the
bin.includes entry of the build.properties. With that, it won't dig into it to detect
Java files.
For the root project, we can indeed improve it.
Fix minor issues in RedDeer import
----------------------------------
Key: JBIDE-20070
URL:
https://issues.jboss.org/browse/JBIDE-20070
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: easymport
Affects Versions: 4.3.0.Beta1
Reporter: Lucia Jelinkova
Priority: Minor
When I try to import the whole RedDeer project (cloned from
https://github.com/jboss-reddeer/reddeer.git) I can see that some folders have listed
"Maven, Java" and some only "Maven" even though the directory
structure seems the same to me (e.g. directory "plugins" and directory
"features" contain only one pom file and set of other folders, but one has
"Java" listed and one does not).
List of minor issues:
- the root folder (reddeer) has listed Maven, Eclipse project - I think the Eclipse
project should not be there
- features has listed "Maven" but plugins and tests have "Maven,
Java"
- all plugins in tests folder are correctly recognized as OSGI bundles except for the
org.jboss.reddeer.workbench.test that has also "Java" nature
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)