Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Programatically install org.eclipse.tycho.surefire.osgibooter

Hi Mickael,

one way (maybe not the best solution) how to install osgibooter into an existing eclipse is via dropins.
Just copy the dependencies (dependency:copy) org.eclipse.tycho.surefire.junit4 and org.eclipse.tycho.surefire.osgibooter
into the dropins folder and then run your instance with -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=dropinsFolder.

I also tried to get running tests against an existing RCP and this way works ;-)

Have a nice day!

Andrej

----- Original Message -----
From: "Mickael Istria" <mistria@xxxxxxxxxx>
To: tycho-dev@xxxxxxxxxxx
Sent: Wednesday, July 31, 2013 5:42:13 PM
Subject: Re: [tycho-dev] Programatically install	org.eclipse.tycho.surefire.osgibooter

FYI, Draft is here: https://git.eclipse.org/r/#/c/15014/ 

-- 
Mickael Istria 
Eclipse developer at JBoss, by Red Hat 
My blog - My Tweets 

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


Back to the top