Skip to content

On firsthand build failure, the "recompile 1" is run even if "fast recompile" has succeeded #45

@haubi

Description

@haubi

When some project declares a .classpath entry that is created during the build, e.g. by annotation processors, the very initial attempt to build fails with Project ... is missing required source folder error.

This causes TEA Build Util to perform the 'fast recompile', without logging the firsthand problem.

Even if that 'fast recompile' step succeeds, the 'recompile 1' is performed again, which is a lot more intrusive with the PDE workspace, and seems to eventually cause subsequent build failures.

If the firsthand problem would be logged, application developers would be lead to set the optional=true flag on such classpath entries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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