galasa-dev / projectmanagement

Project Management repo for Issues and ZenHub
7 stars 3 forks source link

Problems with Gradle examples in Eclipse #811

Closed DavidXRoberts closed 9 months ago

DavidXRoberts commented 2 years ago

Eclipse does not recognise the Gradle Examples as Gradle projects. First, they have a strange format:

Gradle_Examples

and should look more like:

Gradle_Examples_after

This is because Eclipse doesn't know these are Java source folders. This can be fixed using new>Source Folder for src/main/java and src/main/resources and make sure the Eclipse config file is stored in Git.

Secondly, projects fail to build with:

FAILURE: Build failed with an exception.

* Where:
Build file 'C:\workspace\Galasa\Galasa_Plugin_01\dev.galasa.simbank.parent\dev.galasa.simbank.manager\build.gradle' line: 3

* What went wrong:
Plugin [id: 'biz.aQute.bnd.builder', version: '5.3.0'] was not found in any of the following sources:

- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact 'biz.aQute.bnd.builder:biz.aQute.bnd.builder.gradle.plugin:5.3.0')
  Searched in the following repositor
techcobweb commented 9 months ago

We are archiving eclipse and removing it from the Galasactl system.