On 08/21/2012 12:47 AM, Matthias Sohn wrote:
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 ?
Reference to JUnit4 in feature and bundle names were removed as part of https://bugs.eclipse.org/bugs/show_bug.cgi?id=358933 , try "org.eclipse.swtbot.eclipse.test.junit.feature.group" instead.

HTH,
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat <http://www.jboss.org/tools>
My blog <http://mickaelistria.wordpress.com> - My Tweets <http://twitter.com/mickaelistria>
_______________________________________________
swtbot-dev mailing list
swtbot-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/swtbot-dev

Reply via email to