Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Encountering "Setup diagnostics" on tycho plugin test shutdown

You need to assume Tycho recreates test eclipse runtime on each build.

Scala ide developers should know how scala ide persists its settings and
whether the settings can be controlled externally. Tycho has no control
over this.

--
Regards,
Igor

On 2014-05-09, 9:58, Steinar Bang wrote:
Igor Fedorenko <igor@xxxxxxxxxxxxxx>:

You probably want to contact scala developers about this, they wrote the
code and should be able to tell if there is a way to suppress those dialogs.

"Scala IDE" eclipse plugin developers actually, and I have asked the
question on their mailing list.

But they might not know the behaviour of the tycho plugin test projects,
so that's why I asked here as well.  E.g. are the settings of the osgi
process running the test persisted? Or are the osgi platforms created
from scratch for each run?

I suspect the former, since clicking OK once on the settings dialogs was
enough to remove this dialog from the regular eclipse, but for the JUnit
plugin test project they seem to be asked each time the plugin test is
run...?

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top