Test Framework Update Site [message #467983] |
Mon, 03 August 2009 10:09  |
Eclipse User |
|
|
|
Hi,
During a build I'd like to install the eclipse test framework into the
application I want to test using p2. This needs the extra meta-data provided
by an update site. I've tried the eclipse/updates//3.5 update site but it
doesn't appear to be there.
Thanks,
Tas
|
|
|
Re: Test Framework Update Site [message #479343 is a reply to message #467983] |
Mon, 10 August 2009 13:40  |
Eclipse User |
|
|
|
The classic eclipse 3.5 p2 site doesn't publish the test framework/plugins.
In e4 I had to include the test framework as part of my own test feature/map file, ex:
plugin@org.eclipse.core.tests.harness=v20090525,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,
plugin@org.eclipse.test=v20081002,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,
plugin@org.eclipse.test.performance=v20090511,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,
fragment@org.eclipse.ant.optional.junit=v20080717,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,
My own p2 repo includes all of my tests, so my test.xml installed the framework with a call to the org.eclipse.equinox.p2.director application:
-installIUs ${testPlugin},org.eclipse.test,org.eclipse.ant.optional.juni t
PW
|
|
|
Powered by
FUDForum. Page generated in 0.03617 seconds