Hi Ned,
I find it difficult to understand how to use Goomph.
Creating a project using SWT/JFace seems to work:
eclipseMavenCentral {
release '4.13.0', {
implementation 'org.eclipse.swt'
implementation 'org.eclipse.jface'
useNativesForRunningPlatform()
}
}
Next I want to use SWTBot, from the update site https://download.eclipse.org/technology/swtbot/releases/latest/
- 'org.eclipse.swtbot.go'
- 'org.eclipse.swtbot.junit4_x'
- 'org.eclipse.swtbot.swt.finder'
How can i make those bundles available?
Frank
Hi Ned,
I find it difficult to understand how to use Goomph.
Creating a project using SWT/JFace seems to work:
Next I want to use SWTBot, from the update site https://download.eclipse.org/technology/swtbot/releases/latest/
How can i make those bundles available?
Frank