Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[swtbot-dev] trying to setup egit's target platform to use latest swtbot snapshot

I am trying to use the latest swtbot snapshot [1] to fix the egit target platform for juno
hoping this enables us to run swtbot tests on Juno.

Here what we used successfully for Helios and Indigo in the egit target platform definition:

    <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
      <unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
      <unit id="org.eclipse.swtbot.feature.group" version="0.0.0"/>
      <unit id="org.eclipse.swtbot.eclipse.test.junit4.feature.group" version="0.0.0"/>
    </location>

I tried to update the repository URL using the latest snapshot repository's URL
mentioned in [1]. But PDE fails to resolve this, looks like the IUs changed.

Any hints how to fix this ?


--
Matthias

Back to the top