pestt / PESTT

PESTT: PESTT EDUCATIONAL SOFTWARE TESTING TOOL
14 stars 11 forks source link

Can't install on Eclipse Kepler SR2 neither on Indigo SR2 or Juno SR2 #40

Open cdprete opened 10 years ago

cdprete commented 10 years ago

As the title says, I can't install the plugin on Kepler SR2 and the error that I get is: Cannot complete the install because one or more required items could not be found. Software being installed: PesttPlugin 0.5.1 (pesttPlugin.feature.group 0.5.1) Missing requirement: PesttPlugin 0.5.1 (pesttPlugin.feature.group 0.5.1) requires 'org.junit4 4.8.1' but it could not be found

How can I resolve it?

Sokas commented 10 years ago

You need JUnit to use PESTT.Here is a jar with your version: http://sourceforge.net/projects/junit/files/junit/4.8.1/junit-4.8.1.jar/download Ricardo Wilhelm

Date: Tue, 19 Aug 2014 06:35:55 -0700 From: notifications@github.com To: PESTT@noreply.github.com Subject: [PESTT] Can't install on Eclipse Kepler SR2 neither on Indigo SR2 or Juno SR2 (#40)

As the title says, I can't install the plugin on Kepler SR2 and the error that I get is: Cannot complete the install because one or more required items could not be found.

Software being installed: PesttPlugin 0.5.1 (pesttPlugin.feature.group 0.5.1)

Missing requirement: PesttPlugin 0.5.1 (pesttPlugin.feature.group 0.5.1) requires 'org.junit4 4.8.1' but it could not be found

How can I resolve it?

— Reply to this email directly or view it on GitHub.

cdprete commented 10 years ago

Thank you for reply. I downloaded the file you linked to me and than I put it into the Eclipse's plugin directory. At last, I added the jar to the project build path, but it still doesn't work... Moreover, Eclipse Kepler has already JUnit 4.10 inside it...

cdprete commented 10 years ago

No one can help me?

Sokas commented 10 years ago

Sorry, can't help you further.If you are from FCUL, ask Francisco Martins for help.

cdprete commented 10 years ago

Unfortunately not...

cdprete commented 10 years ago

Could you tell me for which version the plugin was build? Maybe if I try with the correct version it works...

Scradam commented 9 years ago

I'm fairly certain the plugin will work if installed, since Eclipse does have the right junit installed out of the box. Just need to change the identifier from org.junit4 to org.junit in the requirements of the plugin? I can't build it with the changes myself as it's missing UML source folder and consequently throws up 1832 type errors.

The software looks fantastic and I'm really eager to use it for a research project.