Skip to content

How to get an eclipse-based dependency (p2 or mavenCentral)? #108

@frankbenoit

Description

@frankbenoit

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions