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

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

Back to the top