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">
      <repository location="
http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site
"/>
      <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
 http://download.eclipse.org/technology/swtbot/snapshots
mentioned in [1]. But PDE fails to resolve this, looks like the IUs changed.

Any hints how to fix this ?

[1] http://wiki.eclipse.org/SWTBot#Latest_snapshot_build

-- 
Matthias
_______________________________________________
swtbot-dev mailing list
swtbot-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/swtbot-dev

Reply via email to