Skip to content

[BUG] The extension uses raw data. #1880

Description

@ToshiNamura

The extension uses raw data from "src/main/resources" instead of "build/resources/main". Because of this, raw resource data is used during testing.

Configuring the extension solves the problem:

"java.test.config": {
        "workingDirectory": "${workspaceFolder}",
        "classpath": "${workspaceFolder}/build/classes/java/test:${workspaceFolder}/build/resources/main:${workspaceFolder}/build/resources/test"
    }

I think this is a bug, as using raw data from resources leads to incorrect test results.

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions