Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Test Framework Update Site
Test Framework Update Site [message #467983] Mon, 03 August 2009 14:09 Go to next message
Tas Frangoullides is currently offline Tas FrangoullidesFriend
Messages: 195
Registered: July 2009
Senior Member
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 17:40 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

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


Previous Topic:How to check Radio in Menu Contribution
Next Topic:plug-in jar remains same during uninstall and reinstall
Goto Forum:
  


Current Time: Tue Apr 23 08:09:43 GMT 2024

Powered by FUDForum. Page generated in 0.02730 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top