[jbosstools-issues] [JBoss JIRA] (JBIDE-24885) Tycho tests are not working properly

Andrej Podhradsky (JIRA) issues at jboss.org
Wed Aug 23 07:48:00 EDT 2017


     [ https://issues.jboss.org/browse/JBIDE-24885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrej Podhradsky updated JBIDE-24885:
--------------------------------------
    Description: 
The following dependency
{code}
<dependency>
    <type>eclipse-feature</type>
    <artifactId>org.eclipse.e4.rcp</artifactId>
    <version>0.0.0</version>
</dependency>
{code}
was removed in parent pom 4.5.1.AM1-SNAPSHOT and some tests stopped working due to some org.eclipse.jdt.core.issues. By adding the dependency the test work properly.

  was:
The following dependency
```
<dependency>
    <type>eclipse-feature</type>
    <artifactId>org.eclipse.e4.rcp</artifactId>
    <version>0.0.0</version>
</dependency>
```
was removed in parent pom 4.5.1.AM1-SNAPSHOT and some tests stopped working due to some org.eclipse.jdt.core.issues. By adding the dependency the test work properly.



> Tycho tests are not working properly
> ------------------------------------
>
>                 Key: JBIDE-24885
>                 URL: https://issues.jboss.org/browse/JBIDE-24885
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 4.5.1.AM1
>            Reporter: Andrej Podhradsky
>
> The following dependency
> {code}
> <dependency>
>     <type>eclipse-feature</type>
>     <artifactId>org.eclipse.e4.rcp</artifactId>
>     <version>0.0.0</version>
> </dependency>
> {code}
> was removed in parent pom 4.5.1.AM1-SNAPSHOT and some tests stopped working due to some org.eclipse.jdt.core.issues. By adding the dependency the test work properly.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list