How Wuff support SwtBot in E4
Hi,
I am working on an E4 project in which I try to use SWTBot for GUI testing. After I add SWTBot dependency in MANIFEST.MF, wuff throws error like below
Could not find any version that matches eclipse-luna-sr2:org.eclipse.swtbot.swt.finder:+. Searched in the following locations: file:/C:/Users/jyang/.m2/repository/eclipse-luna-sr2/org.eclipse.swtbot.swt.finder/maven-metadata.xml file:/C:/Users/jyang/.m2/repository/eclipse-luna-sr2/org.eclipse.swtbot.swt.finder/ https://jcenter.bintray.com/eclipse-luna-sr2/org.eclipse.swtbot.swt.finder/maven-metadata.xml https://jcenter.bintray.com/eclipse-luna-sr2/org.eclipse.swtbot.swt.finder/ file:/C:/Users/jyang/.wuff/m2_repository/eclipse-luna-sr2/org.eclipse.swtbot.swt.finder/maven-metadata.xml file:/C:/Users/jyang/.wuff/m2_repository/eclipse-luna-sr2/org.eclipse.swtbot.swt.finder/
It seems that SwtBot can not be found by Wuff. So I am wondering if there is a solution in wuff to solve such problem? Since SwtBot is published in p2 format, I can not add it in as a repository in Gradle.
Thanks in advance.
Might wanna take a look at Goomph and its example project. Currently on 3.0.0-SNAPSHOT, actively seeking feedback before 3.0.0 release.