Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » Resolving Custom Extension dependencies
Resolving Custom Extension dependencies [message #1810284] Tue, 06 August 2019 13:59 Go to next message
romano clemensFriend
Messages: 5
Registered: July 2018
Junior Member
Hello, I'm currently trying to resolve dependencies for a custom jubula extension.
Following the steps laid out in the documentation.

  • Refence the "org.eclipse.jubula.repo.zip" as software site and set it as target platform.
  • Fragment host is "org.eclipse.jubula.rc.rcp.swt".
  • Create eclipse deployable feature containing only the custom jubula extension.
  • Export said feature, generate p2 repository.
  • Try installing said feature into eclipse.

Cannot complete the install because one or more required items could not be found.
  Software being installed: Jubula Extension 1.0.0.201908061519 (JubulaExtension.feature.group 1.0.0.201908061519)
  Missing requirement: Jubula Extension 1.0.0.201908061519 (JubulaExtension.feature.group 1.0.0.201908061519) requires 'org.eclipse.equinox.p2.iu; org.eclipse.jubula.rc.rcp.swt 0.0.0' but it could not be found


The RC plugin is also installed in the AUT. (rcp-accessor-repo.zip)

[Updated on: Tue, 06 August 2019 14:01]

Report message to a moderator

Re: Resolving Custom Extension dependencies [message #1810289 is a reply to message #1810284] Tue, 06 August 2019 14:47 Go to previous messageGo to next message
romano clemensFriend
Messages: 5
Registered: July 2018
Junior Member
Alright... after some more testing it turns out I forgot to follow step 4.3.3.

Sidenote, can base tester classes only be extended once due to being replaced?
Re: Resolving Custom Extension dependencies [message #1810535 is a reply to message #1810289] Tue, 13 August 2019 09:42 Go to previous message
Marvin Mueller is currently offline Marvin MuellerFriend
Messages: 255
Registered: March 2012
Senior Member
Glad you found it out yourself.

It is recommend to use the base tester class because it is having all the implementations jubula needs so that your own Tester class is correctly working. I am not quite sure what you mean with be extended once?
In principle the base tester class can be extended multipe times. The Problem we can only use one Tester class for a specific component. E.g. you can only have one Tester class registered for "myOwnComponent" for obvious reasons.

best regards
Marvin Mueller

[Updated on: Tue, 13 August 2019 09:42]

Report message to a moderator

Previous Topic:Migrate Jubula from 8.4.0 to 8.7.1
Next Topic:Jubula Closes on Drag & Drop
Goto Forum:
  


Current Time: Thu Apr 25 08:56:34 GMT 2024

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

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

Back to the top