Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Can't open a simple view

I've added additional dependencies through the following markup to avoid this kind of issue.
Any other idea?

                 <dependency-resolution>
                        <extraRequirements>
                            <requirement>
                                <type>p2-installable-unit</type>
                                <id>org.eclipse.sdk.ide</id>
                            </requirement>
                        </extraRequirements>


On 15-11-02 05:16 PM, Jeff MAURY wrote:
The list of dependencies / plugins that is attached to your test is computed from your test manifest so it i likely that you may have not the same set of plugins when you run from IDE and when you run from Tycho.

Regards
Jeff

On Mon, Nov 2, 2015 at 10:21 PM, Pascal Rapicault <pascal@xxxxxxxxxxxxx> wrote:
Hi,

I have a simple test code that opens a view. When I run the test from within the IDE, everything works fine.
When I run the same test with Tycho, the test fails saying that the workbench is in an abnormal state.
I'm attaching a simple project showing the problem.

Does that ring a bell?

Thanks,

Pascal



_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user



--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top