Skip to content

Problem with search path for type-checking extensions #1397

@chrylis

Description

@chrylis

I'm actively working on a type-checking extension, which is in the src/main/resources of my project. My class has @CompileStatic(extensions = 'my/extension.groovy'). This works correctly in the Maven CLI build and in Eclipse if I run Maven through at least process-resources, but using a Eclipse clean causes

Groovy:Static type checking extension 'my/extension.groovy' was not found on the classpath.

The problem appears to be a sequencing problem regarding resource access.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions