Skip to main content

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

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">
      <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 ?
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
My blog - My Tweets

Back to the top