Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Running a special Product/Application on JUnit

Hi Reiner,

try to change the following

<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
     <application>org.eclipse.ui.ide.workbench</application>
     <product>org.eclipse.platform.ide</product>
</configuration>

You can find more info at http://wiki.eclipse.org/Tycho/Reference_Card

Hope this helps!

Andrej.

----- Original Message -----
From: "Reiner Fäth" <darkphoenix20888@xxxxxxxxxxxxxx>
To: tycho-user@xxxxxxxxxxx
Sent: Monday, September 24, 2012 9:53:16 AM
Subject: [tycho-user] Running a special Product/Application on JUnit


Hello, 

I guess Tycho is testing JUnit via JUnit Plugin Tests. In standard Configuration (only the plugin with noc config) this works fine, but now I need to run my own product/application instead of the "org.ecluose.ui.ide.workbench". 
Is there any way to configure the tycho-surfire-plugin to run my application/product? 

THX in advance 

Reiner 

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


Back to the top